HomeSort by relevance Sort by last modified time
    Searched refs:GetTimeBoottime (Results 1 - 5 of 5) sorted by null

  /system/connectivity/shill/net/
mock_time.h 35 MOCK_METHOD1(GetTimeBoottime, int(struct timeval* tv));
shill_time.cc 60 if (GetTimeBoottime(&now) < 0) {
79 int Time::GetTimeBoottime(struct timeval* tv) {
102 GetTimeBoottime(&now_boottime);
shill_time.h 68 virtual int GetTimeBoottime(struct timeval* tv);
  /system/connectivity/shill/
ipconfig_unittest.cc 273 EXPECT_CALL(time_, GetTimeBoottime(_))
297 EXPECT_CALL(time_, GetTimeBoottime(_))
313 EXPECT_CALL(time_, GetTimeBoottime(_))
ipconfig.cc 152 time_->GetTimeBoottime(&new_expiration_time);
167 time_->GetTimeBoottime(&now);

Completed in 68 milliseconds