Searched refs:EVENT_REPORTED (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/access_token/interfaces/innerkits/analysis_model/test/unittest/ |
H A D | code_signature_analysis_kit_test.cpp | 229 ReportErrorEventMock(EVENT_REPORTED, g_bundleInfo[0].name, g_bundleInfo[0].tokenId); 236 ReportErrorEventMock(EVENT_REPORTED, 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… 393 ReportErrorEventMock(EVENT_REPORTED, g_bundleInfo[1].name, g_bundleInfo[1].tokenId); 425 g_dbSubscribeMock(EVENT_REPORTED, nullptr, 1); 426 g_dbSubscribeMock(EVENT_REPORTED, reinterpret_cast<uint8_t *>(&g_reportInfo), 0); 428 g_dbSubscribeMock(EVENT_REPORTED, 433 g_dbSubscribeMock(EVENT_REPORTED, [all …]
|
/ohos5.0/base/security/access_token/interfaces/innerkits/analysis_model/src/ |
H A D | code_signature_info.h | 62 EVENT_REPORTED = 0, enumerator
|
H A D | code_signature_analysis_kit.c | 101 if (optType == EVENT_REPORTED) { in DataPreProcess()
|