Home
last modified time | relevance | path

Searched refs:serviceEntry_ (Results 1 – 9 of 9) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
Dhook_service.cpp44 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()
/developtools/profiler/device/services/ipc/src/
Dclient_connection.cpp30 serviceEntry_ = &serviceEntry; in ClientConnection()
43 … serviceBase_ = const_cast<ServiceBase*>(serviceEntry_->FindServiceByName(protoServiceName_)); in RawProtocolProc()
Dunix_socket_server.cpp33 serviceEntry_ = nullptr; in UnixSocketServer()
79 … socketClients_[clientSocket] = std::make_shared<ClientConnection>(clientSocket, *serviceEntry_); in UnixSocketAccept()
148 serviceEntry_ = &p; in StartServer()
/developtools/profiler/device/services/ipc/include/
Dclient_connection.h30 ServiceEntry* serviceEntry_; variable
Dunix_socket_server.h38 ServiceEntry* serviceEntry_; variable
/developtools/profiler/device/plugins/native_daemon/include/
Dhook_service.h38 std::shared_ptr<ServiceEntry> serviceEntry_; variable
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp88 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()
/developtools/profiler/device/services/plugin_service/include/
Dplugin_service.h123 std::shared_ptr<ServiceEntry> serviceEntry_; variable
/developtools/profiler/device/services/profiler_service/test/unittest/
Dplugin_service_stubs.cpp114 serviceEntry_ = nullptr; in PluginService()