Home
last modified time | relevance | path

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

12

/developtools/profiler/device/services/plugin_service/test/moduletest/
Dplugin_service_test.cpp27 … bool OnRegisterPluginResponse(SocketContext& context, ::RegisterPluginResponse& response) override in OnRegisterPluginResponse()
32 …bool OnUnregisterPluginResponse(SocketContext& context, ::UnregisterPluginResponse& response) over… in OnUnregisterPluginResponse()
36 bool OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) override in OnGetCommandResponse()
40 bool OnNotifyResultResponse(SocketContext& context, ::NotifyResultResponse& response) override in OnNotifyResultResponse()
68 RegisterPluginResponse response; variable
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_test.cpp118 StartSessionResponse response; in StartSession() local
128 StopSessionResponse response; in StopSession() local
138 DestroySessionResponse response; in DestroySession() local
148 CreateSessionResponse response; in CreateOnlineSession() local
168 CreateSessionResponse response; in CreateOfflineSession() local
208 auto response = std::make_unique<GetCapabilitiesResponse>(); variable
241 auto response = std::make_unique<GetCapabilitiesResponse>(); variable
280 auto response = std::make_unique<GetCapabilitiesResponse>(); variable
317 auto response = std::make_unique<GetCapabilitiesResponse>(); variable
335 auto response = std::make_unique<GetCapabilitiesResponse>(); variable
[all …]
/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.cpp38 bool OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) override in OnGetCommandResponse()
84 RegisterPluginResponse response; variable
236 RegisterPluginResponse response; variable
383 RegisterPluginResponse response; variable
530 RegisterPluginResponse response; variable
682 RegisterPluginResponse response; variable
830 RegisterPluginResponse response; variable
856 UnregisterPluginResponse response; variable
/developtools/profiler/device/services/shared_memory/test/unittest/
Dshared_memory_allocator_test.cpp36 …ommand(SocketContext& context, ::GetCommandRequest& request, ::GetCommandResponse& response) overr… in GetCommand()
47 bool OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) override in OnGetCommandResponse()
Dshared_memory_block_test.cpp162 NotifyResultResponse response; variable
198 NotifyResultResponse response; variable
272 NotifyResultResponse response; variable
/developtools/profiler/device/services/profiler_service/src/
Dprofiler_service.cpp34 #define CHECK_REQUEST_RESPONSE(context, request, response) \ argument
89 ::GetCapabilitiesResponse* response) in GetCapabilities()
253 ::CreateSessionResponse* response) in CreateSession()
516 ::StartSessionResponse* response) in StartSession()
604 FetchDataResponse response; in FetchData() local
664 SubscribeProfilerEvtResponse response; in SubscribeProfilerEvt() local
697 ::StopSessionResponse* response) in StopSession()
726 ::DestroySessionResponse* response) in DestroySession()
767 ::KeepSessionResponse* response) in KeepSession()
/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/profilercreatesession_fuzzer/
Dprofilercreatesession_fuzzer.cpp30 auto response = std::make_unique<CreateSessionResponse>(); in ProfilerCreateSessionFuzzTest() 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/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/ipc/include/
Dipc_generator_impl.h34 bool AddMethod(std::string method, std::string request, std::string response) in AddMethod()
/developtools/profiler/device/plugins/api/src/
Dplugin_manager.cpp120 RegisterPluginResponse response; in RegisterPlugin() local
190 UnregisterPluginResponse response; in RemovePlugin() local
419 NotifyResultResponse response; in SubmitResult() local
Dcommand_poller.cpp149 bool CommandPoller::OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) in OnGetCommandResponse()
/developtools/smartperf_host/smartperf_host/ide/src/hdc/hdcclient/
DHdcClient.ts81 …const response = await fetch(`${window.location.origin}${window.location.pathname}${hdcMsgUrl}?mes… constant
/developtools/smartperf_host/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/
Ddemo_rpc_server.cpp39 std::string response = "ok\r\n"; in DemoSqlOperate() local
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/
DSpQuerySQL.ts38 private response: HTMLDivElement | undefined; property in SpQuerySQL
DSpAiAnalysisPage.ts728 const response = new Response(blob); constant
/developtools/profiler/device/plugins/native_daemon/src/
Dhook_manager.cpp171 RegisterPluginResponse response; in RegisterAgentPlugin() local
195 UnregisterPluginResponse response; in UnregisterAgentPlugin() local
/developtools/hdc/src/common/
Dpassword.cpp56 std::string response; in SendToUnixSocketAndRecvStr() local
Duart.h279 bool response; // PKG for response member
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
Dffrt_profiler_manager.cpp366 RegisterPluginResponse response; in RegisterAgentPlugin() local
/developtools/profiler/device/plugins/network_profiler/service/src/
Dnetwork_profiler_manager.cpp452 RegisterPluginResponse response; in RegisterAgentPlugin() local

12