Searched refs:ServiceProxy (Results 1 – 14 of 14) sorted by relevance
/external/perfetto/src/ipc/ |
D | service_proxy.cc | 30 ServiceProxy::ServiceProxy(EventListener* event_listener) in ServiceProxy() function in perfetto::ipc::ServiceProxy 33 ServiceProxy::~ServiceProxy() { in ~ServiceProxy() 38 void ServiceProxy::InitializeBinding( in InitializeBinding() 47 void ServiceProxy::BeginInvoke(const std::string& method_name, in BeginInvoke() 81 void ServiceProxy::EndInvoke(RequestID request_id, in EndInvoke() 99 void ServiceProxy::OnConnect(bool success) { in OnConnect() 107 void ServiceProxy::OnDisconnect() { in OnDisconnect() 112 base::WeakPtr<ServiceProxy> ServiceProxy::GetWeakPtr() const { in GetWeakPtr()
|
D | client_impl.h | 48 void BindService(base::WeakPtr<ServiceProxy>) override; 62 base::WeakPtr<ServiceProxy>, 70 base::WeakPtr<ServiceProxy> service_proxy; 91 std::map<ServiceID, base::WeakPtr<ServiceProxy>> service_bindings_; 94 std::list<base::WeakPtr<ServiceProxy>> queued_bindings_;
|
D | client_impl.cc | 57 void ClientImpl::BindService(base::WeakPtr<ServiceProxy> service_proxy) { in BindService() 90 base::WeakPtr<ServiceProxy> service_proxy, in BeginInvoke() 134 for (base::WeakPtr<ServiceProxy>& service_proxy : queued_bindings_) { in OnConnect() 146 base::WeakPtr<ServiceProxy>& service_proxy = it.second; in OnDisconnect() 210 base::WeakPtr<ServiceProxy>& service_proxy = req.service_proxy; in OnBindServiceReply() 246 base::WeakPtr<ServiceProxy> service_proxy = req.service_proxy; in OnInvokeMethodReply()
|
D | virtual_destructors.cc | 33 ServiceProxy::EventListener::~EventListener() = default;
|
D | client_impl_unittest.cc | 51 class FakeProxy : public ServiceProxy { 53 FakeProxy(const char* service_name, ServiceProxy::EventListener* el) in FakeProxy() 54 : ServiceProxy(el), service_name_(service_name) {} in FakeProxy() 74 class MockEventListener : public ServiceProxy::EventListener {
|
/external/perfetto/include/perfetto/ipc/ |
D | service_proxy.h | 41 class ServiceProxy { 60 explicit ServiceProxy(EventListener*); 61 virtual ~ServiceProxy(); 84 base::WeakPtr<ServiceProxy> GetWeakPtr() const; 95 base::WeakPtrFactory<ServiceProxy> weak_ptr_factory_; // Keep last.
|
D | client.h | 34 class ServiceProxy; variable 51 virtual void BindService(base::WeakPtr<ServiceProxy>) = 0;
|
/external/perfetto/src/ipc/test/ |
D | ipc_integrationtest.cc | 37 using ::perfetto::ipc::ServiceProxy; 41 class MockEventListener : public ServiceProxy::EventListener {
|
/external/autotest/frontend/afe/json_rpc/ |
D | proxy.py | 97 class ServiceProxy(object): class 120 return ServiceProxy(self.__serviceURL, name, self.__headers)
|
/external/autotest/frontend/afe/ |
D | rpc_client_lib.py | 41 return proxy.ServiceProxy(*args, **kwargs)
|
/external/perfetto/src/tracing/ipc/consumer/ |
D | consumer_ipc_client_impl.h | 52 public ipc::ServiceProxy::EventListener {
|
/external/perfetto/src/tracing/ipc/producer/ |
D | producer_ipc_client_impl.h | 53 public ipc::ServiceProxy::EventListener {
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | sample_service_unittest.cc | 274 class ServiceProxyImpl : public ServiceProxy { 277 : ServiceProxy(receiver) {} in ServiceProxyImpl()
|
/external/error_prone/javac/ |
D | javac-9+181-r4173-1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |