Home
last modified time | relevance | path

Searched defs: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.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
H A 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
H A 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
H A Dbluetooth_ble_advertiser_server.cpp110 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
H A Dbluetooth_a2dp_source_server.cpp105 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
H A Dbluetooth_gatt_client_server.cpp61 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
H A Dbluetooth_gatt_server_server.cpp60 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
H A 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
H A Dbluetooth_host_server.cpp119 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