Home
last modified time | relevance | path

Searched defs:dispatch (Results 1 – 14 of 14) sorted by relevance

/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
315 EventDispatchHandler dispatch; variable
336 EventDispatchHandler dispatch; variable
[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
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_state_machine.h60 explicit AdapterStateMachine(utility::Dispatcher &dispatch) : dispatch_(dispatch){}; in AdapterStateMachine()
H A Dprofile_service_manager.cpp67 void ProfileServiceManager::Initialize(utility::Dispatcher &dispatch) in Initialize()
102 ProfileServiceManager::ProfileServiceManager(utility::Dispatcher &dispatch) in ProfileServiceManager()
/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
/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
109 fn dispatch(&self) -> Option<Self::Handle> { in dispatch() method
370 fn dispatch(&self) -> Option<Self::Handle> { in dispatch() method
/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
434 fn dispatch(&self, events: u32) in dispatch() method
/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
272 std::string dispatch = nlohmann::json(dispatchVec).dump(); in PushDataCollectTask() local
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Ddelayed_worker.cpp277 bool DelayedWorker::dispatch(const TimePoint& to, WaitEntry* we, const std::function<void(WaitEntry… in dispatch() function in ffrt::DelayedWorker
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Ddriver.rs167 fn dispatch(&mut self, token: Token, ready: Ready) { in dispatch() method
/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c788 static struct HdfIoDispatcher dispatch = { in HdfIoServiceAdapterObtain() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp38 …IAdapterBle &bleAdapter, utility::Dispatcher &dispatch, BaseObserverList<IAdapterBleObserver> &obs… in BleSecurity()
H A Dble_advertiser_impl.cpp47 IBleAdvertiserCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) in BleAdvertiserImpl()
H A Dble_central_manager_impl.cpp166 IBleCentralManagerCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) in BleCentralManagerImpl()