Searched refs:callerPkgName (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/ |
H A D | group_operation_common.c | 1078 int32_t CheckPermForGroup(int32_t osAccountId, int actionType, const char *callerPkgName, const cha… in CheckPermForGroup() argument 1080 if (((actionType == GROUP_DISBAND) && (IsGroupOwner(osAccountId, groupId, callerPkgName))) || in CheckPermForGroup() 1081 …ype == MEMBER_INVITE) && (CheckGroupEditAllowed(osAccountId, groupId, callerPkgName) == HC_SUCCESS… in CheckPermForGroup() 1082 …ype == MEMBER_DELETE) && (CheckGroupEditAllowed(osAccountId, groupId, callerPkgName) == HC_SUCCESS… in CheckPermForGroup()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/ |
H A D | group_operation_common.h | 47 int32_t CheckPermForGroup(int32_t osAccountId, int actionType, const char *callerPkgName, const cha…
|