Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/groupoperationcommon_fuzzer/
H A Dgroupoperationcommon_fuzzer.cpp112 (void)CheckGroupEditAllowed(DEFAULT_OS_ACCOUNT, nullptr, NORMAL_STR); in GroupOperationTest12()
117 (void)CheckGroupEditAllowed(DEFAULT_OS_ACCOUNT, NORMAL_STR, nullptr); in GroupOperationTest13()
122 (void)CheckGroupEditAllowed(DEFAULT_OS_ACCOUNT, NORMAL_STR, NORMAL_STR); in GroupOperationTest14()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dgroup_operation_common_test.cpp150 int32_t ret = CheckGroupEditAllowed(DEFAULT_OS_ACCOUNT, nullptr, NORMAL_STR);
156 int32_t ret = CheckGroupEditAllowed(DEFAULT_OS_ACCOUNT, NORMAL_STR, nullptr);
162 int32_t ret = CheckGroupEditAllowed(DEFAULT_OS_ACCOUNT, NORMAL_STR, NORMAL_STR);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation_common.h95 int32_t CheckGroupEditAllowed(int32_t osAccountId, const char *groupId, const char *appId);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c254 int32_t CheckGroupEditAllowed(int32_t osAccountId, const char *groupId, const char *appId) in CheckGroupEditAllowed() function
1081 …((actionType == MEMBER_INVITE) && (CheckGroupEditAllowed(osAccountId, groupId, callerPkgName) == H… in CheckPermForGroup()
1082 …((actionType == MEMBER_DELETE) && (CheckGroupEditAllowed(osAccountId, groupId, callerPkgName) == H… in CheckPermForGroup()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/
H A Dacross_account_group.c350 ((result = CheckGroupEditAllowed(osAccountId, groupId, appId)) != HC_SUCCESS)) { in CheckChangeParams()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
H A Didentical_account_group.c446 ((result = CheckGroupEditAllowed(osAccountId, groupId, appId)) != HC_SUCCESS)) { in CheckChangeParams()