Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/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/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.cpp167 IBleCentralManagerCallback &callback, IAdapterBle &bleAdapter, utility::Dispatcher &dispatch) in BleCentralManagerImpl()