Home
last modified time | relevance | path

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 Dcode_signature_analysis_kit_test.cpp229 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 Dcode_signature_info.h62 EVENT_REPORTED = 0, enumerator
H A Dcode_signature_analysis_kit.c101 if (optType == EVENT_REPORTED) { in DataPreProcess()