/base/update/updateservice/services/core/ability/utils/include/ |
D | time_utils.h | 34 time_t currentTime = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in GetTimestamp() local 63 int64_t currentTime = GetTimestamp(); in GetSystemBootDuration() local
|
/base/time/time_service/test/unittest/service_test/src/ |
D | time_service_test.cpp | 165 struct timeval currentTime {}; in StartIdleTimer() struct 264 struct timeval currentTime {}; struct 293 struct timeval currentTime {}; struct 322 struct timeval currentTime {}; struct 341 struct timeval currentTime { struct 382 struct timeval currentTime { struct 655 int64_t currentTime = (timeOfDay.tv_sec + 100) * 1000 + timeOfDay.tv_usec / 1000; variable
|
D | time_client_test.cpp | 151 struct timeval currentTime {}; struct 192 struct timeval currentTime {}; struct 464 int64_t currentTime = (timeOfDay.tv_sec + 100) * 1000 + timeOfDay.tv_usec / 1000; variable 511 int64_t currentTime = (timeOfDay.tv_sec + 100) * 1000 + timeOfDay.tv_usec / 1000; variable
|
D | time_dfx_test.cpp | 206 struct timeval currentTime {}; struct
|
/base/update/updateservice/services/core/ability/alarm/src/ |
D | alarm_manager.cpp | 42 int64_t currentTime = TimeUtils::GetTimestamp(); in StartTimeLooper() local
|
/base/time/time_service/services/time/src/ |
D | time_service_notify.cpp | 33 auto currentTime = std::chrono::steady_clock::now().time_since_epoch().count(); in RepublishEvents() local
|
D | time_tick_notify.cpp | 76 auto currentTime = steady_clock::now().time_since_epoch().count(); in Callback() local
|
D | ntp_update_time.cpp | 187 int64_t currentTime = NtpTrustedTime::GetInstance().CurrentTimeMillis(); in SetSystemTime() local
|
/base/time/time_service/services/timer/src/ |
D | timer_info.cpp | 72 std::chrono::milliseconds currentTime; in UpdateWhenElapsed() local
|
D | timer_manager.cpp | 751 std::chrono::milliseconds currentTime; in AdjustDeliveryTimeBasedOnDeviceIdle() local
|
/base/powermgr/powermgr_lite/services/src/screensaver/small/ |
D | screen_saver_handler.cpp | 173 int64_t currentTime = GetCurrentTimeMsec(CLOCK_MONOTONIC); in OnRawEvent() local
|
/base/hiviewdfx/hiview/base/utility/ |
D | time_util.cpp | 74 struct timeval currentTime; in GetTimeZone() local
|
/base/web/webview/ohos_adapter/media_adapter/src/ |
D | player_framework_adapter_impl.cpp | 269 int32_t PlayerAdapterImpl::GetCurrentTime(int32_t& currentTime) in GetCurrentTime()
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
D | hisysevent_adapter_native_test.cpp | 259 int64_t currentTime = static_cast<int64_t>(GetMilliseconds()); variable 389 int64_t currentTime = static_cast<int64_t>(GetMilliseconds()); variable
|
/base/powermgr/battery_manager/charger/src/ |
D | charger_thread.cpp | 132 int64_t currentTime = GetCurrentTime(); in UpdateWaitInterval() local
|
/base/time/time_service/services/ |
D | time_system_ability.cpp | 352 int64_t currentTime = 0; in SetRealTime() local 584 int64_t currentTime = 0; in SetTimeZone() local
|
/base/telephony/sms_mms/frameworks/native/mms/src/ |
D | mms_body_part.cpp | 413 time_t currentTime = time(nullptr); in DecodeSetFileName() local
|
/base/telephony/sms_mms/services/sms/ |
D | sms_receive_reliability_handler.cpp | 73 int64_t currentTime = time(&timep); in DeleteExpireSmsFromDB() local
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
D | dfx_dump_catcher.cpp | 381 time_t currentTime = time(nullptr); in DumpCatchMultiPid() local
|
/base/hiviewdfx/faultloggerd/services/ |
D | fault_logger_daemon.cpp | 516 time_t currentTime = static_cast<time_t>(time(nullptr)); in RemoveTempFileIfNeed() local
|
/base/hiviewdfx/hidumper/frameworks/native/src/manager/ |
D | dump_implement.cpp | 291 char currentTime[84] = {0}; in GetTime() local
|
/base/hiviewdfx/hiview/plugins/eventlogger/ |
D | event_logger.cpp | 223 int64_t currentTime = GetSystemBootTime(); in GetHitraceName() local
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
D | sys_event_service_ohos.cpp | 536 int64_t currentTime = static_cast<int64_t>(TimeUtil::GetMilliseconds()); in Export() local
|
/base/powermgr/display_manager/service/native/src/ |
D | display_power_mgr_service.cpp | 623 time_t currentTime = time(0); in IsChangedLux() local
|
/base/update/updater/utils/ |
D | utils.cpp | 418 auto currentTime = std::chrono::system_clock::to_time_t(sysTime); in CompressLogs() local
|