Searched refs:RequestServiceInterface (Results 1 – 7 of 7) sorted by relevance
66 sptr<RequestServiceInterface> GetRequestServiceProxy();68 void SetRequestServiceProxy(sptr<RequestServiceInterface> proxy);77 sptr<RequestServiceInterface> requestServiceProxy_;
27 class RequestServiceInterface : public IRemoteBroker {
26 class RequestServiceProxy : public IRemoteProxy<RequestServiceInterface> {
79 pub trait RequestServiceInterface: IRemoteBroker { trait113 stub: &dyn RequestServiceInterface, in on_remote_request() argument148 RequestServiceInterface["ohos.request.service"] {154 impl RequestServiceInterface for RequestServiceProxy {
36 task_config::*, task_info::*, RequestServiceInterface, filter::*, request_binding,49 impl RequestServiceInterface for RequestService {
106 void RequestManager::SetRequestServiceProxy(sptr<RequestServiceInterface> proxy) in SetRequestServiceProxy()245 sptr<RequestServiceInterface> RequestManager::GetRequestServiceProxy() in GetRequestServiceProxy()264 requestServiceProxy_ = iface_cast<RequestServiceInterface>(systemAbility); in GetRequestServiceProxy()
32 : IRemoteProxy<RequestServiceInterface>(object) in RequestServiceProxy()