Home
last modified time | relevance | path

Searched refs:GetCommand (Results 1 – 13 of 13) sorted by relevance

/developtools/profiler/device/services/plugin_service/src/
Dplugin_service_impl.h36 …bool GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetCommandResponse& respon…
Dplugin_service_impl.cpp73 bool PluginServiceImpl::GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetComma… in GetCommand() function in PluginServiceImpl
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dtrace_ops.h43 std::string GetCommand() const;
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dtrace_ops_test.cpp49 HWTEST_F(TraceOpsTest, GetCommand, TestSize.Level1)
52 EXPECT_STREQ(traceOps->GetCommand().c_str(), "/system/bin/hitrace");
/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/
Dplugin_service.proto28 rpc GetCommand(GetCommandRequest) returns (stream GetCommandResponse); rpc
Dplugin_service_types.proto55 // for GetCommand API
/developtools/smartperf_host/trace_streamer/src/protos/services/
Dplugin_service.proto28 rpc GetCommand(GetCommandRequest) returns (stream GetCommandResponse); rpc
Dplugin_service_types.proto55 // for GetCommand API
/developtools/profiler/protos/services/
Dplugin_service.proto28 rpc GetCommand(GetCommandRequest) returns (stream GetCommandResponse); rpc
Dplugin_service_types.proto55 // for GetCommand API
/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 __anon01735d160111::PluginServiceTest
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dtrace_ops.cpp42 std::string TraceOps::GetCommand() const in GetCommand() function in TraceOps
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp942 EXPECT_FALSE(pluginServiceImp_->GetCommand(ctx, gcRequest, gcResponse));