Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/toolchain/tooling/test/
Dprofiler_impl_test.cpp54 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
63 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
73 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
85 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
95 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
105 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
115 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
124 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
132 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
140 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
[all …]
Dheapprofiler_impl_test.cpp90 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
100 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
109 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
118 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
127 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
138 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
149 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
159 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
168 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
178 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
[all …]
Dtracing_impl_test.cpp54 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
67 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
76 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
85 ProtocolChannel *channel = nullptr; in HWTEST_F_L0() local
99 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
121 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
139 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
157 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
175 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
193 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
[all …]
Druntime_impl_test.cpp58 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
81 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
100 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
119 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
138 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
162 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
Ddispatcher_test.cpp140 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/agent/
Dtracing_impl.h34 explicit TracingImpl(const EcmaVM *vm, ProtocolChannel *channel) : vm_(vm), frontend_(channel) in TracingImpl()
51 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<TracingImpl> tracing) in DispatcherImpl()
80 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
Druntime_impl.h28 RuntimeImpl(const EcmaVM *vm, ProtocolChannel *channel) in RuntimeImpl()
45 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<RuntimeImpl> runtime) in DispatcherImpl()
165 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
Dprofiler_impl.h29 ProfilerImpl(const EcmaVM *vm, ProtocolChannel *channel) : vm_(vm), frontend_(channel) {} in ProfilerImpl()
49 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<ProfilerImpl> profiler) in DispatcherImpl()
97 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
Dheapprofiler_impl.h40 explicit HeapProfilerImpl(const EcmaVM *vm, ProtocolChannel *channel) in HeapProfilerImpl()
64 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<HeapProfilerImpl> heapprofiler) in DispatcherImpl()
112 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
Doverlay_impl.h33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<OverlayImpl> overlay) in DispatcherImpl()
Dcss_impl.h33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<CssImpl> css) in DispatcherImpl()
Ddom_impl.h33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<DomImpl> dom) in DispatcherImpl()
Dtarget_impl.h33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<TargetImpl> target) in DispatcherImpl()
Dpage_impl.h33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<PageImpl> page) in DispatcherImpl()
Ddebugger_impl.h149 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<DebuggerImpl> debugger) in DispatcherImpl()
272 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
Ddebugger_impl.cpp47 DebuggerImpl::DebuggerImpl(const EcmaVM *vm, ProtocolChannel *channel, RuntimeImpl *runtime) in DebuggerImpl()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
Dws_logger.h38 bool static_test(Level channel) const in static_test()
43 bool dynamic_test(Level channel) const in dynamic_test()
Dws_logger.cpp33 void WsLogger::write(Level channel, const std::string &string) const in write()
/arkcompiler/toolchain/tooling/
Ddispatcher.h128 explicit DispatcherBase(ProtocolChannel *channel) : channel_(channel) {} in DispatcherBase()
Ddispatcher.cpp133 Dispatcher::Dispatcher(const EcmaVM *vm, ProtocolChannel *channel) in Dispatcher()