Home
last modified time | relevance | path

Searched defs:currentTime (Results 201 – 225 of 279) sorted by relevance

12345678910>>...12

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp624 time_t currentTime = time(nullptr); in DumpCatchMultiPid() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp455 Timestamp currentTime = storageHandle_->GetCurrentTimestamp(); in GetLocalCloudVersion() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dwifi_controller_state_machine.cpp1069 int64_t currentTime = MiscServices::TimeServiceClient::GetInstance()->GetBootTimeMs(); in StartSoftapCloseTimer() local
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp580 auto currentTime = std::chrono::steady_clock::now(); in GetDefaultDisplaySync() local
620 auto currentTime = std::chrono::steady_clock::now(); in GetDisplayById() local
2120 auto currentTime = std::chrono::steady_clock::now(); in GetPrimaryDisplaySync() local
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp1142 std::chrono::milliseconds currentTime; in AdjustDeliveryTimeBasedOnDeviceIdle() local
1341 auto currentTime = duration_cast<nanoseconds>(GetBootTimeNs().time_since_epoch()).count(); in HandleRunningLock() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp1823 int64_t currentTime = std::chrono::duration_cast<std::chrono::nanoseconds>( in SkipFrameByInterval() local
1840 int64_t currentTime = RSMainThread::Instance()->GetCurrentVsyncTime(); in SkipFrameByRefreshRate() local
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_service.cpp477 std::string currentTime; in GetCurrentTime() local
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_panel.cpp247 …int64_t currentTime = duration_cast<microseconds>(currentInfo.timestamp.time_since_epoch()).count(… in PrintEditorQueueInfoIfTimeout() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_mock.cpp542 int32_t PlayerMock::GetCurrentTime(int32_t &currentTime) in GetCurrentTime()
/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/
H A Ddisplay_power_mgr_service.cpp738 time_t currentTime = time(0); in IsChangedLux() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp971 Timestamp currentTime; variable
1738 Timestamp currentTime = TimeHelper::GetSysCurrentTime() + TimeHelper::BASE_OFFSET; variable
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_service_stub.cpp395 int32_t PlayerServiceStub::GetCurrentTime(int32_t &currentTime) in GetCurrentTime()
764 int32_t currentTime = -1; in GetCurrentTime() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drenderer.cpp1009 const auto currentTime = in Tick() local
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability_skeleton.cpp367 std::string currentTime = std::to_string(CommonUtils::GetCurrentTimeStamp()); in OnRemoteRequest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp606 uint64_t currentTime = std::chrono::duration_cast<std::chrono::milliseconds>(now).count(); in MemoryOverCheck() local
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp892 int32_t PlayerServer::GetCurrentTime(int32_t &currentTime) in GetCurrentTime()
1536 int32_t currentTime = -1; in DumpInfo() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBatteryStatsService.java1423 final long currentTime = System.currentTimeMillis(); in noteScreenState() local
2448 final long currentTime = System.currentTimeMillis(); in setBatteryState() local
3223 final long currentTime = System.currentTimeMillis(); in noteCurrentTimeChanged() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H A Dform_pattern_test.cpp262 int64_t currentTime = GetCurrentTimestamp(); variable
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dsub_ext_extension.cpp88 auto currentTime = std::chrono::system_clock::now(); in RefreshTimeInfo() local
/ohos5.0/base/update/updater/utils/
H A Dutils.cpp509 auto currentTime = std::chrono::system_clock::to_time_t(sysTime); in CompressLogs() local
/aosp14/frameworks/base/core/java/android/widget/
H A DOverScroller.java904 final long currentTime = time - mStartTime; in update() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Drenderer_in_server.cpp420 … std::time_t currentTime = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in WriteMuteDataSysEvent() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.cpp742 auto currentTime = std::chrono::steady_clock::now(); in ReadNotifyEvent() local
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp630 int64_t currentTime = 20000000000000; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c1642 static char *HandleSinkSceneType(struct Userdata *u, time_t currentTime, int32_t i) in HandleSinkSceneType()
1664 static char *CheckAndDealEffectZeroVolume(struct Userdata *u, time_t currentTime, int32_t i) in CheckAndDealEffectZeroVolume()
1760 static void CheckAndDealSpeakerPaZeroVolume(struct Userdata *u, time_t currentTime) in CheckAndDealSpeakerPaZeroVolume()
1921 time_t currentTime = time(NULL); in SinkRenderPrimaryProcess() local

12345678910>>...12