Home
last modified time | relevance | path

Searched refs:INVALID_BATT_BOOL_VALUE (Results 1 – 4 of 4) sorted by relevance

/base/powermgr/battery_manager/services/zidl/src/
Dbattery_srv_proxy.cpp156 RETURN_IF_WITH_RET(remote == nullptr, INVALID_BATT_BOOL_VALUE); in GetPresent()
163 return INVALID_BATT_BOOL_VALUE; in GetPresent()
171 return INVALID_BATT_BOOL_VALUE; in GetPresent()
173 bool present = INVALID_BATT_BOOL_VALUE; in GetPresent()
174 READ_PARCEL_WITH_RET(reply, Bool, present, INVALID_BATT_BOOL_VALUE); in GetPresent()
/base/powermgr/battery_manager/interfaces/inner_api/native/include/
Dbattery_info.h28 static constexpr bool INVALID_BATT_BOOL_VALUE = true; variable
438 bool present_ = INVALID_BATT_BOOL_VALUE;
/base/powermgr/battery_manager/test/unittest/src/
Dbattery_srv_proxy_mock_test.cpp114 EXPECT_TRUE(isPresent == INVALID_BATT_BOOL_VALUE);
/base/powermgr/battery_manager/frameworks/native/src/
Dbattery_srv_client.cpp129 bool present = INVALID_BATT_BOOL_VALUE; in GetPresent()