Home
last modified time | relevance | path

Searched refs:IsGroupExistByGroupId (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation_common.h91 bool IsGroupExistByGroupId(int32_t osAccountId, const char *groupId);
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/
H A Dgroup_operation.c886 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 Dgroup_operation_common.c219 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 Dgroupoperationcommon_fuzzer.cpp92 (void)IsGroupExistByGroupId(DEFAULT_OS_ACCOUNT, nullptr); in GroupOperationTest08()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dgroup_operation_common_test.cpp126 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 Dcompatible_bind_sub_session_common.c145 if (!IsGroupExistByGroupId(osAccountId, groupId)) { in CheckAuthIdAndUserTypeValid()
H A Dcompatible_bind_sub_session.c455 if (IsGroupExistByGroupId(session->osAccountId, groupId)) { in AddGroupAndLocalDevIfNotExist()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c90 if (!IsGroupExistByGroupId(osAccountId, groupId)) { in GetSelfUpgradeFlag()