OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNow
(Results
1 - 8
of
8
) sorted by null
/system/connectivity/shill/net/
event_history.cc
30
RecordEventInternal(time_->
GetNow
());
34
ExpireEventsBeforeInternal(seconds_ago, time_->
GetNow
(), clock_type);
39
Timestamp now = time_->
GetNow
();
90
Timestamp now = time_->
GetNow
();
mock_time.h
37
MOCK_METHOD0(
GetNow
, Timestamp());
shill_time.h
74
virtual Timestamp
GetNow
();
event_history_unittest.cc
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));
shill_time.cc
94
Timestamp Time::
GetNow
() {
/system/connectivity/shill/
service_unittest.cc
[
all
...]
/external/sonivox/jet_tools/JetCreator/
JetUtils.py
780
def
GetNow
():
/system/connectivity/shill/wifi/
wake_on_wifi_unittest.cc
[
all
...]
Completed in 3907 milliseconds