Home
last modified time | relevance | path

Searched refs:requestConfig_ (Results 1 – 4 of 4) sorted by relevance

/base/location/services/location_locator/locator/source/
Drequest.cpp30 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()
/base/location/services/location_locator/locator/include/
Drequest.h69 sptr<RequestConfig> requestConfig_; variable
/base/location/interfaces/inner_api/include/
Dlocation_async_context.h246 std::unique_ptr<LocatingRequiredDataConfig> requestConfig_;
/base/location/test/location_locator/source/
Dlocator_background_proxy_test.cpp722 request1->requestConfig_ = nullptr;