Home
last modified time | relevance | path

Searched defs:channel (Results 1 - 25 of 88) sorted by relevance

1234

/arkcompiler/toolchain/tooling/agent/
H A Dcss_impl.h33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<CssImpl> css) in DispatcherImpl() argument
H A Doverlay_impl.h33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<OverlayImpl> overlay) in DispatcherImpl() argument
H A Ddom_impl.h33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<DomImpl> dom) in DispatcherImpl() argument
H A Dtarget_impl.h33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<TargetImpl> target) in DispatcherImpl() argument
H A Dpage_impl.h33 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<PageImpl> page) in DispatcherImpl() argument
H A Druntime_impl.h28 RuntimeImpl(const EcmaVM *vm, ProtocolChannel *channel) in RuntimeImpl() argument
45 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<RuntimeImpl> runtime) in DispatcherImpl() argument
165 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend() argument
H A Dtracing_impl.h34 explicit TracingImpl(const EcmaVM *vm, ProtocolChannel *channel) : vm_(vm), frontend_(channel) in TracingImpl() argument
51 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<TracingImpl> tracing) in DispatcherImpl() argument
80 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend() argument
H A Dprofiler_impl.h29 ProfilerImpl(const EcmaVM *vm, ProtocolChannel *channel) : vm_(vm), frontend_(channel) {} in ProfilerImpl() argument
49 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<ProfilerImpl> profiler) in DispatcherImpl() argument
97 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend() argument
H A Dheapprofiler_impl.h40 explicit HeapProfilerImpl(const EcmaVM *vm, ProtocolChannel *channel) in HeapProfilerImpl() argument
64 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<HeapProfilerImpl> heapprofiler) in DispatcherImpl() argument
112 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend() argument
H A Ddebugger_impl.h149 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<DebuggerImpl> debugger) in DispatcherImpl() argument
272 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
H A Dws_logger.cpp33 void WsLogger::write(Level channel, const std::string &string) const in write() argument
/arkcompiler/toolchain/tooling/test/
H A 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); HWTEST_F_L0() local
119 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
138 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
162 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
[all...]
H A 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; HWTEST_F_L0() local
115 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
124 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
132 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
140 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
148 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
159 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
167 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
175 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
186 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
208 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
226 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
244 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
267 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
285 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
307 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
325 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
343 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
361 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
379 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
397 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
415 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
433 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
451 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
473 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
[all...]
H A 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); HWTEST_F_L0() local
139 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
157 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
175 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
193 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
211 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
242 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
265 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
[all...]
H A Ddispatcher_test.cpp140 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); in HWTEST_F_L0() local
H A 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; HWTEST_F_L0() local
149 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
159 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
168 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
178 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
191 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
213 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
235 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
253 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
271 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
289 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
311 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
335 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
353 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
376 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
394 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
420 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
431 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
441 ProtocolChannel *channel = nullptr; HWTEST_F_L0() local
454 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
473 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
492 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
512 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
535 ProtocolChannel *channel = new ProtocolHandler(callback, ecmaVm); HWTEST_F_L0() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/adc/
H A Dhi_adc.c43 HI_ALWAYS_STAIC_INLINE hi_u32 adc_check_parameter(hi_adc_channel_index channel, hi_u16 *data, in adc_check_parameter() argument
53 hi_u32 hi_adc_read(hi_adc_channel_index channel, hi_u16 *data, hi_adc_equ_model_sel equ_model, in hi_adc_read() argument
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/
H A Dwifi.h52 unsigned int channel; member
H A Dpwm.h50 uint8_t channel; /* 0-3 */ member
69 uint8_t channel; /* 0-3 */ member
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/
H A Dwifi_device_util.c150 unsigned int ChannelToFrequency(unsigned int channel) in ChannelToFrequency() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_any_api.h65 unsigned char channel; /**< the channel number of peer device,the value member
82 unsigned char channel; /**< the channel number of peer device. */ member
/arkcompiler/toolchain/tooling/
H A Ddispatcher.cpp133 Dispatcher::Dispatcher(const EcmaVM *vm, ProtocolChannel *channel) in Dispatcher() argument
[all...]
H A Ddispatcher.h128 explicit DispatcherBase(ProtocolChannel *channel) : channel_(channel) {} in DispatcherBase() argument
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H A Dhdf_wl_interface.h63 struct ieee80211_channel *channel; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_scan.c134 struct WlanChannel channel = { in wal_inform_bss_frame() local

Completed in 11 milliseconds

1234