Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c78 HcString *trustedFriend = NULL; in IsGroupFriend() local
79 FOR_EACH_HC_VECTOR(entry->friends, index, trustedFriend) { in IsGroupFriend()
80 if ((strcmp(StringGet(trustedFriend), appId) == 0) || in IsGroupFriend()
81 … CheckUpgradeIdentity(entry->upgradeFlag, appId, StringGet(trustedFriend)) == HC_SUCCESS) { in IsGroupFriend()