Searched refs:groupEntryPtr (Results 1 – 2 of 2) sorted by relevance
1163 TrustedGroupEntry **groupEntryPtr = QueryGroupEntryPtrIfMatch(&info->groups, &groupParams); in PostDeviceBoundMsg() local1164 if (groupEntryPtr != NULL) { in PostDeviceBoundMsg()1166 if (GenerateMessage(*groupEntryPtr, &messageStr) != HC_SUCCESS) { in PostDeviceBoundMsg()1195 TrustedGroupEntry **groupEntryPtr = QueryGroupEntryPtrIfMatch(&info->groups, &groupParams); in PostDeviceUnBoundMsg() local1196 if (groupEntryPtr != NULL) { in PostDeviceUnBoundMsg()1198 if (GenerateMessage(*groupEntryPtr, &messageStr) != HC_SUCCESS) { in PostDeviceUnBoundMsg()
53 TrustedGroupEntry **groupEntryPtr = NULL; in RemoveNoPermissionGroup() local55 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()