Searched refs:ReportErrorEventMock (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/access_token/interfaces/innerkits/analysis_model/test/unittest/ |
H A D | code_signature_analysis_kit_test.cpp | 195 static void ReportErrorEventMock(DataChangeTypeCode optType, const char* bundleName, uint32_t token… in ReportErrorEventMock() function 229 ReportErrorEventMock(EVENT_REPORTED, g_bundleInfo[0].name, g_bundleInfo[0].tokenId); 236 ReportErrorEventMock(EVENT_REPORTED, g_bundleInfo[0].name, g_bundleInfo[0].tokenId); 253 ReportErrorEventMock(OUT_OF_STORAGE_LIFE, g_bundleInfo[0].name, g_bundleInfo[0].tokenId); 285 ReportErrorEventMock(EVENT_REPORTED, g_bundleInfo[0].name, g_bundleInfo[0].tokenId); 294 ReportErrorEventMock(EVENT_REPORTED, g_bundleInfo[1].name, g_bundleInfo[1].tokenId); 304 …ReportErrorEventMock(EVENT_REPORTED, g_bundleInfo[2].name, g_bundleInfo[2].tokenId); // 2 means in… 315 ReportErrorEventMock(OUT_OF_STORAGE_LIFE, g_bundleInfo[2].name, g_bundleInfo[2].tokenId); 393 ReportErrorEventMock(EVENT_REPORTED, g_bundleInfo[1].name, g_bundleInfo[1].tokenId); 398 ReportErrorEventMock(OUT_OF_STORAGE_LIFE, g_bundleInfo[1].name, g_bundleInfo[1].tokenId); [all …]
|