Home
last modified time | relevance | path

Searched refs:now_exp (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/update_manager/
Dreal_time_provider_unittest.cc45 Time::Exploded now_exp; in CurrTime() local
46 now_exp.year = 2014; in CurrTime()
47 now_exp.month = 3; in CurrTime()
48 now_exp.day_of_week = 2; in CurrTime()
49 now_exp.day_of_month = 18; in CurrTime()
50 now_exp.hour = 8; in CurrTime()
51 now_exp.minute = 5; in CurrTime()
52 now_exp.second = 33; in CurrTime()
53 now_exp.millisecond = 675; in CurrTime()
54 return Time::FromLocalExploded(now_exp); in CurrTime()
Dreal_time_provider.cc43 Time::Exploded now_exp; in GetValue() local
44 clock_->GetWallclockTime().LocalExplode(&now_exp); in GetValue()
45 now_exp.hour = now_exp.minute = now_exp.second = now_exp.millisecond = 0; in GetValue()
46 return new Time(Time::FromLocalExploded(now_exp)); in GetValue()
Dupdate_manager_unittest.cc61 Time::Exploded now_exp; in FixedTime() local
62 now_exp.year = 2014; in FixedTime()
63 now_exp.month = 3; in FixedTime()
64 now_exp.day_of_week = 2; in FixedTime()
65 now_exp.day_of_month = 18; in FixedTime()
66 now_exp.hour = 8; in FixedTime()
67 now_exp.minute = 5; in FixedTime()
68 now_exp.second = 33; in FixedTime()
69 now_exp.millisecond = 675; in FixedTime()
70 return Time::FromLocalExploded(now_exp); in FixedTime()
Dreal_shill_provider_unittest.cc85 Time::Exploded now_exp; in InitTime() local
86 now_exp.year = 2014; in InitTime()
87 now_exp.month = 3; in InitTime()
88 now_exp.day_of_week = 2; in InitTime()
89 now_exp.day_of_month = 18; in InitTime()
90 now_exp.hour = 8; in InitTime()
91 now_exp.minute = 5; in InitTime()
92 now_exp.second = 33; in InitTime()
93 now_exp.millisecond = 675; in InitTime()
94 return Time::FromLocalExploded(now_exp); in InitTime()
Dreal_updater_provider_unittest.cc49 Time::Exploded now_exp; in FixedTime() local
50 now_exp.year = 2014; in FixedTime()
51 now_exp.month = 3; in FixedTime()
52 now_exp.day_of_week = 2; in FixedTime()
53 now_exp.day_of_month = 18; in FixedTime()
54 now_exp.hour = 8; in FixedTime()
55 now_exp.minute = 5; in FixedTime()
56 now_exp.second = 33; in FixedTime()
57 now_exp.millisecond = 675; in FixedTime()
58 return Time::FromLocalExploded(now_exp); in FixedTime()