Home
last modified time | relevance | path

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

/aosp12/system/update_engine/update_manager/
H A Dreal_time_provider_unittest.cc46 Time::Exploded now_exp; in CurrTime() local
47 now_exp.year = 2014; in CurrTime()
48 now_exp.month = 3; in CurrTime()
49 now_exp.day_of_week = 2; in CurrTime()
50 now_exp.day_of_month = 18; in CurrTime()
51 now_exp.hour = 8; in CurrTime()
52 now_exp.minute = 5; in CurrTime()
53 now_exp.second = 33; in CurrTime()
54 now_exp.millisecond = 675; in CurrTime()
56 ignore_result(Time::FromLocalExploded(now_exp, &time)); in CurrTime()
H A Dreal_time_provider.cc42 Time::Exploded now_exp; in GetValue() local
43 SystemState::Get()->clock()->GetWallclockTime().LocalExplode(&now_exp); in GetValue()
44 now_exp.hour = now_exp.minute = now_exp.second = now_exp.millisecond = 0; in GetValue()
46 bool success = Time::FromLocalExploded(now_exp, now); in GetValue()
H A Dupdate_manager_unittest.cc62 Time::Exploded now_exp; in FixedTime() local
63 now_exp.year = 2014; in FixedTime()
64 now_exp.month = 3; in FixedTime()
65 now_exp.day_of_week = 2; in FixedTime()
66 now_exp.day_of_month = 18; in FixedTime()
67 now_exp.hour = 8; in FixedTime()
68 now_exp.minute = 5; in FixedTime()
69 now_exp.second = 33; in FixedTime()
70 now_exp.millisecond = 675; in FixedTime()
72 ignore_result(Time::FromLocalExploded(now_exp, &time)); in FixedTime()
H A Dreal_shill_provider_unittest.cc86 Time::Exploded now_exp; in InitTime() local
87 now_exp.year = 2014; in InitTime()
88 now_exp.month = 3; in InitTime()
89 now_exp.day_of_week = 2; in InitTime()
90 now_exp.day_of_month = 18; in InitTime()
91 now_exp.hour = 8; in InitTime()
92 now_exp.minute = 5; in InitTime()
93 now_exp.second = 33; in InitTime()
94 now_exp.millisecond = 675; in InitTime()
96 ignore_result(Time::FromLocalExploded(now_exp, &time)); in InitTime()
H A Dreal_updater_provider_unittest.cc48 Time::Exploded now_exp; in FixedTime() local
49 now_exp.year = 2014; in FixedTime()
50 now_exp.month = 3; in FixedTime()
51 now_exp.day_of_week = 2; in FixedTime()
52 now_exp.day_of_month = 18; in FixedTime()
53 now_exp.hour = 8; in FixedTime()
54 now_exp.minute = 5; in FixedTime()
55 now_exp.second = 33; in FixedTime()
56 now_exp.millisecond = 675; in FixedTime()
58 ignore_result(Time::FromLocalExploded(now_exp, &time)); in FixedTime()