Home
last modified time | relevance | path

Searched defs:RegisterPlugin (Results 1 – 5 of 5) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/
Dplugin_service.proto23 rpc RegisterPlugin(RegisterPluginRequest) returns (RegisterPluginResponse); rpc
/developtools/smartperf_host/trace_streamer/src/protos/services/
Dplugin_service.proto23 rpc RegisterPlugin(RegisterPluginRequest) returns (RegisterPluginResponse); rpc
/developtools/profiler/protos/services/
Dplugin_service.proto23 rpc RegisterPlugin(RegisterPluginRequest) returns (RegisterPluginResponse); rpc
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service_impl.cpp26 bool PluginServiceImpl::RegisterPlugin(SocketContext& context, in RegisterPlugin() function in PluginServiceImpl
/developtools/profiler/device/plugins/api/src/
Dplugin_manager.cpp108 bool PluginManager::RegisterPlugin(const PluginModulePtr& plugin, const std::string& pluginPath, in RegisterPlugin() function in PluginManager