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

  /system/connectivity/shill/net/
mock_time.h 33 MOCK_METHOD1(GetSecondsBoottime, bool(time_t* seconds));
shill_time.h 62 virtual bool GetSecondsBoottime(time_t* seconds);
shill_time.cc 58 bool Time::GetSecondsBoottime(time_t* seconds) {
  /system/connectivity/shill/
device_info_unittest.cc     [all...]
device_info.cc     [all...]
device_unittest.cc 643 EXPECT_CALL(time_, GetSecondsBoottime(_)).WillOnce(
651 EXPECT_CALL(time_, GetSecondsBoottime(_)).WillOnce(
662 EXPECT_CALL(time_, GetSecondsBoottime(_)).WillOnce(
673 EXPECT_CALL(time_, GetSecondsBoottime(_)).WillOnce(
    [all...]
device.cc     [all...]

Completed in 835 milliseconds