Searched refs:kPathPersistChargerPresentTime (Results 1 – 3 of 3) sorted by relevance
/hardware/google/pixel/health/test/ |
D | TestBatteryDefender.cpp | 112 const char *kPathPersistChargerPresentTime = "/mnt/vendor/persist/battery/defender_charger_time"; variable 212 ON_CALL(*mock, ReadFileToString(kPathPersistChargerPresentTime, _, _)) in initTo1000sConnectedCapacityReached() 217 ON_CALL(*mock, ReadFileToString(kPathPersistChargerPresentTime, _, _)) in initToActive() 262 EXPECT_CALL(*mock, ReadFileToString(kPathPersistChargerPresentTime, _, _)) in TEST_F() 277 EXPECT_CALL(*mock, ReadFileToString(kPathPersistChargerPresentTime, _, _)) in TEST_F() 285 kPathPersistChargerPresentTime, _)); in TEST_F() 297 EXPECT_CALL(*mock, ReadFileToString(kPathPersistChargerPresentTime, _, _)) in TEST_F() 331 kPathPersistChargerPresentTime, _)); in TEST_F() 338 kPathPersistChargerPresentTime, _)); in TEST_F() 438 EXPECT_CALL(*mock, WriteStringToFile(std::to_string(1000), kPathPersistChargerPresentTime, _)); in TEST_F() [all …]
|
/hardware/google/pixel/health/include/pixelhealth/ |
D | BatteryDefender.h | 100 const std::string kPathPersistChargerPresentTime = variable
|
/hardware/google/pixel/health/ |
D | BatteryDefender.cpp | 72 mTimeChargerPresentSecs = readFileToInt(kPathPersistChargerPresentTime); in loadPersistentStorage() 487 writeTimeToFile(kPathPersistChargerPresentTime, mTimeChargerPresentSecs, in update()
|