Searched refs:ServiceAdaptorInterface (Results 1 – 25 of 25) sorted by relevance
32 ServiceAdaptorInterface* adaptor) : rpc_adaptor_(adaptor) {} in ServicePropertyChangeNotifier()71 Bind(&ServiceAdaptorInterface::EmitUint16sChanged, in AddUint16sPropertyObserver()101 Bind(&ServiceAdaptorInterface::EmitRpcIdentifierChanged, in AddRpcIdentifierPropertyObserver()111 Bind(&ServiceAdaptorInterface::EmitStringChanged, in AddStringPropertyObserver()121 Bind(&ServiceAdaptorInterface::EmitStringmapChanged, in AddStringmapPropertyObserver()
32 class ServiceAdaptorInterface; variable41 explicit ServicePropertyChangeNotifier(ServiceAdaptorInterface* adaptor);72 ServiceAdaptorInterface* rpc_adaptor_;
50 ServiceAdaptorInterface* MockControl::CreateServiceAdaptor( in CreateServiceAdaptor()
56 ServiceAdaptorInterface* NiceMockControl::CreateServiceAdaptor( in CreateServiceAdaptor()
136 class ServiceAdaptorInterface {138 virtual ~ServiceAdaptorInterface() {} in ~ServiceAdaptorInterface()
40 class ServiceAdaptorInterface; variable101 virtual ServiceAdaptorInterface* CreateServiceAdaptor(Service* service) = 0;
61 class ServiceAdaptorInterface; variable607 ServiceAdaptorInterface* adaptor() const { return adaptor_.get(); } in adaptor()664 friend class ServiceAdaptorInterface; variable892 std::unique_ptr<ServiceAdaptorInterface> adaptor_;
46 ServiceAdaptorInterface* CreateServiceAdaptor(Service* service) override;
151 class ServiceMockAdaptor : public ServiceAdaptorInterface {
28 class ServiceAdaptorInterface {30 virtual ~ServiceAdaptorInterface() {} in ~ServiceAdaptorInterface()
40 std::unique_ptr<ServiceAdaptorInterface> MockControl::CreateServiceAdaptor( in CreateServiceAdaptor()42 return std::unique_ptr<ServiceAdaptorInterface>(CreateServiceAdaptorRaw()); in CreateServiceAdaptor()
43 MOCK_METHOD0(CreateServiceAdaptorRaw, ServiceAdaptorInterface*());54 std::unique_ptr<ServiceAdaptorInterface> CreateServiceAdaptor(
54 ServiceAdaptorInterface* adaptor() const { return adaptor_.get(); } in adaptor()107 std::unique_ptr<ServiceAdaptorInterface> adaptor_;
29 class MockServiceAdaptor : public ServiceAdaptorInterface {
53 virtual std::unique_ptr<ServiceAdaptorInterface> CreateServiceAdaptor(
110 std::unique_ptr<ServiceAdaptorInterface> DBusControl::CreateServiceAdaptor( in CreateServiceAdaptor()112 return std::unique_ptr<ServiceAdaptorInterface>( in CreateServiceAdaptor()
32 public ServiceAdaptorInterface {
44 std::unique_ptr<ServiceAdaptorInterface> CreateServiceAdaptor(
121 ServiceAdaptorInterface* BinderControl::CreateServiceAdaptor(Service* service) { in CreateServiceAdaptor()122 return CreateAdaptor<Service, ServiceAdaptorInterface, ServiceBinderAdaptor>( in CreateServiceAdaptor()
54 public ServiceAdaptorInterface {
189 ServiceAdaptorInterface* ChromeosDBusControl::CreateServiceAdaptor( in CreateServiceAdaptor()192 CreateAdaptor<Service, ServiceAdaptorInterface, in CreateServiceAdaptor()
43 public ServiceAdaptorInterface {
45 ServiceAdaptorInterface* CreateServiceAdaptor(Service* service) override;