Home
last modified time | relevance | path

Searched refs:sleepSeconds (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/uinput/
H A Dhdf_device_event_manager.cpp68 int sleepSeconds = 1; in main() local
69 sleep(sleepSeconds); in main()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/
H A Dtimer_module_tdd_test.cpp624 const uint8_t sleepSeconds, in TriggerTimer() argument
631 sleep(sleepSeconds); in TriggerTimer()
/ohos5.0/base/security/access_token/interfaces/innerkits/privacy/test/unittest/src/
H A Dprivacy_kit_test.cpp349 uint32_t sleepSeconds = static_cast<uint32_t>(60 - t.tm_sec); in SleepUtilMinuteEnd() local
352 GTEST_LOG_(INFO) << "need to sleep " << sleepSeconds << " seconds"; in SleepUtilMinuteEnd()
353 sleep(sleepSeconds); in SleepUtilMinuteEnd()
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1530 int sleepSeconds = 1; in OnAddResSchedSystemAbility() local
1531 sleep(sleepSeconds); in OnAddResSchedSystemAbility()