Searched refs:ServiceEntry (Results 1 – 16 of 16) sorted by relevance
21 ServiceEntry::ServiceEntry() in ServiceEntry() function in ServiceEntry25 ServiceEntry::~ServiceEntry() {} in ~ServiceEntry()26 bool ServiceEntry::StartServer(const std::string& addrname) in StartServer()38 bool ServiceEntry::RegisterService(ServiceBase& psb) in RegisterService()44 const ServiceBase* ServiceEntry::FindServiceByName(const std::string& service_name) in FindServiceByName()
24 ClientConnection::ClientConnection(int sfd, ServiceEntry& serviceEntry) in ClientConnection()
33 int ClientMap::PutClientSocket(int socketFileDescriptor, ServiceEntry& p) in PutClientSocket()
104 bool UnixSocketServer::StartServer(const std::string& addrname, ServiceEntry& p) in StartServer()
26 class ServiceEntry; variable34 bool StartServer(const std::string& addrname, ServiceEntry& p);38 ServiceEntry* serviceEntry_;
38 class ServiceEntry {40 ServiceEntry();41 ~ServiceEntry();
22 class ServiceEntry; variable27 int PutClientSocket(int socketFileDescriptor, ServiceEntry& p);
25 ClientConnection(int sfd, ServiceEntry& serviceEntry);30 ServiceEntry* serviceEntry_;
41 ServiceEntry serviceEntry;42 ServiceEntry serviceTest;
43 ServiceEntry serviceEntry;
42 ServiceEntry serviceEntry;
48 ServiceEntry serviceEntry;
38 std::shared_ptr<ServiceEntry> serviceEntry_;
49 serviceEntry_ = std::make_shared<ServiceEntry>(); in StartService()
123 std::shared_ptr<ServiceEntry> serviceEntry_;
88 serviceEntry_ = std::make_shared<ServiceEntry>(); in StartService()