Searched refs:GetSecondsSinceEpoch (Results 1 - 5 of 5) sorted by relevance

/system/connectivity/shill/net/
H A Dmock_time.h38 MOCK_CONST_METHOD0(GetSecondsSinceEpoch, time_t());
H A Dshill_time.h76 virtual time_t GetSecondsSinceEpoch() const;
H A Dshill_time.cc133 time_t Time::GetSecondsSinceEpoch() const { function in class:shill::Time
/system/connectivity/shill/wifi/
H A Dwifi_provider.cc399 time_t this_week = time_->GetSecondsSinceEpoch() / kSecondsPerWeek;
764 time_t this_week = time_->GetSecondsSinceEpoch() / kSecondsPerWeek;
H A Dwifi_provider_unittest.cc390 EXPECT_CALL(time_, GetSecondsSinceEpoch()).WillOnce(Return(today_seconds));
1782 EXPECT_CALL(time_, GetSecondsSinceEpoch()).WillOnce(Return(kThisWeekSeconds));
1849 EXPECT_CALL(time_, GetSecondsSinceEpoch()).WillOnce(Return(kThisWeekSeconds));
1880 EXPECT_CALL(time_, GetSecondsSinceEpoch()).

Completed in 801 milliseconds