Home
last modified time | relevance | path

Searched refs:AddGroupAndToken (Results 1 – 2 of 2) sorted by relevance

/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
Didentical_account_group_test.cpp167 int32_t ret = AddGroupAndToken(DEFAULT_OS_ACCOUNT, nullptr, nullptr);
/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c452 static int32_t AddGroupAndToken(int32_t osAccountId, CJson *jsonParams, const char *groupId) in AddGroupAndToken() function
538 ((result = AddGroupAndToken(osAccountId, jsonParams, groupId)) != HC_SUCCESS) || in CreateGroup()