| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | profiler_impl.cpp | 35 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 …]
|
| D | heapprofiler_impl.cpp | 29 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 …]
|
| D | animation_impl.cpp | 19 void AnimationImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() 42 void AnimationImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
|
| D | css_impl.cpp | 19 void CssImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() 42 void CssImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
|
| D | dom_impl.cpp | 19 void DomImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() 42 void DomImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
|
| D | overlay_impl.cpp | 19 void OverlayImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() 42 void OverlayImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
|
| D | target_impl.cpp | 19 void TargetImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() 42 void TargetImpl::DispatcherImpl::SetAutoAttach(const DispatchRequest &request) in SetAutoAttach()
|
| D | page_impl.cpp | 19 void PageImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() 42 void PageImpl::DispatcherImpl::GetNavigationHistory(const DispatchRequest &request) in GetNavigationHistory()
|
| D | tracing_impl.cpp | 21 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()
|
| D | debugger_impl.cpp | 504 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/ |
| D | debugger_client.cpp | 73 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 …]
|
| D | heapprofiler_client.cpp | 54 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
|
| D | profiler_client.cpp | 48 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
|
| D | runtime_client.cpp | 49 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
|
| D | test_client.cpp | 45 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/ |
| D | dispatcher.cpp | 125 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/ |
| D | debugger_impl_test.cpp | 154 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 …]
|
| D | profiler_impl_test.cpp | 151 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 …]
|
| D | tracing_impl_test.cpp | 103 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
|
| D | animation_impl_test.cpp | 63 DispatchRequest request(msg); in HWTEST_F_L0() local 79 DispatchRequest request(msg); in HWTEST_F_L0() local
|
| D | target_impl_test.cpp | 63 DispatchRequest request(msg); in HWTEST_F_L0() local 79 DispatchRequest request(msg); in HWTEST_F_L0() local
|
| D | page_impl_test.cpp | 63 DispatchRequest request(msg); in HWTEST_F_L0() local 79 DispatchRequest request(msg); in HWTEST_F_L0() local
|
| D | dom_impl_test.cpp | 63 DispatchRequest request(msg); in HWTEST_F_L0() local 79 DispatchRequest request(msg); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/arkguard/.vscode/ |
| D | launch.json | 6 "request": "launch", string 23 "request": "launch", string
|
| /arkcompiler/toolchain/websocket/ |
| D | http.cpp | 35 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()
|