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 D | groupoperationcommon_fuzzer.cpp | 112 (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 D | group_operation_common_test.cpp | 150 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 D | group_operation_common.h | 95 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 D | group_operation_common.c | 254 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 D | across_account_group.c | 350 ((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 D | identical_account_group.c | 446 ((result = CheckGroupEditAllowed(osAccountId, groupId, appId)) != HC_SUCCESS)) { in CheckChangeParams()
|