Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_pan_observer.h27 class NapiBluetoothPanObserver : public PanObserver {
29 NapiBluetoothPanObserver();
30 ~NapiBluetoothPanObserver() override = default;
H A Dnapi_bluetooth_pan.h46 static std::shared_ptr<NapiBluetoothPanObserver> observer_;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/pan/
H A Dnapi_bluetooth_pan_observer.cpp30 NapiBluetoothPanObserver::NapiBluetoothPanObserver() in NapiBluetoothPanObserver() function in OHOS::Bluetooth::NapiBluetoothPanObserver
34 void NapiBluetoothPanObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int st… in OnConnectionStateChanged()
H A Dnapi_bluetooth_pan.cpp32 std::shared_ptr<NapiBluetoothPanObserver> NapiBluetoothPan::observer_ = std::make_shared<NapiBlueto…