Home
last modified time | relevance | path

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

12345678910>>...12

/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DFileRotatorTest.java77 long currentTime = TEST_TIME; in testEmpty() local
93 long currentTime = TEST_TIME; in testCombine() local
114 long currentTime = TEST_TIME; in testRotate() local
146 long currentTime = TEST_TIME; in testDelete() local
176 long currentTime = TEST_TIME; in testThrowRestoresBackup() local
237 long currentTime = TEST_TIME; in testQueryMatch() local
285 long currentTime = TEST_TIME; in testClockRollingBackwards() local
334 long currentTime = TEST_TIME; in testFuzz() local
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/
H A DPipTouchStateTest.java67 final long currentTime = SystemClock.uptimeMillis(); in testDoubleTapLongSingleTap_notDoubleTapAndNotWaiting() local
79 final long currentTime = SystemClock.uptimeMillis(); in testDoubleTapTimeout_timeoutCallbackCalled() local
96 final long currentTime = SystemClock.uptimeMillis(); in testDoubleTapDrag_doubleTapCanceled() local
109 final long currentTime = SystemClock.uptimeMillis(); in testDoubleTap_doubleTapRegistered() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dpost_event_manager_test_ng.cpp121 auto currentTime = GetSysTimestamp(); variable
183 auto currentTime = GetSysTimestamp(); variable
303 auto currentTime = GetSysTimestamp(); variable
342 auto currentTime = GetSysTimestamp(); variable
367 auto currentTime = GetSysTimestamp(); variable
398 auto currentTime = GetSysTimestamp(); variable
429 auto currentTime = GetSysTimestamp(); variable
461 auto currentTime = GetSysTimestamp(); variable
494 auto currentTime = GetSysTimestamp(); variable
527 auto currentTime = GetSysTimestamp(); variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_energy_consumption_policy_test.cpp133 uint64_t currentTime = 1719544264071; variable
147 uint64_t currentTime = 1719544264071; variable
161 uint64_t currentTime = 1719544264071; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_event.cpp91 time_t currentTime = time(nullptr); in SendProcessStartEvent() local
141 time_t currentTime = time(nullptr); in SendProcessStartFailedEvent() local
198 time_t currentTime = time(nullptr); in SendChildProcessStartFailedEvent() local
230 time_t currentTime = time(nullptr); in SendRenderProcessStartFailedEvent() local
/ohos5.0/base/update/updateservice/services/core/ability/utils/include/
H A 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dtime_util.cpp61 struct timeval currentTime; in GetCurrentTimestamp() local
68 struct timeval currentTime; in GetCurrentTimestampMicroSecond() local
91 struct timeval currentTime; in GetTimeOfNow() local
146 struct timeval currentTime; in GetTimeOfZone() local
/aosp14/frameworks/base/core/java/android/animation/
H A DTimeAnimator.java40 boolean animateBasedOnTime(long currentTime) { in animateBasedOnTime()
52 long currentTime = AnimationUtils.currentAnimationTimeMillis(); in setCurrentPlayTime() local
/ohos5.0/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/
H A Dnet_stats_history_test.cpp64 uint64_t currentTime = CommonUtils::GetCurrentSecond(); variable
83 uint64_t currentTime = CommonUtils::GetCurrentSecond(); variable
102 uint64_t currentTime = CommonUtils::GetCurrentSecond(); variable
121 uint64_t currentTime = CommonUtils::GetCurrentSecond(); variable
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/cycle_task/
H A Dcycle_task.cpp70 bool CycleTask::IsEligibleToRun(std::time_t currentTime, std::string bundleName) in IsEligibleToRun()
93 std::time_t currentTime = std::time(nullptr); in RunTask() local
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_dfx_test.cpp203 struct timeval currentTime {}; struct
234 struct timeval currentTime {}; struct
267 struct timeval currentTime {}; struct
299 struct timeval currentTime {}; struct
H A Dtime_service_test.cpp193 struct timeval currentTime {}; in StartIdleTimer() struct
381 struct timeval currentTime {}; struct
410 struct timeval currentTime {}; struct
439 struct timeval currentTime {}; struct
458 struct timeval currentTime { struct
499 struct timeval currentTime { struct
772 int64_t currentTime = (timeOfDay.tv_sec + 100) * 1000 + timeOfDay.tv_usec / 1000; variable
871 struct timeval currentTime { struct
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_timed_collect_tool.h65 time_t currentTime = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in GetTimestamp() local
/ohos5.0/foundation/multimodalinput/input/service/event_handler/test/
H A Danr_manager_test.cpp169 int64_t currentTime = 123456789; variable
185 int64_t currentTime = 123456789; variable
239 int64_t currentTime = 100; variable
261 int64_t currentTime = 100; variable
/ohos5.0/foundation/multimodalinput/input/util/socket/test/
H A Duds_session_test.cpp208 auto currentTime = GetSysClockTime(); variable
235 auto currentTime = GetSysClockTime(); variable
256 int64_t currentTime = GetSysClockTime(); variable
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DMockClock.java25 public long currentTime; field in MockClock
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DMockClock.java27 public long currentTime; field in MockClock
H A DBatteryUsageStatsRule.java67 public BatteryUsageStatsRule(long currentTime) { in BatteryUsageStatsRule()
71 public BatteryUsageStatsRule(long currentTime, File historyDir) { in BatteryUsageStatsRule()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dhal_tick.cpp50 uint32_t currentTime = GetTime(); in GetElapseTime() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Dvolume_ramp.cpp82 int64_t currentTime = GetCurrentTimeMS(); in GetRampVolume() local
94 float VolumeRamp::GetScaledTime(int64_t currentTime) in GetScaledTime()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/
H A Drs_common_tools_test.cpp46 std::string currentTime = CommonTools::GetLocalTime(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_processor.cpp80 auto currentTime = std::chrono::steady_clock::now(); in FrameAwareTraceBoost() local
233 auto currentTime = std::chrono::steady_clock::now(); in MirrorScenePerf() local
264 auto currentTime = std::chrono::steady_clock::now(); in MultiLayersPerf() local
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_timed_collect.cpp65 int64_t currentTime = TimeUtils::GetTimestamp(); in ProcessPersistenceTasks() local
107 int64_t currentTime = TimeUtils::GetTimestamp(); in ProcessPersistenceLoopTask() local
242 int64_t currentTime = TimeUtils::GetTimestamp(); in PostPersistenceDelayTask() local
304 int64_t currentTime = TimeUtils::GetTimestamp(); in PostPersistenceTimedTaskLocked() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/dfx/
H A Dmultistages_capture_dfx_trigger_ratio.cpp61 int64_t currentTime = MediaFileUtils::UTCTimeMilliSeconds(); in ShouldReport() local
/ohos5.0/foundation/ai/ai_engine/test/performance/reliability/aie_client/
H A Daie_client_reliability_test.cpp147 time_t currentTime = GetCurTimeSec(); variable
220 time_t currentTime = GetCurTimeSec(); variable

12345678910>>...12