Home
last modified time | relevance | path

Searched refs:GetCurDeviceNumByGroupId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation_common.h81 uint32_t GetCurDeviceNumByGroupId(int32_t osAccountId, const char *groupId);
/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/groupoperationcommon_fuzzer/
H A Dgroupoperationcommon_fuzzer.cpp173 (void)GetCurDeviceNumByGroupId(DEFAULT_OS_ACCOUNT, nullptr); in GroupOperationTest23()
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c396 uint32_t GetCurDeviceNumByGroupId(int32_t osAccountId, const char *groupId) in GetCurDeviceNumByGroupId() function
427 if (GetCurDeviceNumByGroupId(osAccountId, groupId) >= HC_TRUST_DEV_ENTRY_MAX_NUM) { in CheckDeviceNumLimit()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dgroup_operation_common_test.cpp222 uint32_t num = GetCurDeviceNumByGroupId(DEFAULT_OS_ACCOUNT, nullptr);