Home
last modified time | relevance | path

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

/developtools/profiler/device/services/ipc/include/
Dservice_entry.h45 bool RegisterService(ServiceBase& psb);
/developtools/profiler/device/services/ipc/src/
Dservice_entry.cpp38 bool ServiceEntry::RegisterService(ServiceBase& psb) in RegisterService() function in ServiceEntry
/developtools/profiler/device/services/ipc/test/unittest/
Dservice_entry_test.cpp49 serviceEntry.RegisterService(pluginService);
/developtools/profiler/device/plugins/network_profiler/service/src/
Dnetwork_profiler_socket_service.cpp50 serviceEntry_->RegisterService(*this); in StartService()
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
Dffrt_profiler_socket_service.cpp50 serviceEntry_->RegisterService(*this); in StartService()
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_service.cpp52 serviceEntry_->RegisterService(*this); in StartService()
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
Dnative_memory_profiler_sa_service.cpp48 serviceEntry_->RegisterService(*this); in NativeMemoryProfilerSaService()
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp113 serviceEntry_->RegisterService(*pluginServiceImpl_.get()); in StartService()
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp702 builder.RegisterService(this); in StartService()