Home
last modified time | relevance | path

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

/foundation/resourceschedule/ffrt/src/sync/
Ddelayed_worker.cpp85 bool DelayedWorker::dispatch(const time_point_t& to, WaitEntry* we, const std::function<void(WaitEn… in dispatch() function in ffrt::DelayedWorker
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
Dadapter_state_machine.h60 explicit AdapterStateMachine(utility::Dispatcher &dispatch) : dispatch_(dispatch){}; in AdapterStateMachine()
Dprofile_service_manager.cpp67 void ProfileServiceManager::Initialize(utility::Dispatcher &dispatch) in Initialize()
102 ProfileServiceManager::ProfileServiceManager(utility::Dispatcher &dispatch) in ProfileServiceManager()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
Dble_security.cpp38 …IAdapterBle &bleAdapter, utility::Dispatcher &dispatch, BaseObserverList<IAdapterBleObserver> &obs… in BleSecurity()
Dble_advertiser_impl.cpp47 IBleAdvertiserCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) in BleAdvertiserImpl()
Dble_central_manager_impl.cpp166 IBleCentralManagerCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) in BleCentralManagerImpl()