Home
last modified time | relevance | path

Searched refs:PublishBluetoothStateChangeEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dbluetooth_common_event_helper.h29 …static bool PublishBluetoothStateChangeEvent(int code, const std::vector<std::string> &permissions…
H A Dbluetooth_common_event_helper.cpp52 bool BluetoothCommonEventHelper::PublishBluetoothStateChangeEvent(int code, in PublishBluetoothStateChangeEvent() function in OHOS::BluetoothHelper::BluetoothCommonEventHelper
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_manager.h315 void PublishBluetoothStateChangeEvent(const BTTransport transport, const BTStateID state) const;
H A Dadapter_manager.cpp586 void AdapterManager::PublishBluetoothStateChangeEvent(const BTTransport transport, const BTStateID … in PublishBluetoothStateChangeEvent() function in OHOS::bluetooth::AdapterManager
591 … BluetoothHelper::BluetoothCommonEventHelper::PublishBluetoothStateChangeEvent(state, permissions); in PublishBluetoothStateChangeEvent()
617 PublishBluetoothStateChangeEvent(transport, state); in OnAdapterStateChange()