shareMemWR.nativecodeanalysis.sarif 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995
  1. {
  2. "version": "2.1.0",
  3. "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
  4. "runs": [
  5. {
  6. "results": [
  7. {
  8. "ruleId": "C26812",
  9. "message": {
  10. "text": "枚举类型“PIPELINE_MAINKEY”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  11. },
  12. "locations": [
  13. {
  14. "physicalLocation": {
  15. "artifactLocation": {
  16. "uri": "file:///E:/deliver/include/Img_header/PipelineDataCommon.h"
  17. },
  18. "region": {
  19. "startLine": 47,
  20. "startColumn": 3,
  21. "endLine": 47,
  22. "endColumn": 14
  23. }
  24. },
  25. "logicalLocations": [
  26. {
  27. "decoratedName": "??0_PLMemory@@QEAA@XZ",
  28. "kind": "function"
  29. }
  30. ]
  31. }
  32. ]
  33. },
  34. {
  35. "ruleId": "C26812",
  36. "message": {
  37. "text": "枚举类型“PIPELINE_MEMMORY_SUBKEY”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  38. },
  39. "locations": [
  40. {
  41. "physicalLocation": {
  42. "artifactLocation": {
  43. "uri": "file:///E:/deliver/include/Img_header/PipelineDataCommon.h"
  44. },
  45. "region": {
  46. "startLine": 48,
  47. "startColumn": 3,
  48. "endLine": 48,
  49. "endColumn": 13
  50. }
  51. },
  52. "logicalLocations": [
  53. {
  54. "decoratedName": "??0_PLMemory@@QEAA@XZ",
  55. "kind": "function"
  56. }
  57. ]
  58. }
  59. ]
  60. },
  61. {
  62. "ruleId": "C26812",
  63. "message": {
  64. "text": "枚举类型“PIPELINE_IMAGE_SUBKEY”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  65. },
  66. "locations": [
  67. {
  68. "physicalLocation": {
  69. "artifactLocation": {
  70. "uri": "file:///E:/deliver/include/Img_header/PipelineDataCommon.h"
  71. },
  72. "region": {
  73. "startLine": 73,
  74. "startColumn": 3,
  75. "endLine": 73,
  76. "endColumn": 13
  77. }
  78. },
  79. "logicalLocations": [
  80. {
  81. "decoratedName": "??0_PLImage2DGrayInfo@@QEAA@XZ",
  82. "kind": "function"
  83. }
  84. ]
  85. }
  86. ]
  87. },
  88. {
  89. "ruleId": "C26812",
  90. "message": {
  91. "text": "枚举类型“PIPELINE_LIST_SUBKEY”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  92. },
  93. "locations": [
  94. {
  95. "physicalLocation": {
  96. "artifactLocation": {
  97. "uri": "file:///E:/deliver/include/Img_header/PipelineDataCommon.h"
  98. },
  99. "region": {
  100. "startLine": 121,
  101. "startColumn": 3,
  102. "endLine": 121,
  103. "endColumn": 13
  104. }
  105. },
  106. "logicalLocations": [
  107. {
  108. "decoratedName": "??0_PLFloatList@@QEAA@XZ",
  109. "kind": "function"
  110. }
  111. ]
  112. }
  113. ]
  114. },
  115. {
  116. "ruleId": "C26812",
  117. "message": {
  118. "text": "枚举类型“FUNCTION_DATATYPE”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  119. },
  120. "locations": [
  121. {
  122. "physicalLocation": {
  123. "artifactLocation": {
  124. "uri": "file:///E:/deliver/include/Img_header/FunctionDataTypeCommon.h"
  125. },
  126. "region": {
  127. "startLine": 105,
  128. "startColumn": 3,
  129. "endLine": 105,
  130. "endColumn": 13
  131. }
  132. },
  133. "logicalLocations": [
  134. {
  135. "decoratedName": "??0_FuncIODisp@@QEAA@XZ",
  136. "kind": "function"
  137. }
  138. ]
  139. }
  140. ]
  141. },
  142. {
  143. "ruleId": "C26812",
  144. "message": {
  145. "text": "枚举类型“MEM_STATUS”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  146. },
  147. "locations": [
  148. {
  149. "physicalLocation": {
  150. "artifactLocation": {
  151. "uri": "file:///E:/deliver/include/Img_header/FunctionDataTypeCommon.h"
  152. },
  153. "region": {
  154. "startLine": 106,
  155. "startColumn": 3,
  156. "endLine": 106,
  157. "endColumn": 16
  158. }
  159. },
  160. "logicalLocations": [
  161. {
  162. "decoratedName": "??0_FuncIODisp@@QEAA@XZ",
  163. "kind": "function"
  164. }
  165. ]
  166. }
  167. ]
  168. },
  169. {
  170. "ruleId": "C26812",
  171. "message": {
  172. "text": "枚举类型“RGB_PLANARCONFIGURATION”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  173. },
  174. "locations": [
  175. {
  176. "physicalLocation": {
  177. "artifactLocation": {
  178. "uri": "file:///E:/deliver/include/Img_header/FunctionDataTypeCommon.h"
  179. },
  180. "region": {
  181. "startLine": 187,
  182. "startColumn": 3,
  183. "endLine": 187,
  184. "endColumn": 54
  185. }
  186. },
  187. "logicalLocations": [
  188. {
  189. "decoratedName": "??4_Image2DRGBInfo@@QEAAAEAU0@AEBU_PLImage2DRGBInfo@@@Z",
  190. "kind": "function"
  191. }
  192. ]
  193. }
  194. ]
  195. },
  196. {
  197. "ruleId": "C26812",
  198. "message": {
  199. "text": "枚举类型“_Ret_Status”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  200. },
  201. "locations": [
  202. {
  203. "physicalLocation": {
  204. "artifactLocation": {
  205. "uri": "file:///E:/deliver/include/shareMemWR.cpp"
  206. },
  207. "region": {
  208. "startLine": 214,
  209. "startColumn": 13,
  210. "endLine": 214,
  211. "endColumn": 19
  212. }
  213. },
  214. "logicalLocations": [
  215. {
  216. "decoratedName": "?BufferToNotify@ShareMemWR@@QEAA?AW4_Ret_Status@@PEAXKPEAVImgDataInfo@@@Z",
  217. "kind": "function"
  218. }
  219. ]
  220. }
  221. ]
  222. },
  223. {
  224. "ruleId": "C26495",
  225. "message": {
  226. "text": "未初始化变量 BaseJsonDataObject<unsigned __int64>::m_Data。始终初始化成员变量(type.6)。"
  227. },
  228. "locations": [
  229. {
  230. "physicalLocation": {
  231. "artifactLocation": {
  232. "uri": "file:///E:/deliver/include/ResDataObject.h"
  233. },
  234. "region": {
  235. "startLine": 400,
  236. "startColumn": 2,
  237. "endLine": 400,
  238. "endColumn": 2
  239. }
  240. },
  241. "logicalLocations": [
  242. {
  243. "decoratedName": "??0?$BaseJsonDataObject@_K@@QEAA@XZ",
  244. "kind": "function"
  245. }
  246. ]
  247. }
  248. ],
  249. "properties": {
  250. "targetSymbol": "BaseJsonDataObject<unsigned __int64>::m_Data"
  251. }
  252. },
  253. {
  254. "ruleId": "C26495",
  255. "message": {
  256. "text": "未初始化变量 BaseJsonDataObject<unsigned int>::m_Data。始终初始化成员变量(type.6)。"
  257. },
  258. "locations": [
  259. {
  260. "physicalLocation": {
  261. "artifactLocation": {
  262. "uri": "file:///E:/deliver/include/ResDataObject.h"
  263. },
  264. "region": {
  265. "startLine": 400,
  266. "startColumn": 2,
  267. "endLine": 400,
  268. "endColumn": 2
  269. }
  270. },
  271. "logicalLocations": [
  272. {
  273. "decoratedName": "??0?$BaseJsonDataObject@I@@QEAA@XZ",
  274. "kind": "function"
  275. }
  276. ]
  277. }
  278. ],
  279. "properties": {
  280. "targetSymbol": "BaseJsonDataObject<unsigned int>::m_Data"
  281. }
  282. },
  283. {
  284. "ruleId": "C26495",
  285. "message": {
  286. "text": "未初始化变量 BaseJsonDataObject<bool>::m_Data。始终初始化成员变量(type.6)。"
  287. },
  288. "locations": [
  289. {
  290. "physicalLocation": {
  291. "artifactLocation": {
  292. "uri": "file:///E:/deliver/include/ResDataObject.h"
  293. },
  294. "region": {
  295. "startLine": 400,
  296. "startColumn": 2,
  297. "endLine": 400,
  298. "endColumn": 2
  299. }
  300. },
  301. "logicalLocations": [
  302. {
  303. "decoratedName": "??0?$BaseJsonDataObject@_N@@QEAA@XZ",
  304. "kind": "function"
  305. }
  306. ]
  307. }
  308. ],
  309. "properties": {
  310. "targetSymbol": "BaseJsonDataObject<bool>::m_Data"
  311. }
  312. }
  313. ],
  314. "tool": {
  315. "driver": {
  316. "name": "PREfast",
  317. "fullName": "PREfast Code Analysis",
  318. "version": "14.29.30147.0",
  319. "informationUri": "https://aka.ms/cpp/ca"
  320. }
  321. },
  322. "invocations": [
  323. {
  324. "commandLine": "\"d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\c1xx.dll\" -ACf{1F7B090C-16DB-4822-966A-A93D26ED4681} -ACpmspft140.dll -Alint -D_PREFAST_ -D_AST_FE_ -Analyze -zm0x00B2C1B0 -allChunksReserved -il C:\\Users\\ecom\\AppData\\Local\\Temp\\_CL_e0cc86a2ast -typedil -f ..\\..\\..\\deliver\\include\\shareMemWR.cpp -Ze -D_MSC_EXTENSIONS -Zp16 -pc \\:/ -D_MSC_VER=1929 -D_MSC_FULL_VER=192930147 -D_MSC_BUILD=0 -D_M_AMD64=100 -ZILP448 -D_M_X64=100 -D_WIN64 -D_WIN32 -GR -D_CPPRTTI -nologo -W 3 -diagnostics:column -D_GUARDOVERFLOW_CRT_ALLOCATORS=1 -GF -Og -Ot -Oy -Oi -ltcg -DCODE_ANALYSIS -DWIN32 -DNDEBUG -D_WINDOWS -D_USRDLL -DEBUS_EXPORTS -D_WINDLL -D_MBCS -EHs -D_CPPUNWIND -EHc -MD -D_MT -D_DLL -GS -D_M_FP_PRECISE -Zc:wchar_t -Zc:forScope -Yustdafx.h -Fpx64\\Release\\eBusX64.pch -Fox64\\Release\\shareMemWR.obj -Fdx64\\Release\\vc142.pdb -external:W 3 -Gd -analyze:projectdirectory E:\\DIOS_V2\\DriverPlatform\\eBus -analyze:rulesetdirectory ;d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\Team Tools\\Static Analysis Tools\\\\Rule Sets; -analyze:ruleset d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\Team Tools\\Static Analysis Tools\\Rule Sets\\NativeRecommendedRules.ruleset -analyze:quiet -analyze:plugin d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x86\\EspXEngine.dll -FC -errorreport:prompt -I E:\\deliver\\include -I E:\\deliver\\include\\Img_header -I E:\\deliver\\include\\Common -I E:\\DIOS_V2\\DriverPlatform\\ECOM_commonTools\\ServiceBUS\\Common.Include -I E:\\DIOS_V2\\DriverPlatform\\ECOM_commonTools\\ServiceBUS\\BUS.Include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\include -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\ucrt -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\UnitTest\\include -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\um -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\shared -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\winrt -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\cppwinrt -I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um -external:I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\include -external:I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -external:I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\include -external:I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\ucrt -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\ucrt -external:I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\UnitTest\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\UnitTest\\include -external:I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\um -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\um -external:I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\shared -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\shared -external:I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\winrt -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\winrt -external:I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\cppwinrt -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\cppwinrt -external:I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um -I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um",
  325. "executionSuccessful": true
  326. }
  327. ],
  328. "artifacts": [
  329. {
  330. "location": {
  331. "uri": "file:///E:/deliver/include/Img_header/PipelineDataCommon.h"
  332. },
  333. "roles": [
  334. "resultFile"
  335. ],
  336. "hashes": {
  337. "md5": "afeec70058e19c9a7a046582ffe3df4a"
  338. }
  339. },
  340. {
  341. "location": {
  342. "uri": "file:///E:/deliver/include/Img_header/FunctionDataTypeCommon.h"
  343. },
  344. "roles": [
  345. "resultFile"
  346. ],
  347. "hashes": {
  348. "md5": "9945e2e48e329885fc8defb0f4a7caa9"
  349. }
  350. },
  351. {
  352. "location": {
  353. "uri": "file:///E:/DIOS_V2/DriverPlatform/eBus/eBusService.cpp"
  354. },
  355. "roles": [
  356. "analysisTarget",
  357. "resultFile"
  358. ],
  359. "hashes": {
  360. "md5": "1f38d6f674c662454598bdbae10c89a8"
  361. }
  362. },
  363. {
  364. "location": {
  365. "uri": "file:///E:/deliver/include/ResDataObject.h"
  366. },
  367. "roles": [
  368. "resultFile"
  369. ],
  370. "hashes": {
  371. "md5": "5952703846c703003535fa667ae9a289"
  372. }
  373. },
  374. {
  375. "location": {
  376. "uri": "file:///e:/dios_v2/driverplatform/ebus/stdafx.h"
  377. },
  378. "hashes": {
  379. "md5": "bd69170f9edfc86e6f0bcd348eb46863"
  380. }
  381. },
  382. {
  383. "location": {
  384. "uri": "file:///e:/dios_v2/driverplatform/ebus/targetver.h"
  385. },
  386. "hashes": {
  387. "md5": "20a1397a4f718d91f76e2681bef085b6"
  388. }
  389. },
  390. {
  391. "location": {
  392. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/dstring.hpp"
  393. },
  394. "hashes": {
  395. "md5": "e212714ab6764872d1c22d9fc96bb36f"
  396. }
  397. },
  398. {
  399. "location": {
  400. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/string.format.tlh"
  401. },
  402. "hashes": {
  403. "md5": "3b0a9edf7c379579f0b40350a0032ffb"
  404. }
  405. },
  406. {
  407. "location": {
  408. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/dstringarray.hpp"
  409. },
  410. "hashes": {
  411. "md5": "ebb4fe5d66e27daec3dba3eb24b6916e"
  412. }
  413. },
  414. {
  415. "location": {
  416. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.tlh"
  417. },
  418. "hashes": {
  419. "md5": "05c75e73166e1c5347f36187c6153444"
  420. }
  421. },
  422. {
  423. "location": {
  424. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.base.tlh"
  425. },
  426. "hashes": {
  427. "md5": "7f7a2c46d50638fcd53f8ef4995e11cf"
  428. }
  429. },
  430. {
  431. "location": {
  432. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.random.tlh"
  433. },
  434. "hashes": {
  435. "md5": "7a7137ea175718b205a499054a073650"
  436. }
  437. },
  438. {
  439. "location": {
  440. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.from.tlh"
  441. },
  442. "hashes": {
  443. "md5": "7dbc725ca4fe8bca48fd281b8733fb59"
  444. }
  445. },
  446. {
  447. "location": {
  448. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.container.tlh"
  449. },
  450. "hashes": {
  451. "md5": "df16ab62884043539369b974a1fdc83e"
  452. }
  453. },
  454. {
  455. "location": {
  456. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.list.tlh"
  457. },
  458. "hashes": {
  459. "md5": "7aa9cc1e20696951a608f7aca6913d0b"
  460. }
  461. },
  462. {
  463. "location": {
  464. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.sequence.tlh"
  465. },
  466. "hashes": {
  467. "md5": "6da0f1a1626059d1279ed2e967cd4aae"
  468. }
  469. },
  470. {
  471. "location": {
  472. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.vectorofptr.tlh"
  473. },
  474. "hashes": {
  475. "md5": "f50232f166d37ad35015161316bad8a0"
  476. }
  477. },
  478. {
  479. "location": {
  480. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/vectorofptr.tlh"
  481. },
  482. "hashes": {
  483. "md5": "ae62f3f2e1d91d147413fb517299b7e7"
  484. }
  485. },
  486. {
  487. "location": {
  488. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.listofptr.tlh"
  489. },
  490. "hashes": {
  491. "md5": "0bae513f99a7ccfce6d8837ed6ce87cb"
  492. }
  493. },
  494. {
  495. "location": {
  496. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/listofptr.tlh"
  497. },
  498. "hashes": {
  499. "md5": "2c05853076df18e7a1316a339880eea9"
  500. }
  501. },
  502. {
  503. "location": {
  504. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.filter.tlh"
  505. },
  506. "hashes": {
  507. "md5": "676f189ea92cf4bacedd849d7d763145"
  508. }
  509. },
  510. {
  511. "location": {
  512. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.extension.tlh"
  513. },
  514. "hashes": {
  515. "md5": "afbb0e64ac5cbfa58ca9eecd6542c84a"
  516. }
  517. },
  518. {
  519. "location": {
  520. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.select.tlh"
  521. },
  522. "hashes": {
  523. "md5": "1564c082236acbc44f59bc04330d198f"
  524. }
  525. },
  526. {
  527. "location": {
  528. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.indirect.tlh"
  529. },
  530. "hashes": {
  531. "md5": "aa284bfca9ca233c26694220639a820d"
  532. }
  533. },
  534. {
  535. "location": {
  536. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.zip.tlh"
  537. },
  538. "hashes": {
  539. "md5": "b2a4c19c7853e4d318c8c32c2fe693ea"
  540. }
  541. },
  542. {
  543. "location": {
  544. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.concat.tlh"
  545. },
  546. "hashes": {
  547. "md5": "46c949adba71d52eb476c437c140bbbf"
  548. }
  549. },
  550. {
  551. "location": {
  552. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/iterator.distinct.tlh"
  553. },
  554. "hashes": {
  555. "md5": "0620a727df40d5aa565232e2868dd59a"
  556. }
  557. },
  558. {
  559. "location": {
  560. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/reverseiterator.tlh"
  561. },
  562. "hashes": {
  563. "md5": "5347eb9498dc23693bbf2b8ae11a0723"
  564. }
  565. },
  566. {
  567. "location": {
  568. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/reverseiterator.base.tlh"
  569. },
  570. "hashes": {
  571. "md5": "3122a520d792ecd751378a6ddacf7539"
  572. }
  573. },
  574. {
  575. "location": {
  576. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/reverseiterator.random.tlh"
  577. },
  578. "hashes": {
  579. "md5": "6c1c6369394d523fc41742279b1e310e"
  580. }
  581. },
  582. {
  583. "location": {
  584. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/reverseiterator.from.tlh"
  585. },
  586. "hashes": {
  587. "md5": "748e632064a6096a6355db38814e243c"
  588. }
  589. },
  590. {
  591. "location": {
  592. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/reverseiterator.container.tlh"
  593. },
  594. "hashes": {
  595. "md5": "661c6712727cd0aafaaf22bd3d39022e"
  596. }
  597. },
  598. {
  599. "location": {
  600. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/reverseiterator.list.tlh"
  601. },
  602. "hashes": {
  603. "md5": "912bdc395f7675aef2dc354e37ece699"
  604. }
  605. },
  606. {
  607. "location": {
  608. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/reverseiterator.vectorofptr.tlh"
  609. },
  610. "hashes": {
  611. "md5": "3c601e5672f858691f83e0bfe986f441"
  612. }
  613. },
  614. {
  615. "location": {
  616. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/exclusivearray.tlh"
  617. },
  618. "hashes": {
  619. "md5": "f7ab1e4befb8be30c2aa5f7372e0e89e"
  620. }
  621. },
  622. {
  623. "location": {
  624. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/exclusiveholder.tlh"
  625. },
  626. "hashes": {
  627. "md5": "e9417cf733934076e3fd20bed82aa66e"
  628. }
  629. },
  630. {
  631. "location": {
  632. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/exclusiveholder.tli"
  633. },
  634. "hashes": {
  635. "md5": "31ddaa9c82f28373cefef0d4a1f8b16c"
  636. }
  637. },
  638. {
  639. "location": {
  640. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/busid.hpp"
  641. },
  642. "hashes": {
  643. "md5": "216a4804d5f464d70fbf57b682301303"
  644. }
  645. },
  646. {
  647. "location": {
  648. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/buscommand.hpp"
  649. },
  650. "hashes": {
  651. "md5": "264672836752676d0325336d99b8e5d8"
  652. }
  653. },
  654. {
  655. "location": {
  656. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/messagedecoder.hpp"
  657. },
  658. "hashes": {
  659. "md5": "6cc6c21e78ca58e51c20180657de7600"
  660. }
  661. },
  662. {
  663. "location": {
  664. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/wstring.hpp"
  665. },
  666. "hashes": {
  667. "md5": "901447979bb83c8deba1e2a9fed5495a"
  668. }
  669. },
  670. {
  671. "location": {
  672. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/xdwrtti.hpp"
  673. },
  674. "hashes": {
  675. "md5": "ce517e47fa70090bd352e6892ce972f8"
  676. }
  677. },
  678. {
  679. "location": {
  680. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/eventargs.hpp"
  681. },
  682. "hashes": {
  683. "md5": "e54c46d2ddaf90ce591cd5152e267f2f"
  684. }
  685. },
  686. {
  687. "location": {
  688. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/delegatearg.hpp"
  689. },
  690. "hashes": {
  691. "md5": "2d172f6c02f95804174e1bd02daaf5d2"
  692. }
  693. },
  694. {
  695. "location": {
  696. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/eventargs.bus.hpp"
  697. },
  698. "hashes": {
  699. "md5": "7ed99cee70bb7f064b4308d68f40b045"
  700. }
  701. },
  702. {
  703. "location": {
  704. "uri": "file:///e:/deliver/include/img_header/tmplblockbuffer.tlh"
  705. },
  706. "hashes": {
  707. "md5": "8e439548d6fdac30554598cd8974180a"
  708. }
  709. },
  710. {
  711. "location": {
  712. "uri": "file:///e:/deliver/include/img_header/tmplblockbuffer.tli"
  713. },
  714. "hashes": {
  715. "md5": "e12f24dac75fc0c84158b4b90dba01d2"
  716. }
  717. },
  718. {
  719. "location": {
  720. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/busclient.mainentry.hpp"
  721. },
  722. "hashes": {
  723. "md5": "74763e54591818492f9fcafa8d454e43"
  724. }
  725. },
  726. {
  727. "location": {
  728. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/busclient.define.hpp"
  729. },
  730. "hashes": {
  731. "md5": "75658e2db524e36af7394c5707dea52a"
  732. }
  733. },
  734. {
  735. "location": {
  736. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/c11unsafedelegate.hpp"
  737. },
  738. "hashes": {
  739. "md5": "ac84bbf39836c215267ec8cb9afcbe16"
  740. }
  741. },
  742. {
  743. "location": {
  744. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/common.include/c11delegatehandler.hpp"
  745. },
  746. "hashes": {
  747. "md5": "fd3b1ad3fbcdde1c400f4a8e7fc62178"
  748. }
  749. },
  750. {
  751. "location": {
  752. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/c11busdelegate.hpp"
  753. },
  754. "hashes": {
  755. "md5": "1db06eafd6386c7f70adec57ea20a909"
  756. }
  757. },
  758. {
  759. "location": {
  760. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/busclient.base.hpp"
  761. },
  762. "hashes": {
  763. "md5": "803b1b5b25b5e11b968b9ca0a72b31e5"
  764. }
  765. },
  766. {
  767. "location": {
  768. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/busclient.client.hpp"
  769. },
  770. "hashes": {
  771. "md5": "bd81a99c7f33f98bbd9da9b51077289d"
  772. }
  773. },
  774. {
  775. "location": {
  776. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/busclient.stream.hpp"
  777. },
  778. "hashes": {
  779. "md5": "0f98db40fc347332772462cc2f428d7b"
  780. }
  781. },
  782. {
  783. "location": {
  784. "uri": "file:///e:/dios_v2/driverplatform/ecom_commontools/servicebus/bus.include/busclient.receiver.hpp"
  785. },
  786. "hashes": {
  787. "md5": "1a9459f1d258895ba14cee2c12e5cd1b"
  788. }
  789. },
  790. {
  791. "location": {
  792. "uri": "file:///e:/dios_v2/driverplatform/ebus/ebusservice.h"
  793. },
  794. "hashes": {
  795. "md5": "a4a0fd283cb7be26b82d78eac847e4c4"
  796. }
  797. },
  798. {
  799. "location": {
  800. "uri": "file:///e:/deliver/include/sharememwr.h"
  801. },
  802. "hashes": {
  803. "md5": "3a35758fb6625cc8bbb95ac339bb4ce0"
  804. }
  805. },
  806. {
  807. "location": {
  808. "uri": "file:///e:/deliver/include/img_header/sharememclientinterface.h"
  809. },
  810. "hashes": {
  811. "md5": "c527a55310eb6c207d1c70a3d33f28a8"
  812. }
  813. },
  814. {
  815. "location": {
  816. "uri": "file:///e:/deliver/include/img_header/functionerrorcode.h"
  817. },
  818. "hashes": {
  819. "md5": "dce589360d3c3416ca9ca667d0a73c0f"
  820. }
  821. },
  822. {
  823. "location": {
  824. "uri": "file:///e:/deliver/include/img_header/advancedfunctiondataelement.h"
  825. },
  826. "hashes": {
  827. "md5": "d4a3420a3532923c767ddf9c6e112d83"
  828. }
  829. },
  830. {
  831. "location": {
  832. "uri": "file:///e:/deliver/include/definitions.h"
  833. },
  834. "hashes": {
  835. "md5": "07878c897e77929c249016920da5e648"
  836. }
  837. },
  838. {
  839. "location": {
  840. "uri": "file:///e:/deliver/include/dioslock.h"
  841. },
  842. "hashes": {
  843. "md5": "19f422bc4ce2ba8a2fd99f23bd1218fc"
  844. }
  845. },
  846. {
  847. "location": {
  848. "uri": "file:///e:/deliver/include/logger.h"
  849. },
  850. "hashes": {
  851. "md5": "dcc81685c0ed303899127b874b73f16e"
  852. }
  853. },
  854. {
  855. "location": {
  856. "uri": "file:///e:/dios_v2/driverplatform/ebus/clientsthreadmap.h"
  857. },
  858. "hashes": {
  859. "md5": "b41ba18d16aa98345dfc978ca32fa9eb"
  860. }
  861. },
  862. {
  863. "location": {
  864. "uri": "file:///e:/deliver/include/sharememory_circle.h"
  865. },
  866. "hashes": {
  867. "md5": "b6ab46e25158a566b98b594c769d99da"
  868. }
  869. },
  870. {
  871. "location": {
  872. "uri": "file:///e:/deliver/include/sharememory_client.h"
  873. },
  874. "hashes": {
  875. "md5": "57e378a6d9167f73356b18ae10b69de3"
  876. }
  877. },
  878. {
  879. "location": {
  880. "uri": "file:///e:/dios_v2/driverplatform/ebus/ebus.h"
  881. },
  882. "hashes": {
  883. "md5": "55cf733efcbe1ae0f3086da84f75e4f4"
  884. }
  885. },
  886. {
  887. "location": {
  888. "uri": "file:///e:/deliver/include/devicebus.h"
  889. },
  890. "hashes": {
  891. "md5": "8552390682346019af5990e2918d0aaf"
  892. }
  893. },
  894. {
  895. "location": {
  896. "uri": "file:///e:/deliver/include/diosthread.h"
  897. },
  898. "hashes": {
  899. "md5": "f79dd78165d55ab364f98e65e1049af4"
  900. }
  901. },
  902. {
  903. "location": {
  904. "uri": "file:///e:/deliver/include/errorinfoobject.h"
  905. },
  906. "hashes": {
  907. "md5": "d58c33cbdce19def7032f97de668c987"
  908. }
  909. },
  910. {
  911. "location": {
  912. "uri": "file:///e:/deliver/include/base64.h"
  913. },
  914. "hashes": {
  915. "md5": "76caebbb0df1b74eb9b886defb790864"
  916. }
  917. },
  918. {
  919. "location": {
  920. "uri": "file:///e:/deliver/include/packetanalizer.h"
  921. },
  922. "hashes": {
  923. "md5": "7fa7a13e7c88c4eb71b8926741a67149"
  924. }
  925. },
  926. {
  927. "location": {
  928. "uri": "file:///e:/deliver/include/diosfilehandle.h"
  929. },
  930. "hashes": {
  931. "md5": "d7b028d6b156db169d9b66dfa079c3e2"
  932. }
  933. },
  934. {
  935. "location": {
  936. "uri": "file:///e:/deliver/include/p2pmodule.h"
  937. },
  938. "hashes": {
  939. "md5": "3f706f302d56c2e2e5496800721dd197"
  940. }
  941. },
  942. {
  943. "location": {
  944. "uri": "file:///e:/deliver/include/sharememory_if.h"
  945. },
  946. "hashes": {
  947. "md5": "18ad2d1e775be1bb8a2b23ef1378ac80"
  948. }
  949. },
  950. {
  951. "location": {
  952. "uri": "file:///e:/deliver/include/sharememory_block.h"
  953. },
  954. "hashes": {
  955. "md5": "1a1e1750163f7c1d7dc0a931e0b31287"
  956. }
  957. },
  958. {
  959. "location": {
  960. "uri": "file:///e:/dios_v2/driverplatform/ebus/ebus.cpp"
  961. },
  962. "roles": [
  963. "analysisTarget"
  964. ],
  965. "hashes": {
  966. "md5": "bc7599d5026f6b47e2045575d4ffefdd"
  967. }
  968. },
  969. {
  970. "location": {
  971. "uri": "file:///e:/dios_v2/driverplatform/ebus/clientsthreadmap.cpp"
  972. },
  973. "roles": [
  974. "analysisTarget"
  975. ],
  976. "hashes": {
  977. "md5": "7c88b85b2fe3165f3b474696496106b3"
  978. }
  979. },
  980. {
  981. "location": {
  982. "uri": "file:///E:/deliver/include/shareMemWR.cpp"
  983. },
  984. "roles": [
  985. "analysisTarget",
  986. "resultFile"
  987. ],
  988. "hashes": {
  989. "md5": "bba2ae2fe4c48affd2c132b0bfc8f52a"
  990. }
  991. }
  992. ]
  993. }
  994. ]
  995. }