Home
last modified time | relevance | path

Searched refs:requestServiceProxy_ (Results 1 - 2 of 2) sorted by relevance

/base/request/request/frameworks/native/src/
H A Drequest_manager_impl.cpp118 requestServiceProxy_ = proxy; in SetRequestServiceProxy()
454 if (requestServiceProxy_ != nullptr) { in GetRequestServiceProxy()
455 return requestServiceProxy_; in GetRequestServiceProxy()
470 requestServiceProxy_ = iface_cast<RequestServiceInterface>(systemAbility); in GetRequestServiceProxy()
471 if (requestServiceProxy_ == nullptr) { in GetRequestServiceProxy()
472 REQUEST_HILOGE("Get requestServiceProxy_ fail."); in GetRequestServiceProxy()
475 return requestServiceProxy_; in GetRequestServiceProxy()
/base/request/request/frameworks/native/include/
H A Drequest_manager_impl.h111 sptr<RequestServiceInterface> requestServiceProxy_; member in OHOS::Request::RequestManagerImpl

Completed in 2 milliseconds