Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds