/test/xts/tools/sample/AppSampleE/entry/src/main/ets/utils/ |
D | DateTimeUtil.ts | 71 concatTime(hours: number, minutes: number, seconds: number): string { 72 return `${this.fill(hours)}${this.fill(minutes)}${this.fill(seconds)}`;
|
/test/xts/tools/sample/AppSampleD/entry/src/main/ets/utils/ |
D | DateTimeUtil.ts | 71 concatTime(hours: number, minutes: number, seconds: number): string { 72 return `${this.fill(hours)}${this.fill(minutes)}${this.fill(seconds)}`;
|
/test/xts/acts/usb/usb_standard/src/main/js/test/ |
D | DateAndTimeUtil.js | 44 const seconds = datetime.getMilliseconds() 45 console.info('now: ' + hours + ':' + minutes + ':' + seconds) 46 var now = this.concatTimeWithSeconds(hours, minutes, seconds);
|
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/ets/test/ |
D | DateTimeUtil.ts | 69 concatTime(hours: number, minutes: number, seconds: number) { 70 return `${this.fill(hours)}${this.fill(minutes)}${this.fill(seconds)}`
|
/test/xts/acts/validator/acts_validator/src/main/ets/pages/model/ |
D | DateTimeUtil.ts | 85 concatTime(hours: number, minutes: number, seconds: number) { 86 return `${this.fill(hours)}${this.fill(minutes)}${this.fill(seconds)}`
|
/test/xts/tools/lite/reliability/ |
D | NativePressTest.py | 115 while (now - start).seconds < int(testTime): 116 print("Now is " + str((now - start).seconds))
|
D | RebootPressTest.py | 53 if (now - start).seconds > int(rebootMaxWaitTime):
|
D | readme.md | 62 The device xxx is not ready after reboot for 300 seconds. #重启后系统长时间不开机
|
/test/xts/acts/ability/crossplatform/ability_runtime/ActsUiAbilityEtsTest/src/main/ets/test/ |
D | abilityLifeCycle.test.ets | 99 *@tc.desc : Only start 'MainAbility2', MainAbility2 will terminate self after 1.5 seconds. 183 …ainAbility2', after MainAbility2 terminated, start MainAbility1, after 2 seconds, terminate MainAb… 250 …*@tc.desc : start mainability1, after 1.5 seconds, start mainability2, after 1.5 seconds, mai… 251 after 1 seconds, terminate mainability1. 332 *@tc.desc : start mainability1, after 1seconds, start other app mainability.
|
/test/testfwk/xdevice/src/xdevice/_core/ |
D | utils.py | 766 seconds = int(total_seconds) 767 if seconds < 0: 769 if seconds == 0: 770 milliseconds = int((total_seconds - seconds) * 1000) 775 d, s = divmod(seconds, 24 * 60 * 60)
|
/test/xts/hats/kernel/purgeableMem/ |
D | purgeable_cpp_test.cpp | 457 std::this_thread::sleep_for(std::chrono::seconds(PRINT_INTERVAL_SECONDS)); in LoopPrintAlphabet() 488 …std::this_thread::sleep_for(std::chrono::seconds(RECLAIM_INTERVAL_SECONDS)); /* wait reclaim finis… in LoopReclaimPurgeable() 499 std::this_thread::sleep_for(std::chrono::seconds(MODIFY_INTERVAL_SECONDS)); in ModifyPurgMemByBuilder()
|
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/ |
D | buffer_manager_utest.cpp | 114 std::this_thread::sleep_for(std::chrono::seconds(10)); 253 std::this_thread::sleep_for(std::chrono::seconds(5)); in __anon076448480702() 334 std::this_thread::sleep_for(std::chrono::seconds(3)); 367 std::this_thread::sleep_for(std::chrono::seconds(3));
|
/test/xts/hats/hdf/external_device_manager/drivers_pkg_manager_test/ |
D | pkg_db_helper_test.cpp | 138 std::this_thread::sleep_for(std::chrono::seconds(START_SA_SERVICE_WAIT_TIME)); in LoadSaService()
|
/test/xts/hats/hdf/external_device_manager/driver_extension_manager_client_test/ |
D | driver_extension_manager_client_test.cpp | 125 std::this_thread::sleep_for(std::chrono::seconds(START_SA_SERVICE_WAIT_TIME));
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
D | timendk.cpp | 409 double seconds; in DiffTime() local 419 seconds = difftime(firstTime, secondTime); in DiffTime() 421 napi_create_double(env, seconds, &result); in DiffTime()
|
/test/testfwk/developer_test/libs/fuzzlib/ |
D | README_zh.md | 189 <!-- maximum total time in seconds to run the DTFuzz -->
|
/test/xts/acts/ability/crossplatform/ability_runtime/ActsCrossplatformAbilityTest/src/main/ets/test/ |
D | AbilityStageMonitor.test.ets | 317 …* @tc.desc Pass in a stagemonitor and perform wait (6 seconds) and remove operations, respectively… 573 * @tc.desc Pass in a stage monitor and perform the wait operation(6 seconds).(incomplete)
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
D | usb_camera_test_mult.cpp | 205 auto seconds = time(nullptr); in OpenVideoFile() local 206 if (sprintf_s(path, sizeof(path), "%svideo222%ld.h264", prefix, seconds) < 0) { in OpenVideoFile()
|
D | test_display.cpp | 132 auto seconds = time(nullptr); in OpenVideoFile() local 133 if (sprintf_s(path, sizeof(path), "%svideo%ld.h264", prefix, seconds) < 0) { in OpenVideoFile()
|
/test/xts/acts/ability/ability_runtime/abilitystagemonitor/abilitystagemonitortest/entry/src/main/ets/test/ |
D | AbilityStageMonitor.test.ets | 454 * @tc.name: Call waitAbilityStageMonitor, input monitor, timeout is 3 seconds 456 * created after listening for less than 3 seconds
|
/test/xts/dcts/distributedhardware/distributedcameratest/ |
D | dcamera_hdf_demo.cpp | 355 auto seconds = time(nullptr); in OpenVideoFile() local 356 if (sprintf_s(path, sizeof(path), "%svideo%ld.h264", prefix, seconds) < 0) { in OpenVideoFile()
|
/test/xts/acts/global/crossplatform/intletstest/src/main/ets/test/ |
D | intl.test.ets | 1618 expect(value).assertEqual("in 100 seconds");
|
/test/xts/hats/telephony/ril/hdi_v1.0/ |
D | hdf_ril_hdiService_test.cpp | 553 cv_.wait_for(callbackLock, std::chrono::seconds(timeoutSecond)); in WaitFor()
|