Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp30 class BluetoothHostObserverCommon : public BluetoothHostObserver { class
32 BluetoothHostObserverCommon() = default;
33 virtual ~BluetoothHostObserverCommon() = default;
34 static BluetoothHostObserverCommon &GetInstance();
46 BluetoothHostObserverCommon &BluetoothHostObserverCommon::GetInstance() in GetInstance()
48 static BluetoothHostObserverCommon instance; in GetInstance()
52 void BluetoothHostObserverCommon::OnStateChanged(const int transport, const int status) in OnStateChanged()
93 void BluetoothHostObserverCommon::OnDiscoveryStateChanged(int status) in OnDiscoveryStateChanged()
118 BluetoothHostObserverCommon &btObserver_ = BluetoothHostObserverCommon::GetInstance();