Searched refs:NapiAvrcpControllerObserver (Results 1 – 4 of 4) sorted by relevance
28 class NapiAvrcpControllerObserver : public AvrcpController::IObserver {32 NapiAvrcpControllerObserver();33 ~NapiAvrcpControllerObserver() override = default;
39 static std::shared_ptr<NapiAvrcpControllerObserver> observer_;
27 NapiAvrcpControllerObserver::NapiAvrcpControllerObserver() in NapiAvrcpControllerObserver() function in OHOS::Bluetooth::NapiAvrcpControllerObserver31 void NapiAvrcpControllerObserver::OnConnectionStateChanged(const BluetoothRemoteDevice &device, int… in OnConnectionStateChanged()
30 std::shared_ptr<NapiAvrcpControllerObserver> NapiAvrcpController::observer_ =31 std::make_shared<NapiAvrcpControllerObserver>();