Searched refs:sendRequestRepeatTimes (Results 1 – 3 of 3) sorted by relevance
43 int32_t sendRequestRepeatTimes; member
116 if (!JsonParser::GetIntFromJson(j, SEND_REQUEST_REPEAT_TIMES_KEY, t.sendRequestRepeatTimes)) { in from_json()
235 sendRequestRepeatTimes_ = value.tsConfig.sendRequestRepeatTimes == 0 in GetConfigValue()236 ? DEFAULT_SEND_REQUEST_REPEAT_TIMES : value.tsConfig.sendRequestRepeatTimes; in GetConfigValue()