/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/test/ |
H A D | event_dispatch_test.cpp | 76 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 D | tab_content_modifier.cpp | 33 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 D | Makefile | 52 $(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 D | BUILD.gn | 47 "$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 D | js-apis-bundleManager-dispatchInfo-sys.md | 3 …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 D | profile_service_manager.h | 66 static void Initialize(utility::Dispatcher &dispatch); 191 explicit ProfileServiceManager(utility::Dispatcher &dispatch);
|
H A D | adapter_state_machine.h | 60 explicit AdapterStateMachine(utility::Dispatcher &dispatch) : dispatch_(dispatch){}; in AdapterStateMachine() argument
|
H A D | profile_service_manager.cpp | 67 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 D | pool.rs | 208 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 D | dispatcher.rs | 17 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 D | scheduler.rs | 59 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 D | ts-universal-attributes-on-child-touch-test.md | 3 …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 D | pool.rs | 86 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 D | lib.rs | 58 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 D | Makefile | 34 $(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 D | data_collect_manager_service.cpp | 263 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 D | BUILD.gn | 12 "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 D | activity_interface_driver.cpp.txt | 41 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 D | battery_interface_driver.cpp.txt | 41 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 D | battery_interface_driver.cpp.txt | 41 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 D | battery_interface_driver.cpp.txt | 41 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 D | battery_interface_driver.cpp.txt | 41 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 D | bluetooth_audio_session_driver.cpp.txt | 41 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 D | hci_interface_driver.cpp.txt | 41 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 D | camera_host_driver.cpp.txt | 41 HDF_LOGE("%{public}s: invalid data sbuf object to dispatch", __func__); 45 HDF_LOGE("%{public}s: invalid reply sbuf object to dispatch", __func__);
|