Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Dprofiler_impl.cpp53 DispatchResponse response = profiler_->Disable(); in Disable() local
59 DispatchResponse response = profiler_->Enable(); in Enable() local
65 DispatchResponse response = profiler_->Start(); in Start() local
72 DispatchResponse response = profiler_->Stop(&profile); in Stop() local
89 DispatchResponse response = profiler_->SetSamplingInterval(*params); in SetSamplingInterval() local
95 DispatchResponse response = profiler_->GetBestEffortCoverage(); in GetBestEffortCoverage() local
101 DispatchResponse response = profiler_->StopPreciseCoverage(); in StopPreciseCoverage() local
107 DispatchResponse response = profiler_->TakePreciseCoverage(); in TakePreciseCoverage() local
118 DispatchResponse response = profiler_->StartPreciseCoverage(*params); in StartPreciseCoverage() local
124 DispatchResponse response = profiler_->StartTypeProfile(); in StartTypeProfile() local
[all …]
Dheapprofiler_impl.cpp55 DispatchResponse response = heapprofiler_->AddInspectedHeapObject(*params); in AddInspectedHeapObject() local
61 DispatchResponse response = heapprofiler_->CollectGarbage(); in CollectGarbage() local
67 DispatchResponse response = heapprofiler_->Enable(); in Enable() local
73 DispatchResponse response = heapprofiler_->Disable(); in Disable() local
86 DispatchResponse response = heapprofiler_->GetHeapObjectId(*params, &objectId); in GetHeapObjectId() local
100 … DispatchResponse response = heapprofiler_->GetObjectByHeapObjectId(*params, &remoteObjectResult); in GetObjectByHeapObjectId() local
113 DispatchResponse response = heapprofiler_->GetSamplingProfile(&profile); in GetSamplingProfile() local
131 DispatchResponse response = heapprofiler_->StartSampling(*params); in StartSampling() local
138 DispatchResponse response = heapprofiler_->StopSampling(&profile); in StopSampling() local
156 DispatchResponse response = heapprofiler_->StartTrackingHeapObjects(*params); in StartTrackingHeapObjects() local
[all …]
Dtracing_impl.cpp61 DispatchResponse response = tracing_->GetCategories(categories); in GetCategories() local
68 DispatchResponse response = tracing_->RecordClockSyncMarker(syncId); in RecordClockSyncMarker() local
78 DispatchResponse response = tracing_->RequestMemoryDump(std::move(params), dumpGuid, success); in RequestMemoryDump() local
86 DispatchResponse response = tracing_->Start(std::move(params)); in Start() local
Ddebugger_impl.cpp408 DispatchResponse response = debugger_->ContinueToLocation(*params); in ContinueToLocation() local
421 DispatchResponse response = debugger_->Enable(*params, &id); in Enable() local
429 DispatchResponse response = debugger_->Disable(); in Disable() local
441 DispatchResponse response = debugger_->EvaluateOnCallFrame(*params, &result1); in EvaluateOnCallFrame() local
459 DispatchResponse response = debugger_->GetPossibleBreakpoints(*params, &locations); in GetPossibleBreakpoints() local
472 DispatchResponse response = debugger_->GetScriptSource(*params, &source); in GetScriptSource() local
479 DispatchResponse response = debugger_->Pause(); in Pause() local
490 DispatchResponse response = debugger_->RemoveBreakpoint(*params); in RemoveBreakpoint() local
501 DispatchResponse response = debugger_->Resume(*params); in Resume() local
507 DispatchResponse response = debugger_->SetAsyncCallStackDepth(); in SetAsyncCallStackDepth() local
[all …]
Doverlay_impl.cpp42 DispatchResponse response = DispatchResponse::Ok(); in Disable() local
Ddom_impl.cpp40 DispatchResponse response = DispatchResponse::Ok(); in Disable() local
Dcss_impl.cpp40 DispatchResponse response = DispatchResponse::Ok(); in Disable() local
Dtarget_impl.cpp40 DispatchResponse response = DispatchResponse::Ok(); in SetAutoAttach() local
Dpage_impl.cpp40 DispatchResponse response = DispatchResponse::Ok(); in GetNavigationHistory() local
Druntime_impl.cpp50 DispatchResponse response = runtime_->Enable(); in Enable() local
56 DispatchResponse response = runtime_->Disable(); in Disable() local
62 DispatchResponse response = runtime_->RunIfWaitingForDebugger(); in RunIfWaitingForDebugger() local
78 … DispatchResponse response = runtime_->GetProperties(*params, &outPropertyDesc, &outInternalDescs, in GetProperties() local
95 DispatchResponse response = runtime_->GetHeapUsage(&usedSize, &totalSize); in GetHeapUsage() local
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp100 DispatchResponse response; in Create() local
108 DispatchResponse response; in Create() local
123 DispatchResponse response; in Fail() local
129 void DispatcherBase::SendResponse(const DispatchRequest &request, const DispatchResponse &response, in SendResponse()
Dprotocol_handler.cpp82 void ProtocolHandler::SendResponse(const DispatchRequest &request, const DispatchResponse &response, in SendResponse()
120 std::unique_ptr<PtJson> ProtocolHandler::CreateErrorReply(const DispatchResponse &response) in CreateErrorReply()
/arkcompiler/toolchain/websocket/
Dhttp.cpp74 std::string HttpResponse::DecodeVersion(const std::string& response, std::string::size_type version… in DecodeVersion()
87 std::string HttpResponse::DecodeStatus(const std::string& response, std::string::size_type versionE… in DecodeStatus()
105 bool HttpResponse::Decode(const std::string& response, HttpResponse& parsed) in Decode()
/arkcompiler/toolchain/tooling/test/
Dheapprofiler_impl_test.cpp57 DispatchResponse response = heapProfiler->AddInspectedHeapObject(param); in HWTEST_F_L0() local
66 DispatchResponse response = heapProfiler->CollectGarbage(); in HWTEST_F_L0() local
75 DispatchResponse response = heapProfiler->Enable(); in HWTEST_F_L0() local
84 DispatchResponse response = heapProfiler->Disable(); in HWTEST_F_L0() local
95 DispatchResponse response = heapProfiler->GetHeapObjectId(params, &objectId); in HWTEST_F_L0() local
106 DispatchResponse response = heapProfiler->GetObjectByHeapObjectId(*params, &remoteObjectResult); in HWTEST_F_L0() local
116 DispatchResponse response = heapProfiler->GetSamplingProfile(&profile); in HWTEST_F_L0() local
126 DispatchResponse response = heapProfiler->StartSampling(params); in HWTEST_F_L0() local
135 DispatchResponse response = heapProfiler->StopSampling(&profile); in HWTEST_F_L0() local
145 DispatchResponse response = heapProfiler->TakeHeapSnapshot(params); in HWTEST_F_L0() local
[all …]
Dprofiler_impl_test.cpp56 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); in HWTEST_F_L0() local
107 DispatchResponse response = profiler->GetBestEffortCoverage(); in HWTEST_F_L0() local
115 DispatchResponse response = profiler->StopPreciseCoverage(); in HWTEST_F_L0() local
123 DispatchResponse response = profiler->TakePreciseCoverage(); in HWTEST_F_L0() local
134 DispatchResponse response = profiler->StartPreciseCoverage(*params); in HWTEST_F_L0() local
142 DispatchResponse response = profiler->StartTypeProfile(); in HWTEST_F_L0() local
[all …]
Dtracing_impl_test.cpp58 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
Ddispatcher_test.cpp114 DispatchResponse response = DispatchResponse::Create(code, msg); in HWTEST_F_L0() local
Dprotocol_handler_test.cpp101 DispatchResponse response = DispatchResponse::Create(code, msg); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/test/utils/
Dtest_channel.h36 [[maybe_unused]] const DispatchResponse &response, in SendResponse()
/arkcompiler/toolchain/websocket/client/
Dwebsocket_client.cpp182 HttpResponse response; in ClientRecvWSUpgradeRsp() local
200 bool WebSocketClient::ValidateServerHandShake(HttpResponse& response) in ValidateServerHandShake()
/arkcompiler/toolchain/websocket/server/
Dwebsocket_server.cpp70 std::string response(BAD_REQUEST_RESPONSE); in ResponseInvalidHandShake() local