Searched refs:userTypeS (Results 1 – 3 of 3) sorted by relevance
320 int32_t userTypeS; in ClientImportAuthCodeParseEvent() local321 if (GetIntFromJson(inputEvent, FIELD_USER_TYPE_SERVER, &userTypeS) != HC_SUCCESS) { in ClientImportAuthCodeParseEvent()340 params->userTypePeer = userTypeS; in ClientImportAuthCodeParseEvent()
500 int32_t userTypeS; in ClientImportPkParseEvent() local501 if (GetIntFromJson(inputEvent, FIELD_USER_TYPE_SERVER, &userTypeS) != HC_SUCCESS) { in ClientImportPkParseEvent()514 params->userTypePeer = userTypeS; in ClientImportPkParseEvent()
588 int32_t userTypeS; in ClientFinishProcParseEvent() local589 if (GetIntFromJson(inputEvent, FIELD_USER_TYPE_SERVER, &userTypeS) != HC_SUCCESS) { in ClientFinishProcParseEvent()608 params->userTypePeer = userTypeS; in ClientFinishProcParseEvent()