Lines Matching refs:kPathPersistChargerPresentTime
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()
442 kPathPersistChargerPresentTime, _)); in TEST_F()
461 EXPECT_CALL(*mock, WriteStringToFile(std::to_string(0), kPathPersistChargerPresentTime, _)); in TEST_F()
481 kPathPersistChargerPresentTime, _)); in TEST_F()
504 EXPECT_CALL(*mock, WriteStringToFile(std::to_string(1000), kPathPersistChargerPresentTime, _)); in TEST_F()
510 kPathPersistChargerPresentTime, _)); in TEST_F()
518 EXPECT_CALL(*mock, WriteStringToFile(std::to_string(0), kPathPersistChargerPresentTime, _)); in TEST_F()