Home
last modified time | relevance | path

Searched refs:ServiceProxy (Results 1 – 14 of 14) sorted by relevance

/external/perfetto/src/ipc/
Dservice_proxy.cc30 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()
Dclient_impl.h48 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_;
Dclient_impl.cc57 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()
Dvirtual_destructors.cc33 ServiceProxy::EventListener::~EventListener() = default;
Dclient_impl_unittest.cc51 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/
Dservice_proxy.h41 class ServiceProxy {
60 explicit ServiceProxy(EventListener*);
61 virtual ~ServiceProxy();
84 base::WeakPtr<ServiceProxy> GetWeakPtr() const;
95 base::WeakPtrFactory<ServiceProxy> weak_ptr_factory_; // Keep last.
Dclient.h34 class ServiceProxy; variable
51 virtual void BindService(base::WeakPtr<ServiceProxy>) = 0;
/external/perfetto/src/ipc/test/
Dipc_integrationtest.cc37 using ::perfetto::ipc::ServiceProxy;
41 class MockEventListener : public ServiceProxy::EventListener {
/external/autotest/frontend/afe/json_rpc/
Dproxy.py97 class ServiceProxy(object): class
120 return ServiceProxy(self.__serviceURL, name, self.__headers)
/external/autotest/frontend/afe/
Drpc_client_lib.py41 return proxy.ServiceProxy(*args, **kwargs)
/external/perfetto/src/tracing/ipc/consumer/
Dconsumer_ipc_client_impl.h52 public ipc::ServiceProxy::EventListener {
/external/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.h53 public ipc::ServiceProxy::EventListener {
/external/libchrome/mojo/public/cpp/bindings/tests/
Dsample_service_unittest.cc274 class ServiceProxyImpl : public ServiceProxy {
277 : ServiceProxy(receiver) {} in ServiceProxyImpl()
/external/error_prone/javac/
Djavac-9+181-r4173-1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...