OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSecondsSinceEpoch
(Results
1 - 5
of
5
) sorted by null
/system/connectivity/shill/net/
mock_time.h
38
MOCK_CONST_METHOD0(
GetSecondsSinceEpoch
, time_t());
shill_time.h
76
virtual time_t
GetSecondsSinceEpoch
() const;
shill_time.cc
133
time_t Time::
GetSecondsSinceEpoch
() const {
/system/connectivity/shill/wifi/
wifi_provider.cc
399
time_t this_week = time_->
GetSecondsSinceEpoch
() / kSecondsPerWeek;
764
time_t this_week = time_->
GetSecondsSinceEpoch
() / kSecondsPerWeek;
wifi_provider_unittest.cc
390
EXPECT_CALL(time_,
GetSecondsSinceEpoch
()).WillOnce(Return(today_seconds));
[
all
...]
Completed in 898 milliseconds