Home
last modified time | relevance | path

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

12345678910>>...16

/aosp12/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
/aosp12/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
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAlarm.java45 long currentTime = SystemClock.uptimeMillis(); in setAlarm() local
69 long currentTime = SystemClock.uptimeMillis(); in run() 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
/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/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
/aosp12/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/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
/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
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
H A DAirplaneModeStats.java77 long currentTime = SystemClock.elapsedRealtime(); in onAirplaneModeChanged() local
92 private boolean calculateShortToggle(long currentTime, boolean isAirplaneModeOn) { in calculateShortToggle()
/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/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/util/socket/test/
H A Duds_session_test.cpp208 auto currentTime = GetSysClockTime(); variable
235 auto currentTime = GetSysClockTime(); variable
256 int64_t currentTime = GetSysClockTime(); variable
/aosp12/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dtime_keeper.cpp32 /* static */ void TimeKeeper::startTestModeWithForceCurrentTime(const int currentTime) { in startTestModeWithForceCurrentTime()
/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()
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DIoOveruseMonitorTest.cpp328 time_t currentTime = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in TEST_F() local
481 time_t currentTime = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in TEST_F() local
546 time_t currentTime = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in TEST_F() local
581 time_t currentTime = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in TEST_F() local
626 time_t currentTime = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in TEST_F() local
748 time_t currentTime = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in TEST_F() local
808 time_t currentTime = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in TEST_F() local
967 time_t currentTime = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in TEST_F() local
1091 time_t currentTime = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); in TEST_F() local
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DMockClocks.java25 public long currentTime; field in MockClocks
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dhal_tick.cpp50 uint32_t currentTime = GetTime(); in GetElapseTime() local
/aosp12/hardware/st/secure_element/ese-spi-driver/
H A DSpiLayerComm.cc67 struct timeval currentTime; in SpiLayerComm_waitForAtpLength() local
236 struct timeval currentTime; in SpiLayerComm_waitForResponse() local
H A DSpiLayerDriver.cc111 struct timeval currentTime; in SpiLayerDriver_read() local
180 struct timeval currentTime; in SpiLayerDriver_write() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/
H A DMediaDataManagerTest.kt353 val currentTime = clock.elapsedRealtime() regex
507 val currentTime = clock.elapsedRealtime() regex
525 val currentTime = clock.elapsedRealtime() regex
549 val currentTime = clock.elapsedRealtime() regex
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/privacy/
H A DRecentlyAccessedByUtils.java53 long currentTime = System.currentTimeMillis(); in getAppList() local
88 private static App getRecentRequestFromOps(PackageManager packageManager, long currentTime, in getRecentRequestFromOps()

12345678910>>...16