Home
last modified time | relevance | path

Searched refs:bootTime (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/usage_event_report/service/factory/
Dsys_usage_event_factory.cpp48 auto bootTime = GetBootTime(); in Create() local
49 if (bootTime < (monotonicTime + TIME_ERROR)) { in Create()
50 bootTime = monotonicTime; in Create()
53 event->Update(KEY_OF_POWER, bootTime); in Create()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_timer.cpp106 int64_t bootTime = timer->GetBootTimeMs(); in UpdateTimeInfo() local
107 if (bootTime < 0) { in UpdateTimeInfo()
112 (static_cast<uint64_t>(bootTime) - firstRealTimeInMilliSeconds_))); in UpdateTimeInfo()
/base/update/updateservice/services/core/ability/utils/include/
Dtime_utils.h64 int64_t bootTime = currentTime - bootSeconds; in GetSystemBootDuration() local
66 std::to_string(bootSeconds).c_str(), GetPrintTimeStr(bootTime).c_str()); in GetSystemBootDuration()
/base/powermgr/battery_statistics/services/native/src/entities/
Didle_entity.cpp118 int64_t bootTime = GetActiveTimeMs(StatsUtils::STATS_TYPE_CPU_SUSPEND); in DumpInfo() local
121 .append(ToString(bootTime)) in DumpInfo()