Searched refs:bootTime (Results 1 – 4 of 4) sorted by relevance
48 auto bootTime = GetBootTime(); in Create() local49 if (bootTime < (monotonicTime + TIME_ERROR)) { in Create()50 bootTime = monotonicTime; in Create()53 event->Update(KEY_OF_POWER, bootTime); in Create()
106 int64_t bootTime = timer->GetBootTimeMs(); in UpdateTimeInfo() local107 if (bootTime < 0) { in UpdateTimeInfo()112 (static_cast<uint64_t>(bootTime) - firstRealTimeInMilliSeconds_))); in UpdateTimeInfo()
64 int64_t bootTime = currentTime - bootSeconds; in GetSystemBootDuration() local66 std::to_string(bootSeconds).c_str(), GetPrintTimeStr(bootTime).c_str()); in GetSystemBootDuration()
118 int64_t bootTime = GetActiveTimeMs(StatsUtils::STATS_TYPE_CPU_SUSPEND); in DumpInfo() local121 .append(ToString(bootTime)) in DumpInfo()