Searched refs:TAG_REQUEST_ID (Results 1 – 6 of 6) sorted by relevance
161 json[TAG_REQUEST_ID] = authResponseContext_->requestId; in CreateResponseAuthMessageExt()251 json[TAG_REQUEST_ID] = authResponseContext_->requestId; in CreateResponseAuthMessage()345 if (IsInt64(json, TAG_REQUEST_ID)) { in ParseAuthResponseMessageExt()346 authResponseContext_->requestId = json[TAG_REQUEST_ID].get<int64_t>(); in ParseAuthResponseMessageExt()450 if (!IsInt64(json, TAG_REQUEST_ID) || !IsString(json, TAG_GROUP_ID) || in ParseAuthResponseMessage()455 authResponseContext_->requestId = json[TAG_REQUEST_ID].get<int64_t>(); in ParseAuthResponseMessage()
1138 jsonObject[TAG_REQUEST_ID] = authResponseContext_->requestId; in AddMember()
276 bool ret = IsInt64(jsonObj, TAG_REQUEST_ID);294 bool ret = IsInt64(jsonObj, TAG_REQUEST_ID);
209 jsona[TAG_REQUEST_ID] = authMessageProcessor->authResponseContext_->requestId;334 jsona[TAG_REQUEST_ID] = authResponseContext->requestId;439 jsona[TAG_REQUEST_ID] = 1513;465 jsona[TAG_REQUEST_ID] = "1513";491 jsona[TAG_REQUEST_ID] = "1513";517 jsona[TAG_REQUEST_ID] = "1513";543 jsona[TAG_REQUEST_ID] = "1513";580 jsonThumbnail[TAG_REQUEST_ID] = authResponseContext->requestId;1565 jsonObj[TAG_REQUEST_ID] = 1212;1582 jsonObj[TAG_REQUEST_ID] = "1212";
125 constexpr const char* TAG_REQUEST_ID = "REQUESTID"; variable
344 !IsString(jsonObject, TAG_GROUP_ID) || !IsInt64(jsonObject, TAG_REQUEST_ID) || in AddMember()364 int64_t requestId = jsonObject[TAG_REQUEST_ID].get<int64_t>(); in AddMember()