Home
last modified time | relevance | path

Searched defs:request (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/toolchain/tooling/agent/
Dprofiler_impl.cpp24 void ProfilerImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
51 void ProfilerImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
57 void ProfilerImpl::DispatcherImpl::Enable(const DispatchRequest &request) in Enable()
63 void ProfilerImpl::DispatcherImpl::Start(const DispatchRequest &request) in Start()
69 void ProfilerImpl::DispatcherImpl::Stop(const DispatchRequest &request) in Stop()
82 void ProfilerImpl::DispatcherImpl::SetSamplingInterval(const DispatchRequest &request) in SetSamplingInterval()
93 void ProfilerImpl::DispatcherImpl::GetBestEffortCoverage(const DispatchRequest &request) in GetBestEffortCoverage()
99 void ProfilerImpl::DispatcherImpl::StopPreciseCoverage(const DispatchRequest &request) in StopPreciseCoverage()
105 void ProfilerImpl::DispatcherImpl::TakePreciseCoverage(const DispatchRequest &request) in TakePreciseCoverage()
111 void ProfilerImpl::DispatcherImpl::StartPreciseCoverage(const DispatchRequest &request) in StartPreciseCoverage()
[all …]
Dheapprofiler_impl.cpp21 void HeapProfilerImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
48 void HeapProfilerImpl::DispatcherImpl::AddInspectedHeapObject(const DispatchRequest &request) in AddInspectedHeapObject()
59 void HeapProfilerImpl::DispatcherImpl::CollectGarbage(const DispatchRequest &request) in CollectGarbage()
65 void HeapProfilerImpl::DispatcherImpl::Enable(const DispatchRequest &request) in Enable()
71 void HeapProfilerImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
77 void HeapProfilerImpl::DispatcherImpl::GetHeapObjectId(const DispatchRequest &request) in GetHeapObjectId()
91 void HeapProfilerImpl::DispatcherImpl::GetObjectByHeapObjectId(const DispatchRequest &request) in GetObjectByHeapObjectId()
110 void HeapProfilerImpl::DispatcherImpl::GetSamplingProfile(const DispatchRequest &request) in GetSamplingProfile()
124 void HeapProfilerImpl::DispatcherImpl::StartSampling(const DispatchRequest &request) in StartSampling()
135 void HeapProfilerImpl::DispatcherImpl::StopSampling(const DispatchRequest &request) in StopSampling()
[all …]
Dtracing_impl.cpp24 void TracingImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
44 void TracingImpl::DispatcherImpl::End(const DispatchRequest &request) in End()
58 void TracingImpl::DispatcherImpl::GetCategories(const DispatchRequest &request) in GetCategories()
65 void TracingImpl::DispatcherImpl::RecordClockSyncMarker(const DispatchRequest &request) in RecordClockSyncMarker()
72 void TracingImpl::DispatcherImpl::RequestMemoryDump(const DispatchRequest &request) in RequestMemoryDump()
82 void TracingImpl::DispatcherImpl::Start(const DispatchRequest &request) in Start()
Doverlay_impl.cpp24 void OverlayImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
40 void OverlayImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
Ddom_impl.cpp22 void DomImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
38 void DomImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
Dcss_impl.cpp22 void CssImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
38 void CssImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
Dtarget_impl.cpp22 void TargetImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
38 void TargetImpl::DispatcherImpl::SetAutoAttach(const DispatchRequest &request) in SetAutoAttach()
Dpage_impl.cpp22 void PageImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
38 void PageImpl::DispatcherImpl::GetNavigationHistory(const DispatchRequest &request) in GetNavigationHistory()
Ddebugger_impl.cpp359 void DebuggerImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
400 void DebuggerImpl::DispatcherImpl::ContinueToLocation(const DispatchRequest &request) in ContinueToLocation()
412 void DebuggerImpl::DispatcherImpl::Enable(const DispatchRequest &request) in Enable()
427 void DebuggerImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
433 void DebuggerImpl::DispatcherImpl::EvaluateOnCallFrame(const DispatchRequest &request) in EvaluateOnCallFrame()
451 void DebuggerImpl::DispatcherImpl::GetPossibleBreakpoints(const DispatchRequest &request) in GetPossibleBreakpoints()
464 void DebuggerImpl::DispatcherImpl::GetScriptSource(const DispatchRequest &request) in GetScriptSource()
477 void DebuggerImpl::DispatcherImpl::Pause(const DispatchRequest &request) in Pause()
483 void DebuggerImpl::DispatcherImpl::RemoveBreakpoint(const DispatchRequest &request) in RemoveBreakpoint()
494 void DebuggerImpl::DispatcherImpl::Resume(const DispatchRequest &request) in Resume()
[all …]
/arkcompiler/toolchain/tooling/client/domain/
Dheapprofiler_client.cpp60 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in HeapDumpCommand() local
83 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in AllocationTrackCommand() local
104 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in AllocationTrackStopCommand() local
125 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in Enable() local
145 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in Disable() local
165 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in Samping() local
186 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in SampingStop() local
206 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in CollectGarbage() local
Druntime_client.cpp53 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in HeapusageCommand() local
73 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in RuntimeEnableCommand() local
93 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in RuntimeDisableCommand() local
113 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in RunIfWaitingForDebuggerCommand() local
135 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in GetPropertiesCommand() local
159 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in GetPropertiesCommand2() local
Ddebugger_client.cpp75 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in BreakCommand() local
102 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in DeleteCommand() local
123 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in DisableCommand() local
147 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in EnableCommand() local
236 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in ResumeCommand() local
255 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in StepIntoCommand() local
274 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in StepOutCommand() local
293 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in StepOverCommand() local
Dprofiler_client.cpp56 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in CpuprofileEnableCommand() local
76 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in CpuprofileDisableCommand() local
96 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in CpuprofileCommand() local
116 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in CpuprofileStopCommand() local
136 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in SetSamplingIntervalCommand() local
Dtest_client.cpp48 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in SuccessCommand() local
67 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in FailCommand() local
/arkcompiler/toolchain/tooling/test/
Ddebugger_impl_test.cpp101 DispatchRequest request(msg); in HWTEST_F_L0() local
131 DispatchRequest request(msg); in HWTEST_F_L0() local
159 DispatchRequest request(msg); in HWTEST_F_L0() local
188 DispatchRequest request(msg); in HWTEST_F_L0() local
219 DispatchRequest request(msg); in HWTEST_F_L0() local
250 DispatchRequest request(msg); in HWTEST_F_L0() local
278 DispatchRequest request(msg); in HWTEST_F_L0() local
318 DispatchRequest request(msg); in HWTEST_F_L0() local
346 DispatchRequest request(msg); in HWTEST_F_L0() local
376 DispatchRequest request(msg); in HWTEST_F_L0() local
[all …]
Dprofiler_impl_test.cpp132 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
171 DispatchRequest request(msg); in HWTEST_F_L0() local
193 DispatchRequest request(msg); in HWTEST_F_L0() local
211 DispatchRequest request(msg); in HWTEST_F_L0() local
229 DispatchRequest request(msg); in HWTEST_F_L0() local
250 DispatchRequest request(msg); in HWTEST_F_L0() local
268 DispatchRequest request(msg); in HWTEST_F_L0() local
290 DispatchRequest request(msg); in HWTEST_F_L0() local
308 DispatchRequest request(msg); in HWTEST_F_L0() local
326 DispatchRequest request(msg); in HWTEST_F_L0() local
[all …]
Dheapprofiler_impl_test.cpp159 DispatchRequest request(msg); in HWTEST_F_L0() local
181 DispatchRequest request(msg); in HWTEST_F_L0() local
203 DispatchRequest request(msg); in HWTEST_F_L0() local
221 DispatchRequest request(msg); in HWTEST_F_L0() local
239 DispatchRequest request(msg); in HWTEST_F_L0() local
257 DispatchRequest request(msg); in HWTEST_F_L0() local
280 DispatchRequest request(msg); in HWTEST_F_L0() local
303 DispatchRequest request(msg); in HWTEST_F_L0() local
322 DispatchRequest request(msg); in HWTEST_F_L0() local
344 DispatchRequest request(msg); in HWTEST_F_L0() local
[all …]
Dtracing_impl_test.cpp103 DispatchRequest request(msg); in HWTEST_F_L0() local
125 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
143 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
161 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
179 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
197 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
Druntime_impl_test.cpp62 DispatchRequest request(msg); in HWTEST_F_L0() local
143 DispatchRequest request(msg); in HWTEST_F_L0() local
167 DispatchRequest request(msg); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/arkguard/.vscode/
Dlaunch.json6 "request": "launch", string
23 "request": "launch", string
/arkcompiler/toolchain/websocket/
Dhttp.cpp35 std::string HttpRequest::DecodeVersion(const std::string& request, std::string::size_type methodSta… in DecodeVersion()
57 bool HttpRequest::Decode(const std::string& request, HttpRequest& parsed) in Decode()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_channel.h35 void SendResponse([[maybe_unused]] const DispatchRequest &request, in SendResponse()
/arkcompiler/toolchain/tooling/
Ddispatcher.cpp129 void DispatcherBase::SendResponse(const DispatchRequest &request, const DispatchResponse &response, in SendResponse()
185 void Dispatcher::Dispatch(const DispatchRequest &request) in Dispatch()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dendpoint.cpp32 JsonObject request(message); in HandleMessage() local
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp94 JSHandle<JSTaggedValue> CjsModule::Load(JSThread *thread, JSHandle<EcmaString> &request) in Load()
177 JSTaggedValue CjsModule::Require(JSThread *thread, JSHandle<EcmaString> &request, in Require()

12