Home
last modified time | relevance | path

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

123

/base/update/updateservice/services/core/ability/utils/include/
Dtime_utils.h35 time_t currentTime = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in GetTimestamp() local
74 int64_t currentTime = GetTimestamp(); in GetSystemBootDuration() local
/base/time/time_service/services/time/src/
Dtime_service_notify.cpp39 auto currentTime = std::chrono::steady_clock::now().time_since_epoch().count(); in RepublishEvents() local
82 auto currentTime = std::chrono::steady_clock::now().time_since_epoch().count(); in PublishTimerTriggerEvents() local
Dtime_tick_notify.cpp63 auto currentTime = steady_clock::now().time_since_epoch().count(); in Callback() local
/base/time/time_service/test/unittest/service_test/src/
Dtime_dfx_test.cpp206 struct timeval currentTime {}; struct
237 struct timeval currentTime {}; struct
270 struct timeval currentTime {}; struct
Dtime_client_test.cpp220 struct timeval currentTime {}; struct
259 struct timeval currentTime {}; struct
521 int64_t currentTime = (timeOfDay.tv_sec + 100) * 1000 + timeOfDay.tv_usec / 1000; variable
565 int64_t currentTime = (timeOfDay.tv_sec + 100) * 1000 + timeOfDay.tv_usec / 1000; variable
1159 struct timeval currentTime {}; struct
1206 struct timeval currentTime {}; struct
Dtime_service_test.cpp201 struct timeval currentTime {}; in StartIdleTimer() struct
427 struct timeval currentTime {}; struct
456 struct timeval currentTime {}; struct
484 struct timeval currentTime {}; struct
504 struct timeval currentTime { struct
545 struct timeval currentTime { struct
818 int64_t currentTime = (timeOfDay.tv_sec + 100) * 1000 + timeOfDay.tv_usec / 1000; variable
915 struct timeval currentTime { struct
/base/telephony/call_manager/services/call/src/
Dcall_wired_headset.cpp125 time_t currentTime = GetCurrentTimeMS(); in DealKeyMutePressedUp() local
143 time_t currentTime = GetCurrentTimeMS(); in DealKeyMutePressedDown() local
/base/telephony/call_manager/frameworks/native/src/
Dnative_call_manager_hisysevent.cpp40 time_t currentTime = time(0); in WriteVoipCallEvent() local
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/expire/
Devent_scan_handler.cpp51 … auto currentTime = static_cast<int64_t>(TimeUtil::GetMilliseconds() / TimeUtil::SEC_TO_MILLISEC); in GetExpiredFileNames() local
/base/web/webview/ohos_adapter/flowbuffer_adapter/src/
Dflowbuffer_adapter_impl.cpp48 auto currentTime = std::chrono::system_clock::now().time_since_epoch(); in NeedReportScene() local
/base/theme/screenlock_mgr/services/src/
Dstrongauthmanager.cpp206 int64_t currentTime = MiscServices::TimeServiceClient::GetInstance()->GetBootTimeMs(); in StartStrongAuthTimer() local
219 int64_t currentTime = MiscServices::TimeServiceClient::GetInstance()->GetBootTimeMs(); in ResetStrongAuthTimer() local
/base/telephony/cellular_data/services/src/state_machine/
Dactivating.cpp146 int64_t currentTime = in ProcessConnectTimeout() local
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/playerframeworkadapterimpl_fuzzer/
Dplayerframeworkadapterimpl_fuzzer.cpp48 int32_t currentTime = dataProvider.ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in PlayerFrameworkAdapterImpl_fuzzerFuzzTest() local
/base/powermgr/display_manager/brightness_manager/src/
Dlight_lux_manager.cpp48 int64_t currentTime = GetCurrentTimeMillis(); in SetLux() local
318 int64_t currentTime = GetCurrentTimeMillis(); in IsNeedUpdateBrightness() local
/base/powermgr/powermgr_lite/services/src/screensaver/small/
Dscreen_saver_handler.cpp178 int64_t currentTime = GetCurrentTimeMsec(CLOCK_MONOTONIC); in OnRawEvent() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_player_adapter_impl.cpp78 int32_t ArkPlayerAdapterImpl::GetCurrentTime(int32_t& currentTime) in GetCurrentTime()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_player_adapter_wrapper.cpp79 int32_t ArkPlayerAdapterWrapper::GetCurrentTime(int32_t& currentTime) in GetCurrentTime()
/base/update/updateservice/services/core/ability/alarm/src/
Dalarm_timer_utils.cpp69 int64_t currentTime = TimeUtils::GetTimestamp(); in RegisterAlarm() local
/base/hiviewdfx/faultloggerd/frameworks/localhandler/
Ddfx_crash_local_handler.cpp118 uint64_t currentTime = request->timeStamp; in PrintTimeStamp() local
/base/hiviewdfx/hitrace/utils/
Dtrace_file_utils.cpp175 time_t currentTime = time(nullptr); in GenerateTraceFileName() local
300 uint64_t currentTime = static_cast<uint64_t>(std::time(nullptr)); in ClearCacheTraceFileByDuration() local
/base/print/print_fwk/services/print_service/src/
Dvendor_driver_base.cpp74 uint64_t currentTime = GetNowTime(); in UpdateAllPrinterStatus() local
/base/time/time_service/services/timer/src/
Dtimer_info.cpp78 std::chrono::milliseconds currentTime; in UpdateWhenElapsedFromNow() local
/base/hiviewdfx/hidumper/test/scripts/testModule/
Dutils.py169 def JudgeHisyseventReport(command, output, hidumperTmpCmd, currentTime, lastWriteDay): argument
/base/hiviewdfx/hiview/base/utility/
Dtime_util.cpp79 struct timeval currentTime; in GetTimeZone() local
/base/location/services/location_network/network/source/
Dnetwork_ability_skeleton.cpp122 std::string currentTime = std::to_string(CommonUtils::GetCurrentTimeStamp()); in OnRemoteRequest() local

123