Searched refs:GetCommand (Results 1 – 13 of 13) sorted by relevance
| /developtools/profiler/device/services/plugin_service/src/ |
| D | plugin_service_impl.h | 36 …bool GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetCommandResponse& respon…
|
| D | plugin_service_impl.cpp | 73 bool PluginServiceImpl::GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetComma… in GetCommand() function in PluginServiceImpl
|
| /developtools/profiler/device/plugins/ftrace_plugin/include/ |
| D | trace_ops.h | 43 std::string GetCommand() const;
|
| /developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
| D | trace_ops_test.cpp | 49 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/ |
| D | plugin_service.proto | 28 rpc GetCommand(GetCommandRequest) returns (stream GetCommandResponse); rpc
|
| D | plugin_service_types.proto | 55 // for GetCommand API
|
| /developtools/smartperf_host/trace_streamer/src/protos/services/ |
| D | plugin_service.proto | 28 rpc GetCommand(GetCommandRequest) returns (stream GetCommandResponse); rpc
|
| D | plugin_service_types.proto | 55 // for GetCommand API
|
| /developtools/profiler/protos/services/ |
| D | plugin_service.proto | 28 rpc GetCommand(GetCommandRequest) returns (stream GetCommandResponse); rpc
|
| D | plugin_service_types.proto | 55 // for GetCommand API
|
| /developtools/profiler/device/services/shared_memory/test/unittest/ |
| D | shared_memory_allocator_test.cpp | 37 …bool GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetCommandResponse& respon… in GetCommand() function in __anon01735d160111::PluginServiceTest
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | trace_ops.cpp | 42 std::string TraceOps::GetCommand() const in GetCommand() function in TraceOps
|
| /developtools/profiler/device/services/plugin_service/test/unittest/ |
| D | plugin_service_test.cpp | 942 EXPECT_FALSE(pluginServiceImp_->GetCommand(ctx, gcRequest, gcResponse));
|