Home
last modified time | relevance | path

Searched refs:CheckUserTypeIfExist (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/services/group_manager/inc/
Dgroup_operation_common.h46 int32_t CheckUserTypeIfExist(const CJson *jsonParams);
/base/security/device_auth/services/group_manager/src/group_operation/peer_to_peer_group/
Dpeer_to_peer_group.c126 ((result = CheckUserTypeIfExist(jsonParams)) != HC_SUCCESS) || in CheckCreateParams()
/base/security/device_auth/services/group_manager/src/group_operation/identical_account_group/
Didentical_account_group.c124 ((result = CheckUserTypeIfExist(jsonParams)) != HC_SUCCESS) || in CheckCreateParams()
/base/security/device_auth/services/group_manager/src/group_operation/across_account_group/
Dacross_account_group.c248 if (((result = CheckUserTypeIfExist(jsonParams)) != HC_SUCCESS) || in CheckCreateParams()
/base/security/device_auth/services/group_manager/src/group_operation/
Dgroup_operation_common.c582 int32_t CheckUserTypeIfExist(const CJson *jsonParams) in CheckUserTypeIfExist() function