Home
last modified time | relevance | path

Searched refs:unixSocketName (Results 1 – 8 of 8) sorted by relevance

/developtools/profiler/device/plugins/network_profiler/service/src/
Dnetwork_profiler_socket_service.cpp42 bool NetworkProfilerSocketService::StartService(const std::string& unixSocketName) in StartService() argument
45 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
Dffrt_profiler_socket_service.cpp42 bool FfrtProfilerSocketService::StartService(const std::string& unixSocketName) in StartService() argument
45 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_service.cpp44 bool HookService::StartService(const std::string& unixSocketName) in StartService() argument
47 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()
/developtools/profiler/device/plugins/native_daemon/include/
Dhook_service.h33 bool StartService(const std::string& unixSocketName);
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
Dffrt_profiler_socket_service.h36 bool StartService(const std::string& unixSocketName);
/developtools/profiler/device/plugins/network_profiler/service/include/
Dnetwork_profiler_socket_service.h36 bool StartService(const std::string& unixSocketName);
/developtools/profiler/device/services/plugin_service/include/
Dplugin_service.h112 bool StartService(const std::string& unixSocketName);
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp103 bool PluginService::StartService(const std::string& unixSocketName) in StartService() argument
107 if (!serviceEntry_->StartServer(unixSocketName)) { in StartService()