| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | profiler_impl_test.cpp | 54 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 …]
|
| D | heapprofiler_impl_test.cpp | 90 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 …]
|
| D | tracing_impl_test.cpp | 54 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 162 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local 185 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local 203 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local [all …]
|
| D | runtime_impl_test.cpp | 58 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 159 ProtocolChannel *channel = new ProtocolHandler(nullptr, ecmaVm); in HWTEST_F_L0() local 179 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
|
| D | dispatcher_test.cpp | 140 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local 154 ProtocolChannel *channel = new ProtocolHandler(nullptr, ecmaVm); in HWTEST_F_L0() local 182 ProtocolChannel *channel = new ProtocolHandler(nullptr, ecmaVm); in HWTEST_F_L0() local 205 ProtocolChannel *channel = new ProtocolHandler(nullptr, ecmaVm); in HWTEST_F_L0() local 232 ProtocolChannel *channel = new ProtocolHandler(nullptr, ecmaVm); in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/dynamic/agent/ |
| D | tracing_impl.h | 34 … explicit TracingImpl(const EcmaVM *vm, ProtocolChannel *channel) : vm_(vm), frontend_(channel) {} in TracingImpl() 49 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<TracingImpl> tracing) in DispatcherImpl() 78 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
|
| D | runtime_impl.h | 28 RuntimeImpl(const EcmaVM *vm, ProtocolChannel *channel) in RuntimeImpl() 45 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<RuntimeImpl> runtime) in DispatcherImpl() 166 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
|
| D | profiler_impl.h | 29 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()
|
| D | heapprofiler_impl.h | 40 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()
|
| D | target_impl.h | 33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<TargetImpl> target) in DispatcherImpl()
|
| D | animation_impl.h | 33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<AnimationImpl> animation) in DispatcherImpl()
|
| D | dom_impl.h | 33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<DomImpl> dom) in DispatcherImpl()
|
| D | page_impl.h | 33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<PageImpl> page) in DispatcherImpl()
|
| D | overlay_impl.h | 33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<OverlayImpl> overlay) in DispatcherImpl()
|
| D | css_impl.h | 33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<CssImpl> css) in DispatcherImpl()
|
| D | debugger_impl.h | 155 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<DebuggerImpl> debugger) in DispatcherImpl() 315 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend()
|
| D | debugger_impl.cpp | 41 DebuggerImpl::DebuggerImpl(const EcmaVM *vm, ProtocolChannel *channel, RuntimeImpl *runtime) in DebuggerImpl()
|
| /arkcompiler/toolchain/tooling/static/connection/asio/ |
| D | ws_logger.h | 38 bool static_test(Level channel) const in static_test() 43 bool dynamic_test(Level channel) const in dynamic_test()
|
| D | ws_logger.cpp | 33 void WsLogger::write(Level channel, const std::string &string) const in write()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/ |
| D | ws_logger.h | 38 bool static_test(Level channel) const in static_test() 43 bool dynamic_test(Level channel) const in dynamic_test()
|
| D | ws_logger.cpp | 33 void WsLogger::write(Level channel, const std::string &string) const in write()
|
| /arkcompiler/toolchain/tooling/dynamic/ |
| D | dispatcher.h | 129 explicit DispatcherBase(ProtocolChannel *channel) : channel_(channel) {} in DispatcherBase()
|
| D | dispatcher.cpp | 159 Dispatcher::Dispatcher(const EcmaVM *vm, ProtocolChannel *channel) in Dispatcher()
|