Searched refs:sendRequestRepeatTimes_ (Results 1 – 2 of 2) sorted by relevance
215 return sendRequestRepeatTimes_; in GetRepeatTimes()222 sendRequestRepeatTimes_ = DEFAULT_SEND_REQUEST_REPEAT_TIMES; in SetDefaultConfigValue()235 sendRequestRepeatTimes_ = value.tsConfig.sendRequestRepeatTimes == 0 in GetConfigValue()241 ACCESSTOKEN_LOG_INFO(LABEL, "SendRequestRepeatTimes_ is %{public}d.", sendRequestRepeatTimes_); in GetConfigValue()
154 int32_t sendRequestRepeatTimes_ = 0; variable