Searched refs:NapiBluetoothPanObserver (Results 1 – 4 of 4) sorted by relevance
27 class NapiBluetoothPanObserver : public PanObserver {29 NapiBluetoothPanObserver();30 ~NapiBluetoothPanObserver() override = default;
46 static std::shared_ptr<NapiBluetoothPanObserver> observer_;
30 NapiBluetoothPanObserver::NapiBluetoothPanObserver() in NapiBluetoothPanObserver() function in OHOS::Bluetooth::NapiBluetoothPanObserver34 void NapiBluetoothPanObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int st… in OnConnectionStateChanged()
32 std::shared_ptr<NapiBluetoothPanObserver> NapiBluetoothPan::observer_ = std::make_shared<NapiBlueto…