Searched refs:CheckGroupExist (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/ |
H A D | group_operation_common.h | 41 int32_t CheckGroupExist(int32_t osAccountId, const char *groupId);
|
/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/groupoperationcommon_fuzzer/ |
H A D | groupoperationcommon_fuzzer.cpp | 190 (void)CheckGroupExist(DEFAULT_OS_ACCOUNT, nullptr); in GroupOperationTest26()
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/ |
H A D | compatible_bind_sub_session.c | 53 if (((result = CheckGroupExist(osAccountId, groupId)) != HC_SUCCESS) || in CheckInvitePeer() 190 int32_t result = CheckGroupExist(osAccountId, groupId); in CheckServerStatusIfNotInvite()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/peer_to_peer_group/ |
H A D | peer_to_peer_group.c | 407 if (((result = CheckGroupExist(osAccountId, groupId)) != HC_SUCCESS) || in CheckDeletePeerStatus()
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | group_operation_common_test.cpp | 242 int32_t ret = CheckGroupExist(DEFAULT_OS_ACCOUNT, nullptr);
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/across_account_group/ |
H A D | across_account_group.c | 347 if (((result = CheckGroupExist(osAccountId, groupId)) != 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 | 443 if (((result = CheckGroupExist(osAccountId, groupId)) != HC_SUCCESS) || in CheckChangeParams()
|
/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | cert_operation.c | 826 int32_t ret = CheckGroupExist(osAccountId, groupId); in GetAccountSymCredInfoByPeerUrl()
|
H A D | identity_group.c | 384 int32_t ret = CheckGroupExist(osAccountId, groupId); in CheckAndGetP2pCredInfo()
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/ |
H A D | group_operation_common.c | 744 int32_t CheckGroupExist(int32_t osAccountId, const char *groupId) in CheckGroupExist() function
|
/ohos5.0/base/security/device_auth/services/legacy/group_manager/src/group_operation/ |
H A D | group_operation.c | 415 ((result = CheckGroupExist(osAccountId, groupId)) != HC_SUCCESS) || in DeleteGroup()
|