HomeSort by relevance Sort by last modified time
    Searched refs:ServiceImpl (Results 1 - 8 of 8) sorted by null

  /external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/
ServiceImpl.java 3 public class ServiceImpl implements Service {
ExampleListener.java 46 bind(Service.class).to(ServiceImpl.class);
  /system/weaved/libweaved/
service.cc 43 // Service::Connect() creates an instance of ServiceImpl class and sets the only
52 // over binder is initiated. ServiceImpl periodically tries to get hold of
76 // In case a connection to weaved is lost, the ServiceImpl class will be deleted
78 // A new instance of ServiceImpl is created and the strong reference in
81 // instance of ServiceImpl.
106 class ServiceImpl;
119 explicit WeaveClient(const std::weak_ptr<ServiceImpl>& service);
136 std::weak_ptr<ServiceImpl> service_;
145 explicit NotificationListener(const std::weak_ptr<ServiceImpl>& service);
152 std::weak_ptr<ServiceImpl> service_
    [all...]
command.h 35 class ServiceImpl;
143 friend class ServiceImpl;
  /external/guice/core/test/com/google/inject/example/
ClientServiceWithDependencyInjection.java 32 public static class ServiceImpl implements ClientServiceWithDependencyInjection.Service {
42 private static final Service service = new ServiceImpl();
ClientServiceWithFactories.java 32 public static class ServiceImpl implements Service {
42 private static Service instance = new ServiceImpl();
ClientServiceWithGuice.java 39 public static class ServiceImpl implements Service {
47 bind(Service.class).to(ServiceImpl.class).in(Scopes.SINGLETON);
ClientServiceWithGuiceDefaults.java 35 @ImplementedBy(ServiceImpl.class)
41 public static class ServiceImpl implements ClientServiceWithGuiceDefaults.Service {

Completed in 66 milliseconds