Searched refs:AssertUserIdExist (Results 1 – 4 of 4) sorted by relevance
39 int32_t AssertUserIdExist(const CJson *jsonParams);
122 if (((result = AssertUserIdExist(jsonParams)) != HC_SUCCESS) || in CheckCreateParams()
251 ((result = AssertUserIdExist(jsonParams)) != HC_SUCCESS) || in CheckCreateParams()
826 int32_t AssertUserIdExist(const CJson *jsonParams) in AssertUserIdExist() function