/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | FileRotatorTest.java | 77 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 D | PipTouchStateTest.java | 67 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 D | post_event_manager_test_ng.cpp | 121 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 D | hgm_energy_consumption_policy_test.cpp | 133 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 D | app_mgr_event.cpp | 91 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 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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | time_util.cpp | 61 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 D | TimeAnimator.java | 40 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 D | net_stats_history_test.cpp | 64 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 D | cycle_task.cpp | 70 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 D | time_dfx_test.cpp | 203 struct timeval currentTime {}; struct 234 struct timeval currentTime {}; struct 267 struct timeval currentTime {}; struct 299 struct timeval currentTime {}; struct
|
H A D | time_service_test.cpp | 193 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 D | device_timed_collect_tool.h | 65 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 D | anr_manager_test.cpp | 169 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 D | uds_session_test.cpp | 208 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 D | MockClock.java | 25 public long currentTime; field in MockClock
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/ |
H A D | MockClock.java | 27 public long currentTime; field in MockClock
|
H A D | BatteryUsageStatsRule.java | 67 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 D | hal_tick.cpp | 50 uint32_t currentTime = GetTime(); in GetElapseTime() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | volume_ramp.cpp | 82 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 D | rs_common_tools_test.cpp | 46 std::string currentTime = CommonTools::GetLocalTime(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_processor.cpp | 80 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 D | device_timed_collect.cpp | 65 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 D | multistages_capture_dfx_trigger_ratio.cpp | 61 int64_t currentTime = MediaFileUtils::UTCTimeMilliSeconds(); in ShouldReport() local
|
/ohos5.0/foundation/ai/ai_engine/test/performance/reliability/aie_client/ |
H A D | aie_client_reliability_test.cpp | 147 time_t currentTime = GetCurTimeSec(); variable 220 time_t currentTime = GetCurTimeSec(); variable
|