Home
last modified time | relevance | path

Searched defs:response (Results 1 – 25 of 27) sorted by relevance

12

/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_test.cpp119 StartSessionResponse response; in StartSession() local
129 StopSessionResponse response; in StopSession() local
139 DestroySessionResponse response; in DestroySession() local
149 CreateSessionResponse response; in CreateOnlineSession() local
169 CreateSessionResponse response; in CreateOfflineSession() local
209 auto response = std::make_unique<GetCapabilitiesResponse>(); variable
242 auto response = std::make_unique<GetCapabilitiesResponse>(); variable
281 auto response = std::make_unique<GetCapabilitiesResponse>(); variable
318 auto response = std::make_unique<GetCapabilitiesResponse>(); variable
336 auto response = std::make_unique<GetCapabilitiesResponse>(); variable
[all …]
/developtools/profiler/device/services/plugin_service/test/moduletest/
Dplugin_service_test.cpp28 … bool OnRegisterPluginResponse(SocketContext& context, ::RegisterPluginResponse& response) override in OnRegisterPluginResponse()
33 …bool OnUnregisterPluginResponse(SocketContext& context, ::UnregisterPluginResponse& response) over… in OnUnregisterPluginResponse()
37 bool OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) override in OnGetCommandResponse()
41 bool OnNotifyResultResponse(SocketContext& context, ::NotifyResultResponse& response) override in OnNotifyResultResponse()
69 RegisterPluginResponse response; variable
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service_impl.cpp28 ::RegisterPluginResponse& response) in RegisterPlugin()
58 ::UnregisterPluginResponse& response) in UnregisterPlugin()
73 …l::GetCommand(SocketContext& context, ::GetCommandRequest& request, ::GetCommandResponse& response) in GetCommand()
80 ::NotifyResultResponse& response) in NotifyResult()
/developtools/profiler/device/services/plugin_service/test/unittest/
Dplugin_service_test.cpp39 bool OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) override in OnGetCommandResponse()
87 RegisterPluginResponse response; variable
332 RegisterPluginResponse response; variable
475 RegisterPluginResponse response; variable
618 RegisterPluginResponse response; variable
766 RegisterPluginResponse response; variable
909 RegisterPluginResponse response; variable
935 UnregisterPluginResponse response; variable
/developtools/profiler/device/services/shared_memory/test/unittest/
Dshared_memory_allocator_test.cpp37 …ommand(SocketContext& context, ::GetCommandRequest& request, ::GetCommandResponse& response) overr… in GetCommand()
48 bool OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) override in OnGetCommandResponse()
Dshared_memory_block_test.cpp160 NotifyResultResponse response; variable
196 NotifyResultResponse response; variable
269 NotifyResultResponse response; variable
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp33 #define CHECK_REQUEST_RESPONSE(context, request, response) \ argument
82 ::GetCapabilitiesResponse* response) in GetCapabilities()
228 ::CreateSessionResponse* response) in CreateSession()
465 ::StartSessionResponse* response) in StartSession()
543 FetchDataResponse response; in FetchData() local
576 ::StopSessionResponse* response) in StopSession()
593 ::DestroySessionResponse* response) in DestroySession()
630 ::KeepSessionResponse* response) in KeepSession()
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilercreatesession_fuzzer/
Dprofilercreatesession_fuzzer.cpp30 auto response = std::make_unique<CreateSessionResponse>(); in ProfilerCreateSessionFuzzTest() local
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerkeepsession_fuzzer/
Dprofilerkeepsession_fuzzer.cpp30 auto response = std::make_unique<KeepSessionResponse>(); in ProfilerKeepSessionFuzzTest() local
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilergetcapabilities_fuzzer/
Dprofilergetcapabilities_fuzzer.cpp30 auto response = std::make_unique<GetCapabilitiesResponse>(); in ProfilerGetCapabilitiesFuzzTest() local
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstopsession_fuzzer/
Dprofilerstopsession_fuzzer.cpp30 auto response = std::make_unique<StopSessionResponse>(); in ProfilerStopSessionFuzzTest() local
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstartsession_fuzzer/
Dprofilerstartsession_fuzzer.cpp30 auto response = std::make_unique<StartSessionResponse>(); in ProfilerStartSessionFuzzTest() local
/developtools/profiler/device/services/profiler_service/test/fuzztest/profilerdestroysession_fuzzer/
Dprofilerdestroysession_fuzzer.cpp30 auto response = std::make_unique<DestroySessionResponse>(); in ProfilerDestroySessionFuzzTest() local
/developtools/profiler/device/plugins/api/src/
Dplugin_manager.cpp115 RegisterPluginResponse response; in RegisterPlugin() local
183 UnregisterPluginResponse response; in RemovePlugin() local
382 NotifyResultResponse response; in SubmitResult() local
Dcommand_poller.cpp138 bool CommandPoller::OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) in OnGetCommandResponse()
/developtools/profiler/device/services/ipc/include/
Dipc_generator_impl.h34 bool AddMethod(std::string method, std::string request, std::string response) in AddMethod()
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp117 RegisterPluginResponse response; in RegisterAgentPlugin() local
141 UnregisterPluginResponse response; in UnregisterAgentPlugin() local
/developtools/smartperf_host/ide/src/trace/component/
DSpQuerySQL.ts35 private response: HTMLDivElement | undefined; property in SpQuerySQL
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/rpc/
Drpc_server.cpp40 std::string response = "ok\r\n"; in SqlOperate() local
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/
Drpc_server.cpp40 std::string response = "ok\r\n"; in SqlOperate() local
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpQuerySQL.ts38 private response: HTMLDivElement | undefined; property in SpQuerySQL
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Drpc_server.cpp121 std::string response = "ok\r\n"; in SqlOperate() local
/developtools/smartperf_host/trace_streamer/src/rpc/
Drpc_server.cpp136 std::string response = "ok\r\n"; in SqlOperate() local
/developtools/hdc/src/common/
Duart.h279 bool response; // PKG for response member
/developtools/profiler/device/cmds/src/
Dmain.cpp348 GetCapabilitiesResponse response; in CheckGrpcMsgSend() local

12