/system/update_engine/update_manager/ |
D | update_time_restrictions_monitor.cc | 51 WeeklyTime Now() { in Now() function 91 FindNextNearestInterval(restricted_time_intervals, Now()); in WaitForRestrictedIntervalStarts() 99 current_interval->InRange(Now()) in WaitForRestrictedIntervalStarts() 101 : Now().GetDurationTo(current_interval->start()); in WaitForRestrictedIntervalStarts()
|
D | update_time_restrictions_monitor_unittest.cc | 97 const WeeklyTime now = WeeklyTime::FromTime(test_clock_.Now()); in AdvanceAfterTimestamp() 101 FakeSystemState::Get()->fake_clock()->SetWallclockTime(test_clock_.Now()); in AdvanceAfterTimestamp()
|
/system/core/fs_mgr/libsnapshot/ |
D | utility.h | 125 struct Now {}; struct 126 std::ostream& operator<<(std::ostream& os, const Now&);
|
D | utility.cpp | 164 std::ostream& operator<<(std::ostream& os, const Now&) { in operator <<() argument
|
/system/update_engine/common/ |
D | clock.cc | 24 return base::Time::Now(); in GetWallclockTime()
|
/system/update_engine/cros/ |
D | omaha_request_action_unittest.cc | 1094 FakeSystemState::Get()->fake_clock()->SetWallclockTime(Time::Now()); in TEST_F() 1110 FakeSystemState::Get()->fake_clock()->SetWallclockTime(Time::Now()); in TEST_F() 1152 FakeSystemState::Get()->fake_clock()->SetWallclockTime(Time::Now()); in TEST_F() 1169 FakeSystemState::Get()->fake_clock()->SetWallclockTime(Time::Now()); in TEST_F() 1190 FakeSystemState::Get()->fake_clock()->SetWallclockTime(Time::Now()); in TEST_F() 1205 FakeSystemState::Get()->fake_clock()->SetWallclockTime(Time::Now()); in TEST_F() 1229 FakeSystemState::Get()->fake_clock()->SetWallclockTime(Time::Now()); in TEST_F() 1245 FakeSystemState::Get()->fake_clock()->SetWallclockTime(Time::Now()); in TEST_F() 1927 (Time::Now() - TimeDelta::FromHours(5 * 24 + 13)).ToInternalValue(); in PingTest() 1929 (Time::Now() - TimeDelta::FromHours(6 * 24 + 11)).ToInternalValue(); in PingTest() [all …]
|
D | payload_state.cc | 443 if (backoff_expiry_time_ < Time::Now()) { in ShouldBackoffDownload() 570 SetBackoffExpiryTime(Time::Now() + next_backoff_interval); in UpdateBackoffExpiryTime() 1011 if (stored_time > Time::Now() + TimeDelta::FromDays(kMaxBackoffDays)) { in LoadBackoffExpiryTime()
|
D | update_attempter.cc | 1384 TimeTicks::Now() - last_notify_time_ >= in ProgressUpdate() 1485 last_notify_time_ = TimeTicks::Now(); in BroadcastStatus()
|
D | omaha_request_action.cc | 362 days = (Time::Now() - Time::FromInternalValue(last_ping)).InDays(); in CalculatePingDays() 588 Time daystart = Time::Now() - TimeDelta::FromSeconds(elapsed_seconds); in UpdateLastPingDays()
|
D | payload_state_unittest.cc | 718 Time expected_min_time = Time::Now() + expected_days - max_fuzz_delta; in CheckPayloadBackoffState() 719 Time expected_max_time = Time::Now() + expected_days + max_fuzz_delta; in CheckPayloadBackoffState()
|
D | update_attempter_unittest.cc | 1930 Time update_first_seen_at = Time::Now(); in TEST_F() 1955 Time update_first_seen_at = Time::Now(); in TEST_F()
|
/system/security/keystore-engine/ |
D | Android.bp | 52 // Now That Keystore 2.0 has a vintf stable interface this library is
|
/system/bt/stack/btm/ |
D | btm_ble_multi_adv.cc | 665 if (enable) p_inst->enable_time = TimeTicks::Now(); in EnableFinish() 915 RecomputeTimeout(&inst, TimeTicks::Now()); in Suspend() 974 RecomputeTimeout(p_inst, TimeTicks::Now()); in OnAdvertisingSetTerminated() 1080 TimeTicks start = TimeTicks::Now(); in testRecomputeTimeout1() 1100 TimeTicks start = TimeTicks::Now(); in testRecomputeTimeout2() 1123 TimeTicks start = TimeTicks::Now(); in testRecomputeTimeout3()
|
/system/update_engine/payload_consumer/ |
D | delta_performer.cc | 168 base::TimeTicks curr_time = base::TimeTicks::Now(); in UpdateOverallProgress() 397 (base::TimeTicks::Now() - _start_time), \ 548 base::TimeTicks op_start_time = base::TimeTicks::Now(); in Write() 1397 base::TimeTicks curr_time = base::TimeTicks::Now(); in ShouldCheckpoint()
|
/system/unwinding/libunwindstack/ |
D | AndroidVersions.md | 46 the appropriate FDE for a given pc. Now the code does a sequential read 105 header that has a zero p\_offset value. Now it is set from the first
|
/system/update_engine/payload_generator/ |
D | delta_diff_utils.cc | 205 base::TimeTicks start = base::TimeTicks::Now(); in Run() 232 << " blocks) in " << (base::TimeTicks::Now() - start); in Run()
|
/system/update_engine/aosp/ |
D | update_attempter_android.cc | 667 TimeTicks::Now() - last_notify_time_ >= in ProgressUpdate() 742 last_notify_time_ = TimeTicks::Now(); in SetStatusAndNotify()
|
/system/chre/doc/ |
D | framework_overview.md | 131 6. Now, within the context of the CHRE thread, once the event loop pops this
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 359 Now run fuzzy_fastboot with the supplied configuration file. If you do "--gtest_list_tests", 373 You're done :). Now you can be more confident that your implementation is sound, and
|
/system/core/rootdir/ |
D | init.rc | 485 # Now we can mount /data. File encryption requires keymaster to decrypt 495 # Now we can start zygote for devices with file based encryption 668 # Now that /data is mounted and we have created /data/misc/keystore,
|