Home
last modified time | relevance | path

Searched refs:dispatch (Results 1 - 15 of 15) sorted by relevance

/foundation/multimodalinput/input/service/event_dispatch/test/
H A Devent_dispatch_test.cpp137 EventDispatchHandler dispatch; in HWTEST_F() local
155 int32_t ret = dispatch.DispatchKeyEventPid(udsServer, keyEvent); in HWTEST_F()
167 EventDispatchHandler dispatch; in HWTEST_F() local
185 int32_t ret = dispatch.DispatchKeyEventPid(udsServer, keyEvent); in HWTEST_F()
197 EventDispatchHandler dispatch; in HWTEST_F() local
207 ASSERT_NO_FATAL_FAILURE(dispatch.DispatchPointerEventInner(pointerEvent, fd)); in HWTEST_F()
218 EventDispatchHandler dispatch; in HWTEST_F() local
228 ASSERT_NO_FATAL_FAILURE(dispatch.DispatchPointerEventInner(pointerEvent, fd)); in HWTEST_F()
239 EventDispatchHandler dispatch; in HWTEST_F() local
249 ASSERT_NO_FATAL_FAILURE(dispatch in HWTEST_F()
260 EventDispatchHandler dispatch; HWTEST_F() local
281 EventDispatchHandler dispatch; HWTEST_F() local
305 EventDispatchHandler dispatch; HWTEST_F() local
330 EventDispatchHandler dispatch; HWTEST_F() local
355 EventDispatchHandler dispatch; HWTEST_F() local
377 EventDispatchHandler dispatch; HWTEST_F() local
406 EventDispatchHandler dispatch; HWTEST_F() local
782 EventDispatchHandler dispatch; HWTEST_F() local
799 EventDispatchHandler dispatch; HWTEST_F() local
816 EventDispatchHandler dispatch; HWTEST_F() local
837 EventDispatchHandler dispatch; HWTEST_F() local
854 EventDispatchHandler dispatch; HWTEST_F() local
876 EventDispatchHandler dispatch; HWTEST_F() local
900 EventDispatchHandler dispatch; HWTEST_F() local
924 EventDispatchHandler dispatch; HWTEST_F() local
948 EventDispatchHandler dispatch; HWTEST_F() local
972 EventDispatchHandler dispatch; HWTEST_F() local
996 EventDispatchHandler dispatch; HWTEST_F() local
1013 EventDispatchHandler dispatch; HWTEST_F() local
1035 EventDispatchHandler dispatch; HWTEST_F() local
1054 EventDispatchHandler dispatch; HWTEST_F() local
1079 EventDispatchHandler dispatch; HWTEST_F() local
1097 EventDispatchHandler dispatch; HWTEST_F() local
1161 EventDispatchHandler dispatch; HWTEST_F() local
1185 EventDispatchHandler dispatch; HWTEST_F() local
1209 EventDispatchHandler dispatch; HWTEST_F() local
1233 EventDispatchHandler dispatch; HWTEST_F() local
1257 EventDispatchHandler dispatch; HWTEST_F() local
1281 EventDispatchHandler dispatch; HWTEST_F() local
1305 EventDispatchHandler dispatch; HWTEST_F() local
1568 EventDispatchHandler dispatch; HWTEST_F() local
1603 EventDispatchHandler dispatch; HWTEST_F() local
1633 EventDispatchHandler dispatch; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtab_content_modifier.cpp32 auto dispatch = ViewModel::GetCallbackMethod(); in SetTabContentBuilder()
33 CHECK_NULL_VOID(dispatch); in SetTabContentBuilder()
36 dispatch->CallInt(vmContext, methodId, 0, args); in SetTabContentBuilder()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_service_manager.h63 * @param dispatch The dispatch used in profile service manager.
66 static void Initialize(utility::Dispatcher &dispatch);
188 * @param dispatch The dispatch used in profile service manager.
191 explicit ProfileServiceManager(utility::Dispatcher &dispatch);
H A Dadapter_state_machine.h57 * @param dispatch Adapter manager dispatch.
60 explicit AdapterStateMachine(utility::Dispatcher &dispatch) : dispatch_(dispatch){}; in AdapterStateMachine() argument
78 * @brief Get adapter state machine dispatch.
80 * @return Returns adapter state machine dispatch.
151 * @brief Adapter turning on state's dispatch.
200 * @brief Adapter turn on state's dispatch.
243 * @brief Adapter turning off state's dispatch.
293 * @brief Adapter turn off state's dispatch
[all...]
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()
/foundation/resourceschedule/ffrt/src/sync/
H A Ddelayed_worker.h55 bool dispatch(const TimePoint& to, WaitEntry* we, const std::function<void(WaitEntry*)>& wakeup);
H A Dsync.cpp36 return FFRTFacade::GetDWInstance().dispatch(to, we, wakeup); in DelayedWakeup()
H A Ddelayed_worker.cpp171 bool DelayedWorker::dispatch(const TimePoint& to, WaitEntry* we, const std::function<void(WaitEntry*)>& wakeup) in dispatch() function in ffrt::DelayedWorker
177 FFRT_LOGE("DelayedWorker destroy, dispatch failed\n"); in dispatch()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Ddelay_work_deinit_test.cpp62 DelayedWorker::GetInstance().dispatch(g_delayWorkerThreadTestWe.tp, in SendDelayedWorker()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.h41 IAdapterBle &bleAdapter, utility::Dispatcher &dispatch, BaseObserverList<IAdapterBleObserver> &observer);
H A Dble_central_manager_impl.h47 IBleCentralManagerCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch);
H A Dble_advertiser_impl.h71 IBleAdvertiserCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch);
H A Dble_security.cpp38 IAdapterBle &bleAdapter, utility::Dispatcher &dispatch, BaseObserverList<IAdapterBleObserver> &observer) in BleSecurity()
40 dispatcher_(&dispatch), in BleSecurity()
37 BleSecurity( IAdapterBle &bleAdapter, utility::Dispatcher &dispatch, BaseObserverList<IAdapterBleObserver> &observer) BleSecurity() argument
H A Dble_central_manager_impl.cpp166 IBleCentralManagerCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) in BleCentralManagerImpl()
169 dispatcher_(&dispatch), in BleCentralManagerImpl()
165 BleCentralManagerImpl( IBleCentralManagerCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) BleCentralManagerImpl() argument
H A Dble_advertiser_impl.cpp44 IBleAdvertiserCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) in BleAdvertiserImpl()
47 dispatcher_(&dispatch), in BleAdvertiserImpl()
43 BleAdvertiserImpl( IBleAdvertiserCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) BleAdvertiserImpl() argument

Completed in 13 milliseconds