Searched refs:oriUserId (Results 1 – 1 of 1) sorted by relevance
1019 const char *oriUserId = GetStringFromJson(jsonParams, FIELD_USER_ID); in GetUserIdFromJson() local1020 if (oriUserId == NULL) { in GetUserIdFromJson()1024 return ToUpperCase(oriUserId, userId); in GetUserIdFromJson()1033 const char *oriUserId = GetStringFromJson(jsonParams, FIELD_PEER_USER_ID); in GetSharedUserIdFromJson() local1034 if (oriUserId == NULL) { in GetSharedUserIdFromJson()1038 return ToUpperCase(oriUserId, sharedUserId); in GetSharedUserIdFromJson()