Home
last modified time | relevance | path

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

/base/security/device_auth/services/group_manager/inc/
Dgroup_operation_common.h43 int32_t CheckGroupExist(int32_t osAccountId, const char *groupId);
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
Dcompatible_bind_sub_session.c50 if (((result = CheckGroupExist(osAccountId, groupId)) != HC_SUCCESS) || in CheckInvitePeer()
187 int32_t result = CheckGroupExist(osAccountId, groupId); in CheckServerStatusIfNotInvite()
/base/security/device_auth/services/group_manager/src/group_operation/peer_to_peer_group/
Dpeer_to_peer_group.c404 if (((result = CheckGroupExist(osAccountId, groupId)) != HC_SUCCESS) || in CheckDeletePeerStatus()
/base/security/device_auth/test/unittest/deviceauth/source/
Dgroup_operation_common_test.cpp233 int32_t ret = CheckGroupExist(DEFAULT_OS_ACCOUNT, nullptr);
/base/security/device_auth/services/creds_manager/src/account_related/
Daccount_related_creds_manager.c651 int32_t ret = CheckGroupExist(osAccountId, groupId); in GetAccountSymCredInfoByPeerUrl()
/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c436 if (((result = CheckGroupExist(osAccountId, groupId)) != HC_SUCCESS) || in CheckChangeParams()
/base/security/device_auth/services/group_manager/src/group_operation/across_account_group/
Dacross_account_group.c351 if (((result = CheckGroupExist(osAccountId, groupId)) != HC_SUCCESS) || in CheckChangeParams()
/base/security/device_auth/services/creds_manager/src/
Dcreds_manager.c225 int32_t ret = CheckGroupExist(osAccountId, groupId); in CheckAndGetP2pCredInfo()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation.c410 ((result = CheckGroupExist(osAccountId, groupId)) != HC_SUCCESS) || in DeleteGroup()
Dgroup_operation_common.c870 int32_t CheckGroupExist(int32_t osAccountId, const char *groupId) in CheckGroupExist() function