| /developtools/profiler/device/services/profiler_service/test/unittest/ |
| D | profiler_service_test.cpp | 118 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/test/moduletest/ |
| D | plugin_service_test.cpp | 27 … 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/plugin_service/src/ |
| D | plugin_service_impl.cpp | 28 ::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/ |
| D | plugin_service_test.cpp | 36 bool OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) override in OnGetCommandResponse() 78 RegisterPluginResponse response; variable 318 RegisterPluginResponse response; variable 461 RegisterPluginResponse response; variable 604 RegisterPluginResponse response; variable 752 RegisterPluginResponse response; variable 895 RegisterPluginResponse response; variable 921 UnregisterPluginResponse response; variable
|
| /developtools/profiler/device/services/profiler_service/src/ |
| D | profiler_service.cpp | 33 #define CHECK_REQUEST_RESPONSE(context, request, response) \ argument 85 ::GetCapabilitiesResponse* response) in GetCapabilities() 241 ::CreateSessionResponse* response) in CreateSession() 468 ::StartSessionResponse* response) in StartSession() 547 FetchDataResponse response; in FetchData() local 580 ::StopSessionResponse* response) in StopSession() 609 ::DestroySessionResponse* response) in DestroySession() 644 ::KeepSessionResponse* response) in KeepSession()
|
| /developtools/profiler/device/services/shared_memory/test/unittest/ |
| D | shared_memory_allocator_test.cpp | 36 …ommand(SocketContext& context, ::GetCommandRequest& request, ::GetCommandResponse& response) overr… in GetCommand() 47 bool OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) override in OnGetCommandResponse()
|
| D | shared_memory_block_test.cpp | 162 NotifyResultResponse response; variable 198 NotifyResultResponse response; variable 272 NotifyResultResponse response; variable
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstartsession_fuzzer/ |
| D | profilerstartsession_fuzzer.cpp | 30 auto response = std::make_unique<StartSessionResponse>(); in ProfilerStartSessionFuzzTest() local
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilergetcapabilities_fuzzer/ |
| D | profilergetcapabilities_fuzzer.cpp | 30 auto response = std::make_unique<GetCapabilitiesResponse>(); in ProfilerGetCapabilitiesFuzzTest() local
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilerkeepsession_fuzzer/ |
| D | profilerkeepsession_fuzzer.cpp | 30 auto response = std::make_unique<KeepSessionResponse>(); in ProfilerKeepSessionFuzzTest() local
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilerdestroysession_fuzzer/ |
| D | profilerdestroysession_fuzzer.cpp | 30 auto response = std::make_unique<DestroySessionResponse>(); in ProfilerDestroySessionFuzzTest() local
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilerstopsession_fuzzer/ |
| D | profilerstopsession_fuzzer.cpp | 30 auto response = std::make_unique<StopSessionResponse>(); in ProfilerStopSessionFuzzTest() local
|
| /developtools/profiler/device/services/profiler_service/test/fuzztest/profilercreatesession_fuzzer/ |
| D | profilercreatesession_fuzzer.cpp | 30 auto response = std::make_unique<CreateSessionResponse>(); in ProfilerCreateSessionFuzzTest() local
|
| /developtools/profiler/device/plugins/api/src/ |
| D | plugin_manager.cpp | 117 RegisterPluginResponse response; in RegisterPlugin() local 186 UnregisterPluginResponse response; in RemovePlugin() local 380 NotifyResultResponse response; in SubmitResult() local
|
| D | command_poller.cpp | 138 bool CommandPoller::OnGetCommandResponse(SocketContext& context, ::GetCommandResponse& response) in OnGetCommandResponse()
|
| /developtools/profiler/device/services/ipc/include/ |
| D | ipc_generator_impl.h | 34 bool AddMethod(std::string method, std::string request, std::string response) in AddMethod()
|
| /developtools/smartperf_host/ide/src/hdc/hdcclient/ |
| D | HdcClient.ts | 79 …const response = await fetch(`${window.location.origin}/application/encryptHdcMsg?message=` + retu… constant
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/ |
| D | demo_rpc_server.cpp | 39 std::string response = "ok\r\n"; in DemoSqlOperate() local
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpQuerySQL.ts | 38 private response: HTMLDivElement | undefined; property in SpQuerySQL
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | hook_manager.cpp | 165 RegisterPluginResponse response; in RegisterAgentPlugin() local 189 UnregisterPluginResponse response; in UnregisterAgentPlugin() local
|
| /developtools/profiler/device/plugins/network_profiler/service/src/ |
| D | network_profiler_manager.cpp | 375 RegisterPluginResponse response; in RegisterAgentPlugin() local
|
| /developtools/profiler/device/plugins/ffrt_profiler/service/src/ |
| D | ffrt_profiler_manager.cpp | 366 RegisterPluginResponse response; in RegisterAgentPlugin() local
|
| /developtools/hdc/src/common/ |
| D | uart.h | 279 bool response; // PKG for response member
|
| D | uart.cpp | 662 bool response = head->IsResponsePackage(); in RequestSendPackage() local
|
| /developtools/profiler/device/cmds/src/ |
| D | main.cpp | 377 GetCapabilitiesResponse response; in CheckGrpcMsgSend() local
|