Home
last modified time | relevance | path

Searched refs:rightEarBatteryLevel_ (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_battery_info.h38 rightEarBatteryLevel_ = -1; in ResetInfo()
48 int32_t rightEarBatteryLevel_ = -1; member in OHOS::bluetooth::BatteryInfo
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_device_battery_info.cpp26 CHECK_AND_RETURN_LOG_RET(parcel.WriteInt32(rightEarBatteryLevel_), false, "write rightEarBatteryLevel error"); in Marshalling()
53 CHECK_AND_RETURN_LOG_RET(parcel.ReadInt32(rightEarBatteryLevel_), false, "read rightEarBatteryLevel error"); in ReadFromParcel()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_battery_info.h64 int32_t rightEarBatteryLevel_; member
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_callback.cpp137 cBatteryInfo.rightEarBatteryLevel = batteryInfo.rightEarBatteryLevel_; in OnRemoteBatteryChanged()
H A Dbluetooth_connection_impl.cpp250 info.rightEarBatteryLevel = batteryInfo.rightEarBatteryLevel_; in GetRemoteDeviceBatteryInfo()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_remote_device.cpp169 batteryInfo.rightEarBatteryLevel_ = bluetoothBatteryInfo.rightEarBatteryLevel_; in GetRemoteDeviceBatteryInfo()
H A Dbluetooth_host.cpp313 info.rightEarBatteryLevel_ = batteryInfo.rightEarBatteryLevel_;
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_native_object.cpp206 napi_create_int32(env, batteryInfo_.rightEarBatteryLevel_, &value); in ToNapiValue()

Completed in 6 milliseconds