Home
last modified time | relevance | path

Searched refs:IsLocalDevice (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c253 if (IsLocalDevice(StringGet(&(*entry)->udid))) { in DelAllTokens()
270 if (IsLocalDevice(StringGet(&(*entry)->udid))) { in DelAllPeerTokens()
408 if (IsLocalDevice(StringGet(&entry->udid))) { in DelPeerDeviceAndToken()
/base/security/device_auth/services/group_manager/inc/
Dgroup_operation_common.h90 bool IsLocalDevice(const char *udid);
/base/security/device_auth/services/group_manager/src/group_operation/across_account_group/
Dacross_account_group.c322 if (IsLocalDevice(StringGet(&(*entry)->udid))) { in DelAllPeerTokens()
443 if (IsLocalDevice(StringGet(&entry->udid))) { in DelPeerDeviceAndToken()
/base/security/device_auth/services/group_manager/src/group_operation/peer_to_peer_group/
Dpeer_to_peer_group.c252 if (IsLocalDevice(StringGet(&entry->udid))) { in DelAllPeerDevAndKeyInfo()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation_common.c150 bool IsLocalDevice(const char *udid) in IsLocalDevice() function