Home
last modified time | relevance | path

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

/developtools/profiler/protos/services/
Dplugin_service.proto28 rpc GetCommand(GetCommandRequest) returns (stream GetCommandResponse); rpc
/developtools/smartperf_host/trace_streamer/src/protos/services/
Dplugin_service.proto28 rpc GetCommand(GetCommandRequest) returns (stream GetCommandResponse); rpc
/developtools/profiler/device/services/shared_memory/test/unittest/
Dshared_memory_allocator_test.cpp37 …bool GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetCommandResponse& respon… in GetCommand() function in __anon7f9fe0c40111::PluginServiceTest
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service_impl.cpp73 bool PluginServiceImpl::GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetComma… in GetCommand() function in PluginServiceImpl
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dtrace_ops.cpp42 std::string TraceOps::GetCommand() const in GetCommand() function in TraceOps