Home
last modified time | relevance | path

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

12

/arkcompiler/toolchain/tooling/agent/
Dprofiler_impl.cpp39 void ProfilerImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
127 void ProfilerImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
133 void ProfilerImpl::DispatcherImpl::Enable(const DispatchRequest &request) in Enable()
141 void ProfilerImpl::DispatcherImpl::Start(const DispatchRequest &request) in Start()
147 void ProfilerImpl::DispatcherImpl::Stop(const DispatchRequest &request) in Stop()
160 void ProfilerImpl::DispatcherImpl::EnableSerializationTimeoutCheck(const DispatchRequest &request) in EnableSerializationTimeoutCheck()
172 void ProfilerImpl::DispatcherImpl::DisableSerializationTimeoutCheck(const DispatchRequest &request) in DisableSerializationTimeoutCheck()
178 void ProfilerImpl::DispatcherImpl::SetSamplingInterval(const DispatchRequest &request) in SetSamplingInterval()
189 void ProfilerImpl::DispatcherImpl::GetBestEffortCoverage(const DispatchRequest &request) in GetBestEffortCoverage()
195 void ProfilerImpl::DispatcherImpl::StopPreciseCoverage(const DispatchRequest &request) in StopPreciseCoverage()
[all …]
Dheapprofiler_impl.cpp29 void HeapProfilerImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
107 void HeapProfilerImpl::DispatcherImpl::AddInspectedHeapObject(const DispatchRequest &request) in AddInspectedHeapObject()
118 void HeapProfilerImpl::DispatcherImpl::CollectGarbage(const DispatchRequest &request) in CollectGarbage()
124 void HeapProfilerImpl::DispatcherImpl::Enable(const DispatchRequest &request) in Enable()
132 void HeapProfilerImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
138 void HeapProfilerImpl::DispatcherImpl::GetHeapObjectId(const DispatchRequest &request) in GetHeapObjectId()
152 void HeapProfilerImpl::DispatcherImpl::GetObjectByHeapObjectId(const DispatchRequest &request) in GetObjectByHeapObjectId()
171 void HeapProfilerImpl::DispatcherImpl::GetSamplingProfile(const DispatchRequest &request) in GetSamplingProfile()
185 void HeapProfilerImpl::DispatcherImpl::StartSampling(const DispatchRequest &request) in StartSampling()
196 void HeapProfilerImpl::DispatcherImpl::StopSampling(const DispatchRequest &request) in StopSampling()
[all …]
Dtracing_impl.cpp24 void TracingImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
67 void TracingImpl::DispatcherImpl::End(const DispatchRequest &request) in End()
81 void TracingImpl::DispatcherImpl::GetCategories(const DispatchRequest &request) in GetCategories()
88 void TracingImpl::DispatcherImpl::RecordClockSyncMarker(const DispatchRequest &request) in RecordClockSyncMarker()
95 void TracingImpl::DispatcherImpl::RequestMemoryDump(const DispatchRequest &request) in RequestMemoryDump()
105 void TracingImpl::DispatcherImpl::Start(const DispatchRequest &request) in Start()
Doverlay_impl.cpp24 void OverlayImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
47 void OverlayImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
Dcss_impl.cpp22 void CssImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
45 void CssImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
Dtarget_impl.cpp22 void TargetImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
45 void TargetImpl::DispatcherImpl::SetAutoAttach(const DispatchRequest &request) in SetAutoAttach()
Ddom_impl.cpp22 void DomImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
45 void DomImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
Dpage_impl.cpp22 void PageImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
45 void PageImpl::DispatcherImpl::GetNavigationHistory(const DispatchRequest &request) in GetNavigationHistory()
Ddebugger_impl.cpp462 void DebuggerImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
620 void DebuggerImpl::DispatcherImpl::ContinueToLocation(const DispatchRequest &request) in ContinueToLocation()
632 void DebuggerImpl::DispatcherImpl::Enable(const DispatchRequest &request) in Enable()
648 void DebuggerImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
654 void DebuggerImpl::DispatcherImpl::EvaluateOnCallFrame(const DispatchRequest &request) in EvaluateOnCallFrame()
672 void DebuggerImpl::DispatcherImpl::GetPossibleBreakpoints(const DispatchRequest &request) in GetPossibleBreakpoints()
685 void DebuggerImpl::DispatcherImpl::GetScriptSource(const DispatchRequest &request) in GetScriptSource()
698 void DebuggerImpl::DispatcherImpl::Pause(const DispatchRequest &request) in Pause()
704 void DebuggerImpl::DispatcherImpl::RemoveBreakpoint(const DispatchRequest &request) in RemoveBreakpoint()
715 void DebuggerImpl::DispatcherImpl::RemoveBreakpointsByUrl(const DispatchRequest &request) in RemoveBreakpointsByUrl()
[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
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
Druntime_client.cpp54 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in HeapusageCommand() local
74 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in RuntimeEnableCommand() local
94 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in RuntimeDisableCommand() local
114 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in RunIfWaitingForDebuggerCommand() local
136 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in GetPropertiesCommand() local
160 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in GetPropertiesCommand2() 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.cpp154 DispatchRequest request(msg); in HWTEST_F_L0() local
184 DispatchRequest request(msg); in HWTEST_F_L0() local
214 DispatchRequest request(msg); in HWTEST_F_L0() local
243 DispatchRequest request(msg); in HWTEST_F_L0() local
274 DispatchRequest request(msg); in HWTEST_F_L0() local
305 DispatchRequest request(msg); in HWTEST_F_L0() local
333 DispatchRequest request(msg); in HWTEST_F_L0() local
373 DispatchRequest request(msg); in HWTEST_F_L0() local
401 DispatchRequest request(msg); in HWTEST_F_L0() local
431 DispatchRequest request(msg); in HWTEST_F_L0() local
[all …]
Dprofiler_impl_test.cpp151 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
190 DispatchRequest request(msg); in HWTEST_F_L0() local
212 DispatchRequest request(msg); in HWTEST_F_L0() local
230 DispatchRequest request(msg); in HWTEST_F_L0() local
248 DispatchRequest request(msg); in HWTEST_F_L0() local
271 DispatchRequest request(msg); in HWTEST_F_L0() local
289 DispatchRequest request(msg); in HWTEST_F_L0() local
311 DispatchRequest request(msg); in HWTEST_F_L0() local
329 DispatchRequest request(msg); in HWTEST_F_L0() local
347 DispatchRequest request(msg); in HWTEST_F_L0() local
[all …]
Dtarget_impl_test.cpp63 DispatchRequest request(msg); in HWTEST_F_L0() local
79 DispatchRequest request(msg); in HWTEST_F_L0() local
Doverlay_impl_test.cpp63 DispatchRequest request(msg); in HWTEST_F_L0() local
79 DispatchRequest request(msg); in HWTEST_F_L0() local
Ddom_impl_test.cpp63 DispatchRequest request(msg); in HWTEST_F_L0() local
79 DispatchRequest request(msg); in HWTEST_F_L0() local
Dpage_impl_test.cpp63 DispatchRequest request(msg); in HWTEST_F_L0() local
79 DispatchRequest request(msg); in HWTEST_F_L0() local
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
/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.cpp125 void DispatcherBase::SendResponse(const DispatchRequest &request, const DispatchResponse &response, in SendResponse()
181 void Dispatcher::Dispatch(const DispatchRequest &request) in Dispatch()

12