Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c1163 TrustedGroupEntry **groupEntryPtr = QueryGroupEntryPtrIfMatch(&info->groups, &groupParams); in PostDeviceBoundMsg() local
1164 if (groupEntryPtr != NULL) { in PostDeviceBoundMsg()
1166 if (GenerateMessage(*groupEntryPtr, &messageStr) != HC_SUCCESS) { in PostDeviceBoundMsg()
1195 TrustedGroupEntry **groupEntryPtr = QueryGroupEntryPtrIfMatch(&info->groups, &groupParams); in PostDeviceUnBoundMsg() local
1196 if (groupEntryPtr != NULL) { in PostDeviceUnBoundMsg()
1198 if (GenerateMessage(*groupEntryPtr, &messageStr) != HC_SUCCESS) { in PostDeviceUnBoundMsg()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c53 TrustedGroupEntry **groupEntryPtr = NULL; in RemoveNoPermissionGroup() local
55 groupEntryPtr = groupEntryVec->getp(groupEntryVec, index); in RemoveNoPermissionGroup()
56 if (groupEntryPtr == NULL) { in RemoveNoPermissionGroup()
61 … if (CheckGroupAccessible(osAccountId, StringGet(&(*groupEntryPtr)->id), appId) == HC_SUCCESS) { in RemoveNoPermissionGroup()