Home
last modified time | relevance | path

Searched refs:dispatch (Results 1 – 25 of 152) sorted by relevance

1234567

/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp76 EventDispatchHandler dispatch; variable
101 EventDispatchHandler dispatch; variable
126 EventDispatchHandler dispatch; variable
148 EventDispatchHandler dispatch; variable
177 EventDispatchHandler dispatch; variable
234 EventDispatchHandler dispatch; variable
264 EventDispatchHandler dispatch; variable
294 EventDispatchHandler dispatch; variable
742 dispatch.eventTime_ = 1000;
939 dispatch.eventTime_ = 1000;
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtab_content_modifier.cpp33 auto dispatch = ViewModel::GetCallbackMethod(); in SetTabContentBuilder() local
34 CHECK_NULL_VOID(dispatch); in SetTabContentBuilder()
37 dispatch->CallInt(vmContext, methodId, 0, args); in SetTabContentBuilder()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/audio/
H A DMakefile52 $(KHDF_FRAMEWORK_ROOT_DIR)/model/audio/dispatch/include \
69 $(KHDF_AUDIO_ROOT_DIR)/dispatch/src/audio_stream_dispatch.c \
70 $(KHDF_AUDIO_ROOT_DIR)/dispatch/src/audio_control_dispatch.c \
H A DBUILD.gn47 "$FRAMEWORKS_ADUIO_ROOT/dispatch/src/audio_control_dispatch.c",
48 "$FRAMEWORKS_ADUIO_ROOT/dispatch/src/audio_stream_dispatch.c",
55 "$FRAMEWORKS_ADUIO_ROOT/dispatch/include",
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-dispatchInfo-sys.md3 …dule provides version information about the **dispatchInfo** struct and dispatch API. The informat…
20 | dispatchAPIVersion | string | Yes | No | Version of the dispatch API. |
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.h66 static void Initialize(utility::Dispatcher &dispatch);
191 explicit ProfileServiceManager(utility::Dispatcher &dispatch);
H A Dadapter_state_machine.h60 explicit AdapterStateMachine(utility::Dispatcher &dispatch) : dispatch_(dispatch){}; in AdapterStateMachine() argument
H A Dprofile_service_manager.cpp67 void ProfileServiceManager::Initialize(utility::Dispatcher &dispatch) in Initialize() argument
70 g_profileManager = std::make_unique<ProfileServiceManager>(dispatch); in Initialize()
92 explicit impl(utility::Dispatcher &dispatch) : dispatcher_(dispatch) in impl()
102 ProfileServiceManager::ProfileServiceManager(utility::Dispatcher &dispatch) in ProfileServiceManager() argument
103 : pimpl(std::make_unique<ProfileServiceManager::impl>(dispatch)) in ProfileServiceManager()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dpool.rs208 let conn = dispatcher.dispatch().unwrap(); in dispatch_h1_conn()
222 let conn = dispatcher.dispatch().unwrap(); in dispatch_h2_conn()
238 conn = dispatcher.dispatch(); in exist_h1_conn()
251 if let Some(conn) = dispatcher.dispatch() { in exist_h2_conn()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Ddispatcher.rs17 fn dispatch(&self) -> Option<Self::Handle>; in dispatch() method
33 fn dispatch(&self) -> Option<Self::Handle> { in dispatch() method
36 Self::Http1(h1) => h1.dispatch().map(Conn::Http1), in dispatch()
39 Self::Http2(h2) => h2.dispatch().map(Conn::Http2), in dispatch()
109 fn dispatch(&self) -> Option<Self::Handle> { in dispatch() method
370 fn dispatch(&self) -> Option<Self::Handle> { in dispatch() method
679 let res = conn.dispatch(); in ut_is_shutdown()
/ohos5.0/base/msdp/device_status/rust/modules/scheduler/sys/src/
H A Dscheduler.rs59 fn dispatch(&self, events: u32); in dispatch() method
337 fn dispatch(&self, fd: RawFd, waker: &Waker) in dispatch() method
341 handler.dispatch(events); in dispatch()
386 self.epoll.dispatch(self.fd, cx.waker()); in poll()
434 fn dispatch(&self, events: u32) in dispatch() method
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-on-child-touch-test.md3 …he touch test on child nodes and thereby exert an impact on touch event dispatch. For details abou…
58 Defines the custom event dispatch result. You can influence event dispatch by returning specific re…
66 | strategy | [TouchTestStrategy](#touchteststrategy) | Yes | Event dispatch strategy. …
71 Describes the event dispatch strategy.
81 | DEFAULT | Custom dispatch has no effect; the system distributes events based on the hit statu…
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dpool.rs86 conn = dispatcher.dispatch(); in conn()
98 let conn = dispatcher.dispatch().unwrap(); in conn()
/ohos5.0/base/msdp/device_status/rust/modules/scheduler/test/src/
H A Dlib.rs58 fn dispatch(&mut self, events: u32) in dispatch() method
150 fn dispatch(&self, events: u32) in dispatch() method
154 guard.dispatch(events); in dispatch()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/audio/
H A DMakefile34 $(KHDF_AUDIO_ROOT_DIR)/dispatch/src/audio_stream_dispatch.o \
35 $(KHDF_AUDIO_ROOT_DIR)/dispatch/src/audio_control_dispatch.o
117 -I$(srctree)/$(KHDF_FRAMEWORK_ROOT_DIR)/model/audio/dispatch/include \
/ohos5.0/base/security/security_guard/services/data_collect/sa/
H A Ddata_collect_manager_service.cpp263 std::string dispatch = nlohmann::json(dispatchVec).dump(); in PushDataCollectTask() local
264 SGLOGD("dispatch size=%{public}d", (int)dispatch.size()); in PushDataCollectTask()
265 (void) proxy->ResponseRiskData(devId, dispatch, CONTINUE); in PushDataCollectTask()
272 std::string dispatch = nlohmann::json(dispatchVec).dump(); in PushDataCollectTask() local
273 (void) proxy->ResponseRiskData(devId, dispatch, FINISH); in PushDataCollectTask()
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/
H A DBUILD.gn12 "dispatch:hello_uart_dispatch",
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/a_recognition_v1_0/cpp_target/a_recognition/v1_0/
H A Dactivity_interface_driver.cpp.txt41 HDF_LOGE("%{public}s: invalid data sbuf object to dispatch", __func__);
45 HDF_LOGE("%{public}s: invalid reply sbuf object to dispatch", __func__);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v1_0/cpp_target/battery/v1_0/
H A Dbattery_interface_driver.cpp.txt41 HDF_LOGE("%{public}s: invalid data sbuf object to dispatch", __func__);
45 HDF_LOGE("%{public}s: invalid reply sbuf object to dispatch", __func__);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v1_1/cpp_target/battery/v1_1/
H A Dbattery_interface_driver.cpp.txt41 HDF_LOGE("%{public}s: invalid data sbuf object to dispatch", __func__);
45 HDF_LOGE("%{public}s: invalid reply sbuf object to dispatch", __func__);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v1_2/cpp_target/battery/v1_2/
H A Dbattery_interface_driver.cpp.txt41 HDF_LOGE("%{public}s: invalid data sbuf object to dispatch", __func__);
45 HDF_LOGE("%{public}s: invalid reply sbuf object to dispatch", __func__);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/battery_v2_0/cpp_target/battery/v2_0/
H A Dbattery_interface_driver.cpp.txt41 HDF_LOGE("%{public}s: invalid data sbuf object to dispatch", __func__);
45 HDF_LOGE("%{public}s: invalid reply sbuf object to dispatch", __func__);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_a2dp_v1_0/cpp_target/bluetooth/a2dp/v1_0/
H A Dbluetooth_audio_session_driver.cpp.txt41 HDF_LOGE("%{public}s: invalid data sbuf object to dispatch", __func__);
45 HDF_LOGE("%{public}s: invalid reply sbuf object to dispatch", __func__);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/bluetooth_hci_v1_0/cpp_target/bluetooth/hci/v1_0/
H A Dhci_interface_driver.cpp.txt41 HDF_LOGE("%{public}s: invalid data sbuf object to dispatch", __func__);
45 HDF_LOGE("%{public}s: invalid reply sbuf object to dispatch", __func__);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_0/cpp_target/camera/v1_0/
H A Dcamera_host_driver.cpp.txt41 HDF_LOGE("%{public}s: invalid data sbuf object to dispatch", __func__);
45 HDF_LOGE("%{public}s: invalid reply sbuf object to dispatch", __func__);

1234567