Home
last modified time | relevance | path

Searched refs:RequestSecurityEventInfoCallBackFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/security_guard/interfaces/inner_api/obtaindata/test/unittest/src/
H A Dobtaindata_kit_test.cpp63 void ObtainDataKitTest::RequestSecurityEventInfoCallBackFunc(const DeviceIdentify *devId, const cha… in RequestSecurityEventInfoCallBackFunc() function in OHOS::Security::SecurityGuardTest::ObtainDataKitTest
80 …stSecurityEventInfoAsync(&deviceIdentify, eventList.c_str(), RequestSecurityEventInfoCallBackFunc);
94 …stSecurityEventInfoAsync(&deviceIdentify, eventList.c_str(), RequestSecurityEventInfoCallBackFunc);
108 …stSecurityEventInfoAsync(&deviceIdentify, eventList.c_str(), RequestSecurityEventInfoCallBackFunc);
122 …stSecurityEventInfoAsync(&deviceIdentify, eventList.c_str(), RequestSecurityEventInfoCallBackFunc);
136 …stSecurityEventInfoAsync(&deviceIdentify, eventList.c_str(), RequestSecurityEventInfoCallBackFunc);
150 …stSecurityEventInfoAsync(&deviceIdentify, eventList.c_str(), RequestSecurityEventInfoCallBackFunc);
163 … = RequestSecurityEventInfoAsync(nullptr, eventList.c_str(), RequestSecurityEventInfoCallBackFunc);
176 …et = RequestSecurityEventInfoAsync(&deviceIdentify, nullptr, RequestSecurityEventInfoCallBackFunc);
H A Dobtaindata_kit_test.h35 …static void RequestSecurityEventInfoCallBackFunc(const DeviceIdentify *devId, const char *eventBuf…
/ohos5.0/base/security/security_guard/test/fuzztest/obtaindata/requestsecurityeventinfoasync_fuzzer/
H A Drequest_security_event_info_async_fuzzer.cpp30 static void RequestSecurityEventInfoCallBackFunc(const DeviceIdentify *devId, const char *eventBuff… in RequestSecurityEventInfoCallBackFunc() function
44 …stSecurityEventInfoAsync(&deviceIdentify, eventJson.c_str(), RequestSecurityEventInfoCallBackFunc); in RequestSecurityEventInfoAsyncFuzzTest()