Home
last modified time | relevance | path

Searched refs:AssertUserIdExist (Results 1 – 4 of 4) sorted by relevance

/base/security/device_auth/services/group_manager/inc/
Dgroup_operation_common.h39 int32_t AssertUserIdExist(const CJson *jsonParams);
/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c122 if (((result = AssertUserIdExist(jsonParams)) != HC_SUCCESS) || in CheckCreateParams()
/base/security/device_auth/services/group_manager/src/group_operation/across_account_group/
Dacross_account_group.c251 ((result = AssertUserIdExist(jsonParams)) != HC_SUCCESS) || in CheckCreateParams()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation_common.c826 int32_t AssertUserIdExist(const CJson *jsonParams) in AssertUserIdExist() function