Searched refs:DelGroupFromDb (Results 1 – 6 of 6) sorted by relevance
/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/ |
D | identical_account_group.c | 284 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/ |
D | across_account_group.c | 336 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/ |
D | group_operation_common.h | 75 int32_t DelGroupFromDb(int32_t osAccountId, const char *groupId);
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
D | group_operation_common_test.cpp | 283 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/ |
D | peer_to_peer_group.c | 303 int32_t result = DelGroupFromDb(osAccountId, groupId); in DelGroupAndSelfKeyInfo()
|
/base/security/device_auth/services/group_manager/src/group_operation/ |
D | group_operation_common.c | 937 int32_t DelGroupFromDb(int32_t osAccountId, const char *groupId) in DelGroupFromDb() function
|