Home
last modified time | relevance | path

Searched refs:OnRemoteBatteryChanged (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_remote_device_observer.h38 virtual void OnRemoteBatteryChanged(const BluetoothRawAddress &device, const BluetoothBatteryInfo &batteryInfo) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_remote_device_observer.h39 void OnRemoteBatteryChanged(const BluetoothRemoteDevice &device, const DeviceBatteryInfo &batteryInfo) override;
H A Dnapi_bluetooth_remote_device_observer.cpp77 void NapiBluetoothRemoteDeviceObserver ::OnRemoteBatteryChanged( in OnRemoteBatteryChanged() function in OHOS::Bluetooth::NapiBluetoothRemoteDeviceObserver
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_remote_device_observer_proxy.h38 void OnRemoteBatteryChanged(const BluetoothRawAddress &device,
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h239 virtual void OnRemoteBatteryChanged(const BluetoothRemoteDevice &device, const DeviceBatteryInfo &batteryInfo) in OnRemoteBatteryChanged() function in OHOS::Bluetooth::BluetoothRemoteDeviceObserver
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_callback.cpp126 void CjBluetoothRemoteDeviceObserver::OnRemoteBatteryChanged(const BluetoothRemoteDevice &device, in OnRemoteBatteryChanged() function in OHOS::CJSystemapi::CJBluetoothConnection::CjBluetoothRemoteDeviceObserver
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_impl.h95 void OnRemoteBatteryChanged(const BluetoothRemoteDevice &device, const DeviceBatteryInfo &batteryInfo) override;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_remote_device_observer_proxy.cpp188 void BluetoothRemoteDeviceObserverproxy::OnRemoteBatteryChanged( in OnRemoteBatteryChanged() function in OHOS::Bluetooth::BluetoothRemoteDeviceObserverproxy
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_remote_device_observer_stub.cpp173 stub->OnRemoteBatteryChanged(*device, *batteryInfo); in OnRemoteBatteryChangedInner()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp305 void OnRemoteBatteryChanged(const BluetoothRawAddress &device, const BluetoothBatteryInfo &batteryInfo) override
319 observer->OnRemoteBatteryChanged(remoteDevice, info);

Completed in 6 milliseconds