Home
last modified time | relevance | path

Searched refs:DelGroupFromDb (Results 1 – 6 of 6) sorted by relevance

/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c284 int32_t res = DelGroupFromDb(osAccountId, groupId); in DelAcrossAccountGroupAndTokens()
329 if (DelGroupFromDb(osAccountId, groupId) != HC_SUCCESS) { in DelGroupAndTokens()
455 (void)DelGroupFromDb(osAccountId, groupId); in AddGroupAndToken()
461 (void)DelGroupFromDb(osAccountId, groupId); in AddGroupAndToken()
468 (void)DelGroupFromDb(osAccountId, groupId); in AddGroupAndToken()
/base/security/device_auth/services/group_manager/src/group_operation/across_account_group/
Dacross_account_group.c336 int32_t res = DelGroupFromDb(osAccountId, groupId); in DelGroupAndTokens()
472 (void)DelGroupFromDb(osAccountId, groupId); in AddGroupAndLocalDev()
478 (void)DelGroupFromDb(osAccountId, groupId); in AddGroupAndLocalDev()
/base/security/device_auth/services/group_manager/inc/
Dgroup_operation_common.h75 int32_t DelGroupFromDb(int32_t osAccountId, const char *groupId);
/base/security/device_auth/test/unittest/deviceauth/source/
Dgroup_operation_common_test.cpp283 int32_t ret = DelGroupFromDb(DEFAULT_OS_ACCOUNT, nullptr);
290 int32_t ret = DelGroupFromDb(DEFAULT_OS_ACCOUNT, groupId);
/base/security/device_auth/services/group_manager/src/group_operation/peer_to_peer_group/
Dpeer_to_peer_group.c303 int32_t result = DelGroupFromDb(osAccountId, groupId); in DelGroupAndSelfKeyInfo()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation_common.c937 int32_t DelGroupFromDb(int32_t osAccountId, const char *groupId) in DelGroupFromDb() function