/foundation/multimodalinput/input/service/event_dispatch/test/ |
H A D | event_dispatch_test.cpp | 137 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 D | tab_content_modifier.cpp | 32 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 D | profile_service_manager.h | 63 * @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 D | adapter_state_machine.h | 57 * @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 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()
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | delayed_worker.h | 55 bool dispatch(const TimePoint& to, WaitEntry* we, const std::function<void(WaitEntry*)>& wakeup);
|
H A D | sync.cpp | 36 return FFRTFacade::GetDWInstance().dispatch(to, we, wakeup); in DelayedWakeup()
|
H A D | delayed_worker.cpp | 171 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 D | delay_work_deinit_test.cpp | 62 DelayedWorker::GetInstance().dispatch(g_delayWorkerThreadTestWe.tp, in SendDelayedWorker()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_security.h | 41 IAdapterBle &bleAdapter, utility::Dispatcher &dispatch, BaseObserverList<IAdapterBleObserver> &observer);
|
H A D | ble_central_manager_impl.h | 47 IBleCentralManagerCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch);
|
H A D | ble_advertiser_impl.h | 71 IBleAdvertiserCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch);
|
H A D | ble_security.cpp | 38 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 D | ble_central_manager_impl.cpp | 166 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 D | ble_advertiser_impl.cpp | 44 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
|