Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_avrcp_ct_observer.h28 class NapiAvrcpControllerObserver : public AvrcpController::IObserver {
32 NapiAvrcpControllerObserver();
33 ~NapiAvrcpControllerObserver() override = default;
H A Dnapi_bluetooth_avrcp_ct.h39 static std::shared_ptr<NapiAvrcpControllerObserver> observer_;
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/
H A Dnapi_bluetooth_avrcp_ct_observer.cpp27 NapiAvrcpControllerObserver::NapiAvrcpControllerObserver() in NapiAvrcpControllerObserver() function in OHOS::Bluetooth::NapiAvrcpControllerObserver
31 void NapiAvrcpControllerObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int… in OnConnectionStateChanged()
H A Dnapi_bluetooth_avrcp_ct.cpp30 std::shared_ptr<NapiAvrcpControllerObserver> NapiAvrcpController::observer_ =
31 std::make_shared<NapiAvrcpControllerObserver>();