Searched defs:time_ (Results 1 - 25 of 27) sorted by path

12

/system/connectivity/shill/
H A Dactive_link_monitor.h207 Time* time_; member in class:shill::ActiveLinkMonitor
H A Dactive_link_monitor_unittest.cc160 monitor_.time_ = &time_;
163 EXPECT_CALL(time_, GetTimeMonotonic(_))
189 EXPECT_CALL(time_, GetTimeMonotonic(_))
357 MockTime time_; member in class:shill::ActiveLinkMonitorTest
H A Dconnectivity_trial_unittest.cc87 EXPECT_CALL(time_, GetTimeMonotonic(_))
217 StrictMock<MockTime> time_; member in class:shill::ConnectivityTrialTest
H A Ddevice.h879 Time* time_; member in class:shill::Device
H A Ddevice_info.h335 Time* time_; member in class:shill::DeviceInfo
H A Ddevice_info_unittest.cc112 device_info_.time_ = &time_;
202 MockTime time_; member in class:shill::DeviceInfoTest
1332 device_info_.time_ = &time_;
1359 EXPECT_CALL(time_, GetSecondsBoottime(_)).
1363 EXPECT_CALL(time_, GetSecondsBoottime(_)).Times(0);
1377 EXPECT_CALL(time_, GetSecondsBoottime(_)).
1382 EXPECT_CALL(time_, GetSecondsBoottime(_)).
1393 EXPECT_CALL(time_, GetSecondsBoottim
[all...]
H A Ddevice_unittest.cc188 device_->time_ = &time_;
297 MockTime time_; member in class:shill::DeviceTest
643 EXPECT_CALL(time_, GetSecondsBoottime(_)).WillOnce(
651 EXPECT_CALL(time_, GetSecondsBoottime(_)).WillOnce(
662 EXPECT_CALL(time_, GetSecondsBoottime(_)).WillOnce(
673 EXPECT_CALL(time_, GetSecondsBoottime(_)).WillOnce(
H A Ddns_client.h107 Time* time_; member in class:shill::DNSClient
H A Ddns_client_unittest.cc83 EXPECT_CALL(time_, GetTimeMonotonic(_))
99 EXPECT_CALL(time_, GetTimeMonotonic(_))
132 dns_client_->time_ = &time_;
236 StrictMock<MockTime> time_; member in class:shill::DNSClientTest
343 EXPECT_CALL(time_, GetTimeMonotonic(_))
H A Dipconfig.h256 Time* time_; member in class:shill::IPConfig
H A Dipconfig_unittest.cc62 ipconfig_->time_ = &time_;
133 MockTime time_; member in class:shill::IPConfigTest
273 EXPECT_CALL(time_, GetTimeBoottime(_))
297 EXPECT_CALL(time_, GetTimeBoottime(_))
313 EXPECT_CALL(time_, GetTimeBoottime(_))
H A Dlink_monitor.h116 Time* time_; member in class:shill::LinkMonitor
H A Dlink_monitor_unittest.cc104 monitor_.time_ = &time_;
108 EXPECT_CALL(time_, GetTimeMonotonic(_))
119 EXPECT_CALL(time_, GetTimeMonotonic(_))
153 MockTime time_; member in class:shill::LinkMonitorTest
H A Dportal_detector.h164 Time* time_; member in class:shill::PortalDetector
H A Dportal_detector_unittest.cc90 portal_detector_->time_ = &time_;
91 EXPECT_CALL(time_, GetTimeMonotonic(_))
176 StrictMock<MockTime> time_; member in class:shill::PortalDetectorTest
H A Dservice.h900 Time* time_; member in class:shill::Service
H A Dservice_unittest.cc104 service_->time_ = &time_;
105 service_->disconnects_.time_ = &time_;
106 service_->misconnects_.time_ = &time_;
223 MockTime time_; member in class:shill::ServiceTest
1717 EXPECT_CALL(time_, GetNow()).Times(7).WillRepeatedly((Return(timestamp)));
1730 EXPECT_CALL(time_, GetNow()).Times(5).WillRepeatedly((Return(timestamp)));
1739 EXPECT_CALL(time_, GetNo
[all...]
/system/connectivity/shill/net/
H A Devent_history.h43 EventHistory() : max_events_specified_(false), time_(Time::GetInstance()) {}
47 time_(Time::GetInstance()) {}
82 friend class ServiceTest; // RecordEventInternal, time_
83 friend class WakeOnWiFiTest; // time_
93 Time* time_; member in class:shill::EventHistory
H A Devent_history_unittest.cc43 event_history_->time_ = &time_;
65 EXPECT_CALL(time_, GetNow()).WillOnce(Return(now));
71 EXPECT_CALL(time_, GetNow()).WillOnce(Return(now));
77 EXPECT_CALL(time_, GetNow()).WillOnce(Return(now));
95 EXPECT_CALL(time_, GetNow()).WillOnce(Return(now));
100 MockTime time_; member in class:shill::EventHistoryTest
H A Dnetlink_manager.h445 Time* time_; member in class:shill::NetlinkManager
/system/connectivity/shill/wifi/
H A Dmac80211_monitor.h123 Time* time_; // for mocking in tests member in class:shill::Mac80211Monitor
H A Dmac80211_monitor_unittest.cc64 mac80211_monitor_.time_ = &time_;
74 MockTime& time() { return time_; }
178 StrictMock<MockTime> time_; member in class:shill::Mac80211MonitorTest
H A Dwake_on_wifi_unittest.cc633 wake_on_wifi_->dark_resume_history_.time_ = &time_;
1051 MockTime time_; member in class:shill::WakeOnWiFiTest
2738 EXPECT_CALL(time_, GetNow())
2756 EXPECT_CALL(time_, GetNow())
2795 EXPECT_CALL(time_, GetNow())
2813 EXPECT_CALL(time_, GetNow())
H A Dwifi.h618 Time* time_; member in class:shill::WiFi
H A Dwifi_provider.h267 Time* time_; member in class:shill::WiFiProvider

Completed in 670 milliseconds

12