Home
last modified time | relevance | path

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

123

/arkcompiler/toolchain/tooling/dynamic/agent/
Dprofiler_impl.cpp35 void ProfilerImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
123 void ProfilerImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
129 void ProfilerImpl::DispatcherImpl::Enable(const DispatchRequest &request) in Enable()
137 void ProfilerImpl::DispatcherImpl::Start(const DispatchRequest &request) in Start()
143 void ProfilerImpl::DispatcherImpl::Stop(const DispatchRequest &request) in Stop()
156 void ProfilerImpl::DispatcherImpl::EnableSerializationTimeoutCheck(const DispatchRequest &request) in EnableSerializationTimeoutCheck()
168 void ProfilerImpl::DispatcherImpl::DisableSerializationTimeoutCheck(const DispatchRequest &request) in DisableSerializationTimeoutCheck()
174 void ProfilerImpl::DispatcherImpl::SetSamplingInterval(const DispatchRequest &request) in SetSamplingInterval()
185 void ProfilerImpl::DispatcherImpl::GetBestEffortCoverage(const DispatchRequest &request) in GetBestEffortCoverage()
191 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 …]
Danimation_impl.cpp19 void AnimationImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
42 void AnimationImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
Dcss_impl.cpp19 void CssImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
42 void CssImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
Ddom_impl.cpp19 void DomImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
42 void DomImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
Doverlay_impl.cpp19 void OverlayImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
42 void OverlayImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
Dtarget_impl.cpp19 void TargetImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
42 void TargetImpl::DispatcherImpl::SetAutoAttach(const DispatchRequest &request) in SetAutoAttach()
Dpage_impl.cpp19 void PageImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
42 void PageImpl::DispatcherImpl::GetNavigationHistory(const DispatchRequest &request) in GetNavigationHistory()
Dtracing_impl.cpp21 void TracingImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
64 void TracingImpl::DispatcherImpl::End(const DispatchRequest &request) in End()
78 void TracingImpl::DispatcherImpl::GetCategories(const DispatchRequest &request) in GetCategories()
85 void TracingImpl::DispatcherImpl::RecordClockSyncMarker(const DispatchRequest &request) in RecordClockSyncMarker()
92 void TracingImpl::DispatcherImpl::RequestMemoryDump(const DispatchRequest &request) in RequestMemoryDump()
106 void TracingImpl::DispatcherImpl::Start(const DispatchRequest &request) in Start()
Ddebugger_impl.cpp504 void DebuggerImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch()
677 void DebuggerImpl::DispatcherImpl::ContinueToLocation(const DispatchRequest &request) in ContinueToLocation()
689 void DebuggerImpl::DispatcherImpl::Enable(const DispatchRequest &request) in Enable()
705 void DebuggerImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
711 void DebuggerImpl::DispatcherImpl::EvaluateOnCallFrame(const DispatchRequest &request) in EvaluateOnCallFrame()
729 void DebuggerImpl::DispatcherImpl::GetPossibleBreakpoints(const DispatchRequest &request) in GetPossibleBreakpoints()
742 void DebuggerImpl::DispatcherImpl::GetScriptSource(const DispatchRequest &request) in GetScriptSource()
755 void DebuggerImpl::DispatcherImpl::Pause(const DispatchRequest &request) in Pause()
761 void DebuggerImpl::DispatcherImpl::RemoveBreakpoint(const DispatchRequest &request) in RemoveBreakpoint()
772 void DebuggerImpl::DispatcherImpl::RemoveBreakpointsByUrl(const DispatchRequest &request) in RemoveBreakpointsByUrl()
[all …]
/arkcompiler/toolchain/tooling/dynamic/client/domain/
Ddebugger_client.cpp73 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in BreakCommand() local
100 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in DeleteCommand() local
121 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in DisableCommand() local
145 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in EnableCommand() local
234 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in AsyncStackDepthCommand() local
255 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in ResumeCommand() local
274 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in StepIntoCommand() local
293 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in StepOutCommand() local
312 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in StepOverCommand() local
472 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in SaveAllPossibleBreakpointsCommand() local
[all …]
Dheapprofiler_client.cpp54 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in HeapDumpCommand() local
77 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in AllocationTrackCommand() local
98 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in AllocationTrackStopCommand() local
119 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in Enable() local
139 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in Disable() local
159 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in Samping() local
180 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in SampingStop() local
200 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in CollectGarbage() local
Dprofiler_client.cpp48 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in CpuprofileEnableCommand() local
68 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in CpuprofileDisableCommand() local
88 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in CpuprofileCommand() local
108 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in CpuprofileStopCommand() local
128 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in SetSamplingIntervalCommand() local
Druntime_client.cpp49 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in HeapusageCommand() local
69 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in RuntimeEnableCommand() local
89 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in RuntimeDisableCommand() local
109 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in RunIfWaitingForDebuggerCommand() local
131 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in GetPropertiesCommand() local
155 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in GetPropertiesCommand2() local
Dtest_client.cpp45 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in SuccessCommand() local
64 std::unique_ptr<PtJson> request = PtJson::CreateObject(); in FailCommand() local
/arkcompiler/toolchain/tooling/dynamic/
Ddispatcher.cpp125 void DispatcherBase::SendResponse(const DispatchRequest &request, const DispatchResponse &response, in SendResponse()
211 void Dispatcher::Dispatch(const DispatchRequest &request) in Dispatch()
236 DispatchRequest request(message); in OperateDebugMessage() local
293 std::string Dispatcher::SaveAllBreakpoints(const DispatchRequest &request, DispatcherBase *dispatch… in SaveAllBreakpoints() argument
301 std::string Dispatcher::RemoveBreakpoint(const DispatchRequest &request, DispatcherBase *dispatcher… in RemoveBreakpoint() argument
309 std::string Dispatcher::SetBreakpoint(const DispatchRequest &request, DispatcherBase *dispatcher) c… in SetBreakpoint() argument
317 std::string Dispatcher::GetProperties(const DispatchRequest &request, DispatcherBase *dispatcher) c… in GetProperties() argument
324 std::string Dispatcher::CallFunctionOn(const DispatchRequest &request, DispatcherBase *dispatcher) … in CallFunctionOn() argument
331 std::string Dispatcher::EvaluateOnCallFrame(const DispatchRequest &request, DispatcherBase *dispatc… in EvaluateOnCallFrame() argument
/arkcompiler/toolchain/tooling/dynamic/test/
Ddebugger_impl_test.cpp154 DispatchRequest request(msg); in HWTEST_F_L0() local
184 DispatchRequest request(msg); in HWTEST_F_L0() local
220 DispatchRequest request(msg); in HWTEST_F_L0() local
251 DispatchRequest request(msg); in HWTEST_F_L0() local
280 DispatchRequest request(msg); in HWTEST_F_L0() local
311 DispatchRequest request(msg); in HWTEST_F_L0() local
342 DispatchRequest request(msg); in HWTEST_F_L0() local
396 DispatchRequest request(msg); in HWTEST_F_L0() local
436 DispatchRequest request(msg); in HWTEST_F_L0() local
464 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 …]
Dtracing_impl_test.cpp103 DispatchRequest request(msg); in HWTEST_F_L0() local
125 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
144 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
167 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
189 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
207 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
225 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
243 DispatchRequest request = DispatchRequest(msg); in HWTEST_F_L0() local
Danimation_impl_test.cpp63 DispatchRequest request(msg); in HWTEST_F_L0() local
79 DispatchRequest request(msg); in HWTEST_F_L0() local
Dtarget_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
Ddom_impl_test.cpp63 DispatchRequest request(msg); in HWTEST_F_L0() local
79 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()

123