Home
last modified time | relevance | path

Searched refs:SysStsObserverImpl (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_avrcp_tg_server.cpp34 class SysStsObserverImpl : public ISystemStateObserver { class
36 explicit SysStsObserverImpl(BluetoothAvrcpTgServer::impl *impl) : impl_(impl) {} in SysStsObserverImpl() function in OHOS::Bluetooth::BluetoothAvrcpTgServer::impl::SysStsObserverImpl
37 virtual ~SysStsObserverImpl() {} in ~SysStsObserverImpl()
72 sysObserver_ = std::make_unique<SysStsObserverImpl>(this); in impl()
148 std::unique_ptr<SysStsObserverImpl> sysObserver_;
H A Dbluetooth_avrcp_ct_server.cpp34 class SysStsObserverImpl : public ISystemStateObserver { class
36 explicit SysStsObserverImpl(BluetoothAvrcpCtServer::impl *impl) : impl_(impl) in SysStsObserverImpl() function in OHOS::Bluetooth::BluetoothAvrcpCtServer::impl::SysStsObserverImpl
38 virtual ~SysStsObserverImpl() in ~SysStsObserverImpl()
251 sysObserver_ = std::make_unique<SysStsObserverImpl>(this); in impl()
755 std::unique_ptr<SysStsObserverImpl> sysObserver_;