Searched refs:requestConfig_ (Results 1 – 4 of 4) sorted by relevance
30 requestConfig_ = new (std::nothrow) RequestConfig(); in Request()41 if (this->requestConfig_ == nullptr) { in SetRequestConfig()44 this->requestConfig_->Set(requestConfig); in SetRequestConfig()54 return requestConfig_; in GetRequestConfig()154 if (requestConfig_ == nullptr || proxys == nullptr) { in GetProxyName()157 switch (requestConfig_->GetScenario()) { in GetProxyName()183 if (requestConfig_ == nullptr || proxys == nullptr) { in GetProxyNameByPriority()186 switch (requestConfig_->GetPriority()) { in GetProxyNameByPriority()234 if (requestConfig_ == nullptr) { in ToString()237 std::string str = "[request config: " + requestConfig_->ToString() + in ToString()
69 sptr<RequestConfig> requestConfig_; variable
246 std::unique_ptr<LocatingRequiredDataConfig> requestConfig_;
722 request1->requestConfig_ = nullptr;