| /arkcompiler/toolchain/tooling/agent/ |
| D | profiler_impl.cpp | 24 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 …]
|
| D | heapprofiler_impl.cpp | 21 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 …]
|
| D | tracing_impl.cpp | 24 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()
|
| D | overlay_impl.cpp | 24 void OverlayImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() 40 void OverlayImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
|
| D | dom_impl.cpp | 22 void DomImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() 38 void DomImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
|
| D | css_impl.cpp | 22 void CssImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() 38 void CssImpl::DispatcherImpl::Disable(const DispatchRequest &request) in Disable()
|
| D | target_impl.cpp | 22 void TargetImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() 38 void TargetImpl::DispatcherImpl::SetAutoAttach(const DispatchRequest &request) in SetAutoAttach()
|
| D | page_impl.cpp | 22 void PageImpl::DispatcherImpl::Dispatch(const DispatchRequest &request) in Dispatch() 38 void PageImpl::DispatcherImpl::GetNavigationHistory(const DispatchRequest &request) in GetNavigationHistory()
|
| D | debugger_impl.cpp | 359 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/ |
| D | heapprofiler_client.cpp | 60 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
|
| D | runtime_client.cpp | 53 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
|
| D | debugger_client.cpp | 75 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
|
| D | profiler_client.cpp | 56 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
|
| D | test_client.cpp | 48 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/ |
| D | debugger_impl_test.cpp | 101 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 …]
|
| D | profiler_impl_test.cpp | 132 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 …]
|
| D | heapprofiler_impl_test.cpp | 159 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 …]
|
| D | tracing_impl_test.cpp | 103 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
|
| D | runtime_impl_test.cpp | 62 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/ |
| 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()
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_channel.h | 35 void SendResponse([[maybe_unused]] const DispatchRequest &request, in SendResponse()
|
| /arkcompiler/toolchain/tooling/ |
| D | dispatcher.cpp | 129 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/ |
| D | endpoint.cpp | 32 JsonObject request(message); in HandleMessage() local
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module.cpp | 94 JSHandle<JSTaggedValue> CjsModule::Load(JSThread *thread, JSHandle<EcmaString> &request) in Load() 177 JSTaggedValue CjsModule::Require(JSThread *thread, JSHandle<EcmaString> &request, in Require()
|