| /base/update/updateservice/services/core/ability/utils/include/ |
| D | time_utils.h | 35 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/ |
| D | time_service_notify.cpp | 39 auto currentTime = std::chrono::steady_clock::now().time_since_epoch().count(); in RepublishEvents() local 86 auto currentTime = std::chrono::steady_clock::now().time_since_epoch().count(); in PublishTimerTriggerEvents() local
|
| D | time_tick_notify.cpp | 62 auto currentTime = steady_clock::now().time_since_epoch().count(); in Callback() local
|
| /base/time/time_service/test/unittest/service_test/src/ |
| D | time_dfx_test.cpp | 206 struct timeval currentTime {}; struct 237 struct timeval currentTime {}; struct 270 struct timeval currentTime {}; struct
|
| D | time_service_timer_test.cpp | 203 struct timeval currentTime {}; in StartIdleTimer() struct 878 struct timeval currentTime {}; struct 906 struct timeval currentTime {}; struct 933 struct timeval currentTime {}; struct 1057 int64_t currentTime = (timeOfDay.tv_sec + 100) * 1000 + timeOfDay.tv_usec / 1000; variable 1154 struct timeval currentTime { struct 1758 int64_t currentTime = (timeOfDay.tv_sec + 100) * 1000 + timeOfDay.tv_usec / 1000; variable 1833 int64_t currentTime = timeOfDay.tv_sec * 1000 + timeOfDay.tv_usec / 1000; variable 1865 int64_t currentTime = timeOfDay.tv_sec * 1000 + timeOfDay.tv_usec / 1000; variable 1894 int64_t currentTime = timeOfDay.tv_sec * 1000 + timeOfDay.tv_usec / 1000; variable [all …]
|
| D | time_client_test.cpp | 220 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 1158 struct timeval currentTime {}; struct 1205 struct timeval currentTime {}; struct
|
| D | time_service_time_test.cpp | 200 struct timeval currentTime { struct 241 struct timeval currentTime { struct 263 struct timeval currentTime { struct
|
| /base/telephony/call_manager/services/call/src/ |
| D | call_wired_headset.cpp | 129 time_t currentTime = GetCurrentTimeMS(); in DealKeyMutePressedUp() local 147 time_t currentTime = GetCurrentTimeMS(); in DealKeyMutePressedDown() local
|
| /base/hiviewdfx/hiview/plugins/unified_collector/task/ |
| D | dump_trace_controller.cpp | 43 …uint64_t currentTime = TimeUtil::GetBootTimeMs() / static_cast<uint64_t>(TimeUtil::SEC_TO_MILLISEC… in IsTimeOver() local
|
| /base/inputmethod/imf/common/src/ |
| D | inputmethod_sysevent.cpp | 113 auto currentTime = std::chrono::steady_clock::now(); in OperateSoftkeyboardBehaviour() local 133 auto currentTime = std::chrono::steady_clock::now(); in ReportImeState() local
|
| /base/notification/distributed_notification_service/services/ans/src/notification_extension/ |
| D | distributed_collaboration_service.cpp | 68 int64_t currentTime = GetCurrentTime(); in CheckCollaborativePublish() local
|
| /base/telephony/call_manager/frameworks/native/src/ |
| D | native_call_manager_hisysevent.cpp | 40 time_t currentTime = time(0); in WriteVoipCallEvent() local
|
| /base/hiviewdfx/hiview/plugins/event_store/event_export/task/expire/ |
| D | event_scan_handler.cpp | 51 … auto currentTime = static_cast<int64_t>(TimeUtil::GetMilliseconds() / TimeUtil::SEC_TO_MILLISEC); in GetExpiredFileNames() local
|
| /base/web/webview/ohos_adapter/flowbuffer_adapter/src/ |
| D | flowbuffer_adapter_impl.cpp | 48 auto currentTime = std::chrono::system_clock::now().time_since_epoch(); in NeedReportScene() local
|
| /base/global/i18n/frameworks/intl/timezone/src/ |
| D | zone_rules.cpp | 63 UDate currentTime = static_cast<double>(millis.count()); in NextTransition() local
|
| /base/telephony/cellular_data/services/src/state_machine/ |
| D | activating.cpp | 146 int64_t currentTime = in ProcessConnectTimeout() local
|
| /base/web/webview/test/fuzztest/ohos_adapter/media_adapter/playerframeworkadapterimpl_fuzzer/ |
| D | playerframeworkadapterimpl_fuzzer.cpp | 48 int32_t currentTime = dataProvider.ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER); in PlayerFrameworkAdapterImpl_fuzzerFuzzTest() local
|
| /base/theme/screenlock_mgr/services/src/ |
| D | strongauthmanager.cpp | 267 int64_t currentTime = MiscServices::TimeServiceClient::GetInstance()->GetBootTimeMs(); in StartStrongAuthTimer() local 286 int64_t currentTime = MiscServices::TimeServiceClient::GetInstance()->GetBootTimeMs(); in ResetStrongAuthTimer() local 314 int64_t currentTime = MiscServices::TimeServiceClient::GetInstance()->GetBootTimeMs(); in GetStrongAuthTriggerPeriod() local
|
| /base/powermgr/display_manager/brightness_manager/src/ |
| D | light_lux_manager.cpp | 46 int64_t currentTime = GetCurrentTimeMillis(); in SetLux() local 316 int64_t currentTime = GetCurrentTimeMillis(); in IsNeedUpdateBrightness() local
|
| /base/powermgr/powermgr_lite/services/src/screensaver/small/ |
| D | screen_saver_handler.cpp | 178 int64_t currentTime = GetCurrentTimeMsec(CLOCK_MONOTONIC); in OnRawEvent() local
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
| D | ark_player_adapter_impl.cpp | 78 int32_t ArkPlayerAdapterImpl::GetCurrentTime(int32_t& currentTime) in GetCurrentTime()
|
| /base/update/updateservice/services/core/ability/alarm/src/ |
| D | alarm_timer_utils.cpp | 69 int64_t currentTime = TimeUtils::GetTimestamp(); in RegisterAlarm() local
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| D | ark_player_adapter_wrapper.cpp | 79 int32_t ArkPlayerAdapterWrapper::GetCurrentTime(int32_t& currentTime) in GetCurrentTime()
|
| /base/hiviewdfx/faultloggerd/frameworks/localhandler/ |
| D | dfx_crash_local_handler.cpp | 118 uint64_t currentTime = request->timeStamp; in PrintTimeStamp() local
|
| /base/hiviewdfx/hitrace/utils/ |
| D | trace_file_utils.cpp | 235 time_t currentTime = time(nullptr); in GenerateTraceFileName() local 309 uint64_t currentTime = static_cast<uint64_t>(std::time(nullptr)); in ClearCacheTraceFileByDuration() local
|