Home
last modified time | relevance | path

Searched refs:serviceEntry_ (Results 1 - 15 of 15) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
H A Dhook_service.cpp41 serviceEntry_ = nullptr; in ~HookService()
46 serviceEntry_ = std::make_shared<ServiceEntry>(); in StartService()
47 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()
48 serviceEntry_ = nullptr; in StartService()
52 serviceEntry_->RegisterService(*this); in StartService()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_socket_service.cpp39 serviceEntry_ = nullptr; in ~FfrtProfilerSocketService()
44 serviceEntry_ = std::make_shared<ServiceEntry>(); in StartService()
45 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()
46 serviceEntry_ = nullptr; in StartService()
50 serviceEntry_->RegisterService(*this); in StartService()
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_socket_service.cpp39 serviceEntry_ = nullptr; in ~NetworkProfilerSocketService()
44 serviceEntry_ = std::make_shared<ServiceEntry>(); in StartService()
45 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()
46 serviceEntry_ = nullptr; in StartService()
50 serviceEntry_->RegisterService(*this); in StartService()
/developtools/profiler/device/services/ipc/src/
H A Dclient_connection.cpp30 serviceEntry_ = &serviceEntry; in ClientConnection()
43 serviceBase_ = const_cast<ServiceBase*>(serviceEntry_->FindServiceByName(protoServiceName_)); in RawProtocolProc()
H A Dunix_socket_server.cpp40 serviceEntry_ = nullptr; in UnixSocketServer()
99 socketClients_[clientSocket] = std::make_shared<ClientConnection>(clientSocket, *serviceEntry_); in UnixSocketAccept()
165 serviceEntry_ = &p; in StartServer()
/developtools/profiler/device/services/ipc/include/
H A Dclient_connection.h30 ServiceEntry* serviceEntry_; member in final
H A Dunix_socket_server.h38 ServiceEntry* serviceEntry_; member in UnixSocketServer
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_service.h36 std::shared_ptr<ServiceEntry> serviceEntry_{nullptr};
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H A Dffrt_profiler_socket_service.h39 std::shared_ptr<ServiceEntry> serviceEntry_{nullptr};
/developtools/profiler/device/plugins/network_profiler/service/include/
H A Dnetwork_profiler_socket_service.h39 std::shared_ptr<ServiceEntry> serviceEntry_{nullptr};
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
H A Dnative_memory_profiler_sa_service.cpp42 serviceEntry_ = std::make_shared<ServiceEntry>(); in NativeMemoryProfilerSaService()
43 if (!serviceEntry_->StartServer(DEFAULT_UNIX_SOCKET_HOOK_PATH)) { in NativeMemoryProfilerSaService()
44 serviceEntry_ = nullptr; in NativeMemoryProfilerSaService()
48 serviceEntry_->RegisterService(*this); in NativeMemoryProfilerSaService()
54 serviceEntry_ = nullptr; in ~NativeMemoryProfilerSaService()
/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_service.cpp106 serviceEntry_ = std::make_shared<ServiceEntry>(); in StartService()
107 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()
109 serviceEntry_ = nullptr; in StartService()
113 serviceEntry_->RegisterService(*pluginServiceImpl_.get()); in StartService()
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/
H A Dnative_memory_profiler_sa_service.h74 std::shared_ptr<ServiceEntry> serviceEntry_{nullptr};
/developtools/profiler/device/services/plugin_service/include/
H A Dplugin_service.h128 std::shared_ptr<ServiceEntry> serviceEntry_; member in PluginService
/developtools/profiler/device/services/profiler_service/test/unittest/
H A Dplugin_service_stubs.cpp114 serviceEntry_ = nullptr; in PluginService()

Completed in 7 milliseconds