Home
last modified time | relevance | path

Searched refs:NapiBluetoothAccessObserver (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.cpp31 NapiBluetoothAccessObserver::NapiBluetoothAccessObserver() in NapiBluetoothAccessObserver() function in OHOS::Bluetooth::NapiBluetoothAccessObserver
35 void NapiBluetoothAccessObserver::OnStateChanged(const int transport, const int status) in OnStateChanged()
48 void NapiBluetoothAccessObserver::EnableBt() in EnableBt()
58 void NapiBluetoothAccessObserver::DisableBle() in DisableBle()
68 bool NapiBluetoothAccessObserver::DealStateChange(const int transport, const int status, BluetoothS… in DealStateChange()
80 void NapiBluetoothAccessObserver::GetBrStateByStatus(const int status, BluetoothState &state, bool … in GetBrStateByStatus()
104 void NapiBluetoothAccessObserver::GetBleStateByStatus(const int status, BluetoothState &state) in GetBleStateByStatus()
H A Dnapi_bluetooth_access_observer.h25 class NapiBluetoothAccessObserver : public BluetoothHostObserver {
27 NapiBluetoothAccessObserver();
28 ~NapiBluetoothAccessObserver() override = default;
H A Dnapi_bluetooth_access.cpp35 std::shared_ptr<NapiBluetoothAccessObserver> g_bluetoothAccessObserver =
36 std::make_shared<NapiBluetoothAccessObserver>();