/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/ |
H A D | sleep.rs | 31 pub fn sleep_until(instant: Instant) -> Sleep { in sleep_until() 43 pub fn sleep(duration: Duration) -> Sleep { in sleep() 67 pub struct Sleep { struct 74 inner: SleepInner, argument 90 // FFRT needs this unsafe impl since `Sleep` has a mut pointer in it. argument 95 impl Sleep { impl 171 impl Sleep { implementation 192 impl Sleep { impl 266 impl Drop for Sleep { implementation
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/moduletest/ |
H A D | app_domain_verify_agent_module_test.cpp | 72 static void Sleep(int milliseconds = 10) in Sleep() function
|
/ohos5.0/base/update/updater/services/ui/ |
H A D | updater_ui_empty.h | 56 void Sleep(int ms) const {} in Sleep() function
|
H A D | updater_ui_facade.cpp | 261 void UpdaterUiFacade::Sleep(int ms) const in Sleep() function in Updater::UpdaterUiFacade
|
/ohos5.0/foundation/communication/netstack/utils/common_utils/include/ |
H A D | thread_pool.h | 137 void Sleep() in Sleep() function
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | time_util.cpp | 48 void Sleep(unsigned int seconds) in Sleep() function
|
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/frameworks_common/httpsession_test/ |
H A D | app_domain_verify_task_mgr_test.cpp | 57 void Sleep() in Sleep() function
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
H A D | watchdog_interface_test.cpp | 72 static inline void Sleep(int second) in Sleep() function
|
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/client/ |
H A D | trace_collector_client_test.cpp | 69 void Sleep() in Sleep() function
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/test/ |
H A D | test_locks.cpp | 93 static void Sleep() in Sleep() function in LocksTest
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | http_body.rs | 97 pub(crate) fn set_sleep(&mut self, sleep: Option<Pin<Box<Sleep>>>) { in set_sleep()
|
/ohos5.0/foundation/resourceschedule/memmgr/test/unittest/phone/ |
H A D | reclaim_priority_manager_test.cpp | 55 static void Sleep(int second) in Sleep() function
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 3770 void BundleTestTool::Sleep(int32_t seconds) in Sleep() function in OHOS::AppExecFwk::BundleTestTool
|