Home
last modified time | relevance | path

Searched refs:SystemStateObserver (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_a2dp_sink_server.cpp55 class SystemStateObserver;
56 std::unique_ptr<SystemStateObserver> systemStateObserver_ = nullptr;
63 class BluetoothA2dpSinkServer::impl::SystemStateObserver : public ISystemStateObserver { class in OHOS::Bluetooth::BluetoothA2dpSinkServer::impl
65 SystemStateObserver(BluetoothA2dpSinkServer::impl *pimpl) : pimpl_(pimpl) {}; in SystemStateObserver() function in OHOS::Bluetooth::BluetoothA2dpSinkServer::impl::SystemStateObserver
66 ~SystemStateObserver() override = default;
112 pimpl->systemStateObserver_ = std::make_unique<impl::SystemStateObserver>(pimpl.get()); in BluetoothA2dpSinkServer()
H A Dbluetooth_pan_server.cpp57 class SystemStateObserver;
58 std::unique_ptr<SystemStateObserver> systemStateObserver_ = nullptr;
76 class BluetoothPanServer::impl::SystemStateObserver : public ISystemStateObserver { class in OHOS::Bluetooth::BluetoothPanServer::impl
78 explicit SystemStateObserver(BluetoothPanServer::impl *pimpl) : pimpl_(pimpl) {} in SystemStateObserver() function in OHOS::Bluetooth::BluetoothPanServer::impl::SystemStateObserver
114 pimpl->systemStateObserver_ = std::make_unique<impl::SystemStateObserver>(pimpl.get()); in BluetoothPanServer()
H A Dbluetooth_ble_advertiser_server.cpp101 class SystemStateObserver;
102 std::unique_ptr<SystemStateObserver> systemStateObserver_ = nullptr;
110 class BluetoothBleAdvertiserServer::impl::SystemStateObserver : public ISystemStateObserver { class in OHOS::Bluetooth::BluetoothBleAdvertiserServer::impl
112 explicit SystemStateObserver(BluetoothBleAdvertiserServer::impl *pimpl) : pimpl_(pimpl) {}; in SystemStateObserver() function in OHOS::Bluetooth::BluetoothBleAdvertiserServer::impl::SystemStateObserver
146 pimpl->systemStateObserver_ = std::make_unique<impl::SystemStateObserver>(pimpl.get()); in BluetoothBleAdvertiserServer()
H A Dbluetooth_hid_host_server.cpp58 class SystemStateObserver;
59 std::unique_ptr<SystemStateObserver> systemStateObserver_ = nullptr;
77 class BluetoothHidHostServer::impl::SystemStateObserver : public ISystemStateObserver { class in OHOS::Bluetooth::BluetoothHidHostServer::impl
79 explicit SystemStateObserver(BluetoothHidHostServer::impl *pimpl) : pimpl_(pimpl) {}; in SystemStateObserver() function in OHOS::Bluetooth::BluetoothHidHostServer::impl::SystemStateObserver
117 pimpl->systemStateObserver_ = std::make_unique<impl::SystemStateObserver>(pimpl.get()); in BluetoothHidHostServer()
H A Dbluetooth_a2dp_source_server.cpp97 class SystemStateObserver;
98 std::unique_ptr<SystemStateObserver> systemStateObserver_ = nullptr;
105 class BluetoothA2dpSourceServer::impl::SystemStateObserver : public ISystemStateObserver { class in OHOS::Bluetooth::BluetoothA2dpSourceServer::impl
107 SystemStateObserver(BluetoothA2dpSourceServer::impl *pimpl) : pimpl_(pimpl) {}; in SystemStateObserver() function in OHOS::Bluetooth::BluetoothA2dpSourceServer::impl::SystemStateObserver
108 ~SystemStateObserver() override = default;
155 pimpl->systemStateObserver_ = std::make_unique<impl::SystemStateObserver>(pimpl.get()); in BluetoothA2dpSourceServer()
H A Dbluetooth_gatt_client_server.cpp41 class SystemStateObserver;
44 std::unique_ptr<SystemStateObserver> systemStateObserver_;
61 class BluetoothGattClientServer::impl::SystemStateObserver : public ISystemStateObserver { class in OHOS::Bluetooth::BluetoothGattClientServer::impl
63 SystemStateObserver(BluetoothGattClientServer::impl *impl) : impl_(impl){}; in SystemStateObserver() function in OHOS::Bluetooth::BluetoothGattClientServer::impl::SystemStateObserver
64 ~SystemStateObserver() override = default;
262 …Server::impl::impl() : clientService_(nullptr), systemStateObserver_(new SystemStateObserver(this)) in impl()
H A Dbluetooth_gatt_server_server.cpp41 class SystemStateObserver;
44 std::unique_ptr<SystemStateObserver> systemStateObserver_;
60 class BluetoothGattServerServer::impl::SystemStateObserver : public bluetooth::ISystemStateObserver… class in OHOS::Bluetooth::BluetoothGattServerServer::impl
62 SystemStateObserver(BluetoothGattServerServer::impl *impl) : impl_(impl){}; in SystemStateObserver() function in OHOS::Bluetooth::BluetoothGattServerServer::impl::SystemStateObserver
63 ~SystemStateObserver() override = default;
271 …Server::impl::impl() : serverService_(nullptr), systemStateObserver_(new SystemStateObserver(this)) in impl()
H A Dbluetooth_ble_central_manager_server.cpp41 class SystemStateObserver;
42 std::unique_ptr<SystemStateObserver> systemStateObserver_ = nullptr;
257 class BluetoothBleCentralManagerServer::impl::SystemStateObserver : public ISystemStateObserver { class in OHOS::Bluetooth::BluetoothBleCentralManagerServer::impl
259 explicit SystemStateObserver(BluetoothBleCentralManagerServer::impl *pimpl) : pimpl_(pimpl){}; in SystemStateObserver() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer::impl::SystemStateObserver
300 pimpl->systemStateObserver_ = std::make_unique<impl::SystemStateObserver>(pimpl.get()); in BluetoothBleCentralManagerServer()
H A Dbluetooth_host_server.cpp63 class SystemStateObserver;
64 std::unique_ptr<SystemStateObserver> systemStateObserver_ = nullptr;
119 class BluetoothHostServer::impl::SystemStateObserver : public ISystemStateObserver { class in OHOS::Bluetooth::BluetoothHostServer::impl
121 SystemStateObserver(BluetoothHostServer::impl *impl) : impl_(impl) {}; in SystemStateObserver() function in OHOS::Bluetooth::BluetoothHostServer::impl::SystemStateObserver
122 ~SystemStateObserver() override = default;
555 systemStateObserver_ = std::make_unique<SystemStateObserver>(this); in impl()