Home
last modified time | relevance | path

Searched refs:INVALID_BATT_TEMP_VALUE (Results 1 - 4 of 4) sorted by relevance

/base/powermgr/battery_manager/services/zidl/src/
H A Dbattery_srv_proxy.cpp207 RETURN_IF_WITH_RET(remote == nullptr, INVALID_BATT_TEMP_VALUE); in GetBatteryTemperature()
214 return INVALID_BATT_TEMP_VALUE; in GetBatteryTemperature()
222 return INVALID_BATT_TEMP_VALUE; in GetBatteryTemperature()
224 int32_t temperature = INVALID_BATT_TEMP_VALUE; in GetBatteryTemperature()
225 RETURN_IF_READ_PARCEL_FAILED_WITH_RET(reply, Int32, temperature, INVALID_BATT_TEMP_VALUE); in GetBatteryTemperature()
/base/powermgr/battery_manager/interfaces/inner_api/native/include/
H A Dbattery_info.h24 static constexpr int32_t INVALID_BATT_TEMP_VALUE = 100; member
455 int32_t temperature_ = INVALID_BATT_TEMP_VALUE;
/base/powermgr/battery_manager/frameworks/native/src/
H A Dbattery_srv_client.cpp141 RETURN_IF_WITH_RET(proxy == nullptr, INVALID_BATT_TEMP_VALUE); in GetBatteryTemperature()
/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_srv_proxy_mock_test.cpp211 EXPECT_TRUE(temperature == INVALID_BATT_TEMP_VALUE); in HWTEST_F()

Completed in 3 milliseconds