Home
last modified time | relevance | path

Searched defs:response (Results 1 – 11 of 11) 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.cpp54 DispatchResponse response = heapprofiler_->AddInspectedHeapObject(*params); in AddInspectedHeapObject() local
60 DispatchResponse response = heapprofiler_->CollectGarbage(); in CollectGarbage() local
66 DispatchResponse response = heapprofiler_->Enable(); in Enable() local
72 DispatchResponse response = heapprofiler_->Disable(); in Disable() local
85 DispatchResponse response = heapprofiler_->GetHeapObjectId(*params, &objectId); in GetHeapObjectId() local
99 … DispatchResponse response = heapprofiler_->GetObjectByHeapObjectId(*params, &remoteObjectResult); in GetObjectByHeapObjectId() local
112 DispatchResponse response = heapprofiler_->GetSamplingProfile(&profile); in GetSamplingProfile() local
130 DispatchResponse response = heapprofiler_->StartSampling(*params); in StartSampling() local
142 DispatchResponse response = heapprofiler_->StartTrackingHeapObjects(*params); in StartTrackingHeapObjects() local
150 DispatchResponse response = heapprofiler_->StopSampling(&profile); in StopSampling() local
[all …]
Dtracing_impl.cpp46 DispatchResponse response = tracing_->End(); in End() local
53 DispatchResponse response = tracing_->GetCategories(categories); in GetCategories() local
60 DispatchResponse response = tracing_->RecordClockSyncMarker(syncId); in RecordClockSyncMarker() local
70 DispatchResponse response = tracing_->RequestMemoryDump(std::move(params), dumpGuid, success); in RequestMemoryDump() local
78 DispatchResponse response = tracing_->Start(std::move(params)); in Start() local
Ddebugger_impl.cpp319 DispatchResponse response = debugger_->Enable(*params, &id); in Enable() local
327 DispatchResponse response = debugger_->Disable(); in Disable() local
339 DispatchResponse response = debugger_->EvaluateOnCallFrame(*params, &result1); in EvaluateOnCallFrame() local
357 DispatchResponse response = debugger_->GetPossibleBreakpoints(*params, &locations); in GetPossibleBreakpoints() local
370 DispatchResponse response = debugger_->GetScriptSource(*params, &source); in GetScriptSource() local
377 DispatchResponse response = debugger_->Pause(); in Pause() local
388 DispatchResponse response = debugger_->RemoveBreakpoint(*params); in RemoveBreakpoint() local
399 DispatchResponse response = debugger_->Resume(*params); in Resume() local
405 DispatchResponse response = debugger_->SetAsyncCallStackDepth(); in SetAsyncCallStackDepth() local
419 DispatchResponse response = debugger_->SetBreakpointByUrl(*params, &out_id, &outLocations); in SetBreakpointByUrl() local
[all …]
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
101 …DispatchResponse response = runtime_->CallFunctionOn(*params, &outRemoteObject, &outExceptionDetai… in CallFunctionOn() local
119 DispatchResponse response = runtime_->GetHeapUsage(&usedSize, &totalSize); in GetHeapUsage() local
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp95 DispatchResponse response; in Create() local
103 DispatchResponse response; in Create() local
118 DispatchResponse response; in Fail() local
124 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/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
136 DispatchResponse response = heapProfiler->StopSampling(&profile); in HWTEST_F_L0() local
146 DispatchResponse response = heapProfiler->TakeHeapSnapshot(params); in HWTEST_F_L0() local
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.cpp56 DispatchResponse response = tracing->End(); in HWTEST_F_L0() local
65 DispatchResponse response = tracing->GetCategories(categories); in HWTEST_F_L0() local
74 DispatchResponse response = tracing->RecordClockSyncMarker(syncId); in HWTEST_F_L0() local
85 DispatchResponse response = tracing->RequestMemoryDump(std::move(params), dumpGuid, success); in HWTEST_F_L0() local
94 DispatchResponse response = tracing->Start(std::move(params)); in HWTEST_F_L0() local
/arkcompiler/toolchain/websocket/
Dwebsocket.cpp196 std::string response; in ProtocolUpgrade() local