Home
last modified time | relevance | path

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

/foundation/communication/bluetooth_service/services/bluetooth/server/src/
Dbluetooth_a2dp_sink_server.cpp63 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
Dbluetooth_pan_server.cpp76 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
Dbluetooth_hid_host_server.cpp77 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
Dbluetooth_ble_advertiser_server.cpp132 class BluetoothBleAdvertiserServer::impl::SystemStateObserver : public ISystemStateObserver { class in OHOS::Bluetooth::BluetoothBleAdvertiserServer::impl
134 explicit SystemStateObserver(BluetoothBleAdvertiserServer::impl *pimpl) : pimpl_(pimpl) {}; in SystemStateObserver() function in OHOS::Bluetooth::BluetoothBleAdvertiserServer::impl::SystemStateObserver
Dbluetooth_a2dp_source_server.cpp118 class BluetoothA2dpSourceServer::impl::SystemStateObserver : public ISystemStateObserver { class in OHOS::Bluetooth::BluetoothA2dpSourceServer::impl
120 SystemStateObserver(BluetoothA2dpSourceServer::impl *pimpl) : pimpl_(pimpl) {}; in SystemStateObserver() function in OHOS::Bluetooth::BluetoothA2dpSourceServer::impl::SystemStateObserver
Dbluetooth_gatt_server_server.cpp61 class BluetoothGattServerServer::impl::SystemStateObserver : public bluetooth::ISystemStateObserver… class in OHOS::Bluetooth::BluetoothGattServerServer::impl
63 SystemStateObserver(BluetoothGattServerServer::impl *impl) : impl_(impl){}; in SystemStateObserver() function in OHOS::Bluetooth::BluetoothGattServerServer::impl::SystemStateObserver
Dbluetooth_gatt_client_server.cpp63 class BluetoothGattClientServer::impl::SystemStateObserver : public ISystemStateObserver { class in OHOS::Bluetooth::BluetoothGattClientServer::impl
65 SystemStateObserver(BluetoothGattClientServer::impl *impl) : impl_(impl){}; in SystemStateObserver() function in OHOS::Bluetooth::BluetoothGattClientServer::impl::SystemStateObserver
Dbluetooth_ble_central_manager_server.cpp257 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
Dbluetooth_host_server.cpp121 class BluetoothHostServer::impl::SystemStateObserver : public ISystemStateObserver { class in OHOS::Bluetooth::BluetoothHostServer::impl
123 SystemStateObserver(BluetoothHostServer::impl *impl) : impl_(impl) {}; in SystemStateObserver() function in OHOS::Bluetooth::BluetoothHostServer::impl::SystemStateObserver