Searched refs:IsGroupExistByGroupId (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/ |
H A D | group_operation_common.h | 91 bool IsGroupExistByGroupId(int32_t osAccountId, const char *groupId);
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/ |
H A D | group_operation.c | 886 if (!IsGroupExistByGroupId(osAccountId, groupId)) { in GetAccessibleGroupInfoById() 1048 if (!IsGroupExistByGroupId(osAccountId, groupId)) { in GetAccessibleDeviceInfoById() 1101 if (!IsGroupExistByGroupId(osAccountId, groupId)) { in GetAccessibleTrustedDevices() 1132 if (!IsGroupExistByGroupId(osAccountId, groupId)) { in IsDeviceInAccessibleGroup()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/ |
H A D | group_operation_common.c | 219 bool IsGroupExistByGroupId(int32_t osAccountId, const char *groupId) in IsGroupExistByGroupId() function 718 if (IsGroupExistByGroupId(osAccountId, groupId)) { in AssertSameGroupNotExist() 750 if (!IsGroupExistByGroupId(osAccountId, groupId)) { in CheckGroupExist()
|
/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/groupoperationcommon_fuzzer/ |
H A D | groupoperationcommon_fuzzer.cpp | 92 (void)IsGroupExistByGroupId(DEFAULT_OS_ACCOUNT, nullptr); in GroupOperationTest08()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | group_operation_common_test.cpp | 126 bool ret = IsGroupExistByGroupId(DEFAULT_OS_ACCOUNT, nullptr);
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/ |
H A D | compatible_bind_sub_session_common.c | 145 if (!IsGroupExistByGroupId(osAccountId, groupId)) { in CheckAuthIdAndUserTypeValid()
|
H A D | compatible_bind_sub_session.c | 455 if (IsGroupExistByGroupId(session->osAccountId, groupId)) { in AddGroupAndLocalDevIfNotExist()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/ |
H A D | dev_session_v2.c | 90 if (!IsGroupExistByGroupId(osAccountId, groupId)) { in GetSelfUpgradeFlag()
|