Searched defs:ServiceImpl (Results 1 - 1 of 1) sorted by relevance

/system/weaved/libweaved/
H A Dservice.cc43 // 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
166 class ServiceImpl : public std::enable_shared_from_this<ServiceImpl>, class in namespace:weaved
291 ServiceImpl::ServiceImpl(android::BinderWrapper* binder_wrapper, function in class:weaved::ServiceImpl
[all...]

Completed in 71 milliseconds