| /arkcompiler/toolchain/tooling/agent/ |
| H A D | css_impl.cpp | 47 DispatchResponse response = DispatchResponse::Ok(); in Disable() local
|
| H A D | overlay_impl.cpp | 49 DispatchResponse response = DispatchResponse::Ok(); in Disable() local
|
| H A D | dom_impl.cpp | 47 DispatchResponse response = DispatchResponse::Ok(); in Disable() local
|
| H A D | target_impl.cpp | 47 DispatchResponse response = DispatchResponse::Ok(); in SetAutoAttach() local
|
| H A D | page_impl.cpp | 47 DispatchResponse response = DispatchResponse::Ok(); in GetNavigationHistory() local
|
| H A D | profiler_impl.cpp | 129 DispatchResponse response = profiler_->Disable(); in Disable() local 135 DispatchResponse response = profiler_->Enable(); in Enable() local 143 DispatchResponse response = profiler_->Start(); in Start() local 150 DispatchResponse response = profiler_->Stop(&profile); in Stop() local 168 DispatchResponse response in EnableSerializationTimeoutCheck() local 174 DispatchResponse response = profiler_->DisableSerializationTimeoutCheck(); DisableSerializationTimeoutCheck() local 185 DispatchResponse response = profiler_->SetSamplingInterval(*params); SetSamplingInterval() local 191 DispatchResponse response = profiler_->GetBestEffortCoverage(); GetBestEffortCoverage() local 197 DispatchResponse response = profiler_->StopPreciseCoverage(); StopPreciseCoverage() local 203 DispatchResponse response = profiler_->TakePreciseCoverage(); TakePreciseCoverage() local 214 DispatchResponse response = profiler_->StartPreciseCoverage(*params); StartPreciseCoverage() local 220 DispatchResponse response = profiler_->StartTypeProfile(); StartTypeProfile() local 226 DispatchResponse response = profiler_->StopTypeProfile(); StopTypeProfile() local 232 DispatchResponse response = profiler_->TakeTypeProfile(); TakeTypeProfile() local [all...] |
| H A D | tracing_impl.cpp | 84 DispatchResponse response = tracing_->GetCategories(categories); in GetCategories() local 91 DispatchResponse response = tracing_->RecordClockSyncMarker(syncId); in RecordClockSyncMarker() local 101 DispatchResponse response = tracing_->RequestMemoryDump(std::move(params), dumpGuid, success); in RequestMemoryDump() local 109 DispatchResponse response = tracing_->Start(std::move(params)); in Start() local
|
| H A D | heapprofiler_impl.cpp | 114 DispatchResponse response = heapprofiler_->AddInspectedHeapObject(*params); in AddInspectedHeapObject() local 120 DispatchResponse response = heapprofiler_->CollectGarbage(); in CollectGarbage() local 126 DispatchResponse response = heapprofiler_->Enable(); in Enable() local 134 DispatchResponse response = heapprofiler_->Disable(); in Disable() local 147 DispatchResponse response = heapprofiler_->GetHeapObjectId(*params, &objectId); in GetHeapObjectId() local 161 DispatchResponse response = heapprofiler_->GetObjectByHeapObjectId(*params, &remoteObjectResult); GetObjectByHeapObjectId() local 174 DispatchResponse response = heapprofiler_->GetSamplingProfile(&profile); GetSamplingProfile() local 192 DispatchResponse response = heapprofiler_->StartSampling(*params); StartSampling() local 199 DispatchResponse response = heapprofiler_->StopSampling(&profile); StopSampling() local 217 DispatchResponse response = heapprofiler_->StartTrackingHeapObjects(*params); StartTrackingHeapObjects() local 228 DispatchResponse response = heapprofiler_->StopTrackingHeapObjects(*params); StopTrackingHeapObjects() local 239 DispatchResponse response = heapprofiler_->TakeHeapSnapshot(*params); TakeHeapSnapshot() local [all...] |
| H A D | runtime_impl.cpp | 79 DispatchResponse response = runtime_->Enable(); in Enable() local 87 DispatchResponse response = runtime_->Disable(); in Disable() local 93 DispatchResponse response = runtime_->RunIfWaitingForDebugger(); in RunIfWaitingForDebugger() local 109 DispatchResponse response = runtime_->GetProperties(*params, &outPropertyDesc, &outInternalDescs, in GetProperties() local 126 DispatchResponse response = runtime_->GetHeapUsage(&usedSize, &totalSize); in GetHeapUsage() local [all...] |
| H A D | debugger_impl.cpp | 627 DispatchResponse response = debugger_->ContinueToLocation(*params); in ContinueToLocation() local 640 DispatchResponse response = debugger_->Enable(*params, &id); in Enable() local 649 DispatchResponse response = debugger_->Disable(); in Disable() local 661 DispatchResponse response = debugger_->EvaluateOnCallFrame(*params, &result1); in EvaluateOnCallFrame() local 679 DispatchResponse response in GetPossibleBreakpoints() local 692 DispatchResponse response = debugger_->GetScriptSource(*params, &source); GetScriptSource() local 699 DispatchResponse response = debugger_->Pause(); Pause() local 710 DispatchResponse response = debugger_->RemoveBreakpoint(*params); RemoveBreakpoint() local 721 DispatchResponse response = debugger_->RemoveBreakpointsByUrl(*params); RemoveBreakpointsByUrl() local 732 DispatchResponse response = debugger_->Resume(*params); Resume() local 738 DispatchResponse response = debugger_->SetAsyncCallStackDepth(); SetAsyncCallStackDepth() local 752 DispatchResponse response = debugger_->SetBreakpointByUrl(*params, &outId, &outLocations); SetBreakpointByUrl() local 765 DispatchResponse response = debugger_->SetBreakpointsActive(*params); SetBreakpointsActive() local 779 DispatchResponse response = debugger_->GetPossibleAndSetBreakpointByUrl(*params, outLocation); GetPossibleAndSetBreakpointByUrl() local 792 DispatchResponse response = debugger_->SetPauseOnExceptions(*params); SetPauseOnExceptions() local 804 DispatchResponse response = debugger_->SetSkipAllPauses(*params); SetSkipAllPauses() local 815 DispatchResponse response = debugger_->SetNativeRange(*params); SetNativeRange() local 826 DispatchResponse response = debugger_->ResetSingleStepper(*params); ResetSingleStepper() local 837 DispatchResponse response = debugger_->StepInto(*params); StepInto() local 848 DispatchResponse response = debugger_->SmartStepInto(*params); SmartStepInto() local 854 DispatchResponse response = debugger_->StepOut(); StepOut() local 865 DispatchResponse response = debugger_->StepOver(*params); StepOver() local 876 DispatchResponse response = debugger_->SetMixedDebugEnabled(*params); SetMixedDebugEnabled() local 887 DispatchResponse response = debugger_->ReplyNativeCalling(*params); ReplyNativeCalling() local 893 DispatchResponse response = debugger_->SetBlackboxPatterns(); SetBlackboxPatterns() local 904 DispatchResponse response = debugger_->DropFrame(*params); DropFrame() local 924 DispatchResponse response = debugger_->CallFunctionOn(*params, &outRemoteObject, &outExceptionDetails); CallFunctionOn() local [all...] |
| /arkcompiler/toolchain/test/fuzztest/dispatcher/dispatchresponsecreatecode_fuzzer/ |
| H A D | dispatchresponsecreatecode_fuzzer.cpp | 34 DispatchResponse response = DispatchResponse::Create(code, message);
in DispatchResponseCreateCodeFuzzTest() local
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | protocol_handler_test.cpp | 101 DispatchResponse response = DispatchResponse::Create(code, msg); in HWTEST_F_L0() local
|
| H A D | profiler_impl_test.cpp | 56 DispatchResponse response = profiler->Disable(); in HWTEST_F_L0() local 65 DispatchResponse response = profiler->Enable(); in HWTEST_F_L0() local 75 DispatchResponse response = profiler->Start(); in HWTEST_F_L0() local 88 DispatchResponse response = profiler->Stop(&profile); in HWTEST_F_L0() local 98 DispatchResponse response = profiler->SetSamplingInterval(params); HWTEST_F_L0() local 108 DispatchResponse response = profiler->EnableSerializationTimeoutCheck(params); HWTEST_F_L0() local 117 DispatchResponse response = profiler->DisableSerializationTimeoutCheck(); HWTEST_F_L0() local 126 DispatchResponse response = profiler->GetBestEffortCoverage(); HWTEST_F_L0() local 134 DispatchResponse response = profiler->StopPreciseCoverage(); HWTEST_F_L0() local 142 DispatchResponse response = profiler->TakePreciseCoverage(); HWTEST_F_L0() local 153 DispatchResponse response = profiler->StartPreciseCoverage(*params); HWTEST_F_L0() local 161 DispatchResponse response = profiler->StartTypeProfile(); HWTEST_F_L0() local 169 DispatchResponse response = profiler->StopTypeProfile(); HWTEST_F_L0() local 177 DispatchResponse response = profiler->TakeTypeProfile(); HWTEST_F_L0() local [all...] |
| H A D | tracing_impl_test.cpp | 58 DispatchResponse response = tracing->Start(std::move(params)); in HWTEST_F_L0() local 70 DispatchResponse response = tracing->GetCategories(categories); in HWTEST_F_L0() local 79 DispatchResponse response = tracing->RecordClockSyncMarker(syncId); in HWTEST_F_L0() local 90 DispatchResponse response = tracing->RequestMemoryDump(std::move(params), dumpGuid, success); in HWTEST_F_L0() local
|
| H A D | dispatcher_test.cpp | 114 DispatchResponse response = DispatchResponse::Create(code, msg); in HWTEST_F_L0() local
|
| H A D | heapprofiler_impl_test.cpp | 93 DispatchResponse response = heapProfiler->AddInspectedHeapObject(param);
in HWTEST_F_L0() local 102 DispatchResponse response = heapProfiler->CollectGarbage();
in HWTEST_F_L0() local 111 DispatchResponse response = heapProfiler->Enable();
in HWTEST_F_L0() local 120 DispatchResponse response in HWTEST_F_L0() local 131 DispatchResponse response = heapProfiler->GetHeapObjectId(params, &objectId); HWTEST_F_L0() local 142 DispatchResponse response = heapProfiler->GetObjectByHeapObjectId(*params, &remoteObjectResult); HWTEST_F_L0() local 152 DispatchResponse response = heapProfiler->GetSamplingProfile(&profile); HWTEST_F_L0() local 162 DispatchResponse response = heapProfiler->StartSampling(params); HWTEST_F_L0() local 171 DispatchResponse response = heapProfiler->StopSampling(&profile); HWTEST_F_L0() local 181 DispatchResponse response = heapProfiler->TakeHeapSnapshot(params); HWTEST_F_L0() local 422 DispatchResponse response = heapProfiler->StartSampling(params); HWTEST_F_L0() local 433 DispatchResponse response = heapProfiler->StartSampling(params); HWTEST_F_L0() local 444 DispatchResponse response = heapProfiler->StartSampling(params); HWTEST_F_L0() local [all...] |
| /arkcompiler/toolchain/tooling/ |
| H A D | protocol_handler.cpp | 86 void ProtocolHandler::SendResponse(const DispatchRequest &request, const DispatchResponse &response, in SendResponse() argument 124 std::unique_ptr<PtJson> ProtocolHandler::CreateErrorReply(const DispatchResponse &response) in CreateErrorReply() argument
|
| H A D | dispatcher.cpp | 96 DispatchResponse response; in Create() local 104 DispatchResponse response; in Create() local 119 DispatchResponse response; in Fail() local 125 SendResponse(const DispatchRequest &request, const DispatchResponse &response, const PtBaseReturns &result) SendResponse() argument [all...] |
| /arkcompiler/toolchain/websocket/ |
| H A D | http.cpp | 74 std::string HttpResponse::DecodeVersion(const std::string& response, std::string::size_type versionStartPos) in DecodeVersion() argument 87 std::string HttpResponse::DecodeStatus(const std::string& response, std::string::size_type versionEndPos) in DecodeStatus() argument 105 Decode(const std::string& response, HttpResponse& parsed) Decode() argument [all...] |
| /arkcompiler/toolchain/websocket/client/ |
| H A D | websocket_client.cpp | 30 static bool ValidateServerHandShake(HttpResponse& response) in ValidateServerHandShake() argument 226 HttpResponse response; in ClientRecvWSUpgradeRsp() local [all...] |