Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_a2dp_snk_observer.h28 class NapiA2dpSinkObserver : public A2dpSinkObserver {
32 NapiA2dpSinkObserver();
33 ~NapiA2dpSinkObserver() override = default;
H A Dnapi_bluetooth_a2dp_snk.h40 static std::shared_ptr<NapiA2dpSinkObserver> observer_;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_a2dp_snk_observer.cpp27 NapiA2dpSinkObserver::NapiA2dpSinkObserver() in NapiA2dpSinkObserver() function in OHOS::Bluetooth::NapiA2dpSinkObserver
31 void NapiA2dpSinkObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int state,… in OnConnectionStateChanged()
H A Dnapi_bluetooth_a2dp_snk.cpp30 std::shared_ptr<NapiA2dpSinkObserver> NapiA2dpSink::observer_ = std::make_shared<NapiA2dpSinkObserv…