Home
last modified time | relevance | path

Searched refs:CheckGroupExist (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation_common.h41 int32_t CheckGroupExist(int32_t osAccountId, const char *groupId);
/ohos5.0/base/security/device_auth/test/fuzztest/group_manage/groupoperationcommon_fuzzer/
H A Dgroupoperationcommon_fuzzer.cpp190 (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 Dcompatible_bind_sub_session.c53 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 Dpeer_to_peer_group.c407 if (((result = CheckGroupExist(osAccountId, groupId)) != HC_SUCCESS) || in CheckDeletePeerStatus()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Dgroup_operation_common_test.cpp242 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 Dacross_account_group.c347 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 Didentical_account_group.c443 if (((result = CheckGroupExist(osAccountId, groupId)) != HC_SUCCESS) || in CheckChangeParams()
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcert_operation.c826 int32_t ret = CheckGroupExist(osAccountId, groupId); in GetAccountSymCredInfoByPeerUrl()
H A Didentity_group.c384 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 Dgroup_operation_common.c744 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 Dgroup_operation.c415 ((result = CheckGroupExist(osAccountId, groupId)) != HC_SUCCESS) || in DeleteGroup()