Searched refs:serviceEntry_ (Results 1 – 9 of 9) sorted by relevance
44 serviceEntry_ = nullptr; in ~HookService()49 serviceEntry_ = std::make_shared<ServiceEntry>(); in StartService()50 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()51 serviceEntry_ = nullptr; in StartService()55 serviceEntry_->RegisterService(*this); in StartService()
30 serviceEntry_ = &serviceEntry; in ClientConnection()43 … serviceBase_ = const_cast<ServiceBase*>(serviceEntry_->FindServiceByName(protoServiceName_)); in RawProtocolProc()
33 serviceEntry_ = nullptr; in UnixSocketServer()79 … socketClients_[clientSocket] = std::make_shared<ClientConnection>(clientSocket, *serviceEntry_); in UnixSocketAccept()148 serviceEntry_ = &p; in StartServer()
30 ServiceEntry* serviceEntry_; variable
38 ServiceEntry* serviceEntry_; variable
38 std::shared_ptr<ServiceEntry> serviceEntry_; variable
88 serviceEntry_ = std::make_shared<ServiceEntry>(); in StartService()89 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()91 serviceEntry_ = nullptr; in StartService()95 serviceEntry_->RegisterService(*pluginServiceImpl_.get()); in StartService()
123 std::shared_ptr<ServiceEntry> serviceEntry_; variable
114 serviceEntry_ = nullptr; in PluginService()