Home
last modified time | relevance | path

Searched defs:UnregisterPlugin (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/
Dplugin_service.proto25 rpc UnregisterPlugin(UnregisterPluginRequest) returns (UnregisterPluginResponse); rpc
/developtools/smartperf_host/trace_streamer/src/protos/services/
Dplugin_service.proto25 rpc UnregisterPlugin(UnregisterPluginRequest) returns (UnregisterPluginResponse); rpc
/developtools/profiler/protos/services/
Dplugin_service.proto25 rpc UnregisterPlugin(UnregisterPluginRequest) returns (UnregisterPluginResponse); rpc
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service_impl.cpp56 bool PluginServiceImpl::UnregisterPlugin(SocketContext& context, in UnregisterPlugin() function in PluginServiceImpl