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 210 ON_CALL(*mock, ReadFileToString(kPathPersistChargerPresentTime, _, _)) in initTo1000sConnectedCapacityReached() 215 ON_CALL(*mock, ReadFileToString(kPathPersistChargerPresentTime, _, _)) in initToActive() 260 EXPECT_CALL(*mock, ReadFileToString(kPathPersistChargerPresentTime, _, _)) in TEST_F() 275 EXPECT_CALL(*mock, ReadFileToString(kPathPersistChargerPresentTime, _, _)) in TEST_F() 283 kPathPersistChargerPresentTime, _)); in TEST_F() 295 EXPECT_CALL(*mock, ReadFileToString(kPathPersistChargerPresentTime, _, _)) in TEST_F() 329 kPathPersistChargerPresentTime, _)); in TEST_F() 336 kPathPersistChargerPresentTime, _)); in TEST_F() 436 EXPECT_CALL(*mock, WriteStringToFile(std::to_string(1000), kPathPersistChargerPresentTime, _)); in TEST_F() [all …]
|
/hardware/google/pixel/health/ |
D | BatteryDefender.cpp | 65 mTimeChargerPresentSecs = readFileToInt(kPathPersistChargerPresentTime); in loadPersistentStorage() 413 writeTimeToFile(kPathPersistChargerPresentTime, mTimeChargerPresentSecs, in update()
|
/hardware/google/pixel/health/include/pixelhealth/ |
D | BatteryDefender.h | 89 const std::string kPathPersistChargerPresentTime = variable
|