Searched refs:ServiceBase (Results 1 – 12 of 12) sorted by relevance
45 bool RegisterService(ServiceBase& psb);47 const ServiceBase* FindServiceByName(const std::string& service_name);52 std::map<std::string, ServiceBase*> serviceMap_;
23 class ServiceBase {25 virtual ~ServiceBase() {} in ~ServiceBase()
36 class ServiceBase; variable71 ServiceBase* serviceBase_;
27 bool Connect(const std::string addrname, ServiceBase& serviceBase);
38 bool ServiceEntry::RegisterService(ServiceBase& psb) in RegisterService()44 const ServiceBase* ServiceEntry::FindServiceByName(const std::string& service_name) in FindServiceByName()
43 … serviceBase_ = const_cast<ServiceBase*>(serviceEntry_->FindServiceByName(protoServiceName_)); in RawProtocolProc()
33 bool UnixSocketClient::Connect(const std::string addrname, ServiceBase& serviceBase) in Connect()
42 ServiceBase serviceBase;
41 ServiceBase serviceBase;
47 ServiceBase serviceBase;
26 class HookService : public ServiceBase {
25 class HookSocketClient : public ServiceBase {