Home
last modified time | relevance | path

Searched refs:OnLastGroupDeleted (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/device_auth/test/fuzztest/device_auth_service/devauthservregdatachangelistener_fuzzer/
H A Ddevauthservregdatachangelistener_fuzzer.cpp33 static void OnLastGroupDeleted(const char *peerUdid, int groupType) {} in OnLastGroupDeleted() function
43 .onLastGroupDeleted = OnLastGroupDeleted,
/ohos5.0/base/security/device_auth/test/fuzztest/devauthfunc_fuzzer/
H A Ddevauthfunc_fuzzer.cpp198 static void OnLastGroupDeleted(const char *peerUdid, int groupType) {} in OnLastGroupDeleted() function
208 .onLastGroupDeleted = OnLastGroupDeleted,
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp778 static void OnLastGroupDeleted(const char *peerUdid, int groupType) in OnLastGroupDeleted() function
812 listener.onLastGroupDeleted = OnLastGroupDeleted;
H A Ddevice_auth_ipc_test.cpp261 static void OnLastGroupDeleted(const char *peerUdid, int groupType) in OnLastGroupDeleted() function
280 .onLastGroupDeleted = OnLastGroupDeleted,