Lines Matching refs:kPathPersistChargerPresentTime
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()
444 kPathPersistChargerPresentTime, _)); in TEST_F()
463 EXPECT_CALL(*mock, WriteStringToFile(std::to_string(0), kPathPersistChargerPresentTime, _)); in TEST_F()
483 kPathPersistChargerPresentTime, _)); in TEST_F()
506 EXPECT_CALL(*mock, WriteStringToFile(std::to_string(1000), kPathPersistChargerPresentTime, _)); in TEST_F()
512 kPathPersistChargerPresentTime, _)); in TEST_F()
520 EXPECT_CALL(*mock, WriteStringToFile(std::to_string(0), kPathPersistChargerPresentTime, _)); in TEST_F()