Home
last modified time | relevance | path

Searched defs:currentTime (Results 1 – 25 of 26) sorted by relevance

12

/base/update/updateservice/services/core/ability/utils/include/
Dtime_utils.h34 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/
Dtime_service_test.cpp165 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
Dtime_client_test.cpp151 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
Dtime_dfx_test.cpp206 struct timeval currentTime {}; struct
/base/update/updateservice/services/core/ability/alarm/src/
Dalarm_manager.cpp42 int64_t currentTime = TimeUtils::GetTimestamp(); in StartTimeLooper() local
/base/time/time_service/services/time/src/
Dtime_service_notify.cpp33 auto currentTime = std::chrono::steady_clock::now().time_since_epoch().count(); in RepublishEvents() local
Dtime_tick_notify.cpp76 auto currentTime = steady_clock::now().time_since_epoch().count(); in Callback() local
Dntp_update_time.cpp187 int64_t currentTime = NtpTrustedTime::GetInstance().CurrentTimeMillis(); in SetSystemTime() local
/base/time/time_service/services/timer/src/
Dtimer_info.cpp72 std::chrono::milliseconds currentTime; in UpdateWhenElapsed() local
Dtimer_manager.cpp751 std::chrono::milliseconds currentTime; in AdjustDeliveryTimeBasedOnDeviceIdle() local
/base/powermgr/powermgr_lite/services/src/screensaver/small/
Dscreen_saver_handler.cpp173 int64_t currentTime = GetCurrentTimeMsec(CLOCK_MONOTONIC); in OnRawEvent() local
/base/hiviewdfx/hiview/base/utility/
Dtime_util.cpp74 struct timeval currentTime; in GetTimeZone() local
/base/web/webview/ohos_adapter/media_adapter/src/
Dplayer_framework_adapter_impl.cpp269 int32_t PlayerAdapterImpl::GetCurrentTime(int32_t& currentTime) in GetCurrentTime()
/base/hiviewdfx/hisysevent/test/moduletest/common/
Dhisysevent_adapter_native_test.cpp259 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/
Dcharger_thread.cpp132 int64_t currentTime = GetCurrentTime(); in UpdateWaitInterval() local
/base/time/time_service/services/
Dtime_system_ability.cpp352 int64_t currentTime = 0; in SetRealTime() local
584 int64_t currentTime = 0; in SetTimeZone() local
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body_part.cpp413 time_t currentTime = time(nullptr); in DecodeSetFileName() local
/base/telephony/sms_mms/services/sms/
Dsms_receive_reliability_handler.cpp73 int64_t currentTime = time(&timep); in DeleteExpireSmsFromDB() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp381 time_t currentTime = time(nullptr); in DumpCatchMultiPid() local
/base/hiviewdfx/faultloggerd/services/
Dfault_logger_daemon.cpp516 time_t currentTime = static_cast<time_t>(time(nullptr)); in RemoveTempFileIfNeed() local
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
Ddump_implement.cpp291 char currentTime[84] = {0}; in GetTime() local
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp223 int64_t currentTime = GetSystemBootTime(); in GetHitraceName() local
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dsys_event_service_ohos.cpp536 int64_t currentTime = static_cast<int64_t>(TimeUtil::GetMilliseconds()); in Export() local
/base/powermgr/display_manager/service/native/src/
Ddisplay_power_mgr_service.cpp623 time_t currentTime = time(0); in IsChangedLux() local
/base/update/updater/utils/
Dutils.cpp418 auto currentTime = std::chrono::system_clock::to_time_t(sysTime); in CompressLogs() local

12