Home
last modified time | relevance | path

Searched defs:SLEEP (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dtag_nci_adapter_rw.h36 SLEEP, enumerator
41 enum TagState { IDLE = 0, SLEEP, ACTIVE }; enumerator
H A Dtag_nci_adapter.h38 SLEEP, enumerator
43 enum TagState { IDLE = 0, SLEEP, ACTIVE }; enumerator
/ohos5.0/base/powermgr/power_manager/test/unittest/include/
H A Dpower_state_level_framework_test.h28 constexpr uint32_t SLEEP = 5; variable
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H A Dstandby_state.h27 SLEEP, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/wants_info_test/
H A Dwants_info_test.cpp33 #define SLEEP(milli) std::this_thread::sleep_for(std::chrono::seconds(milli)) macro
/ohos5.0/foundation/ability/ability_runtime/test/unittest/sender_info_test/
H A Dsender_info_test.cpp32 #define SLEEP(milli) std::this_thread::sleep_for(std::chrono::seconds(milli)) macro
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_sender_info_test/
H A Dwant_sender_info_test.cpp34 #define SLEEP(milli) std::this_thread::sleep_for(std::chrono::seconds(milli)) macro
/ohos5.0/base/powermgr/power_manager/interfaces/inner_api/native/include/
H A Dpower_state_machine_info.h85 SLEEP, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H A Dpending_want_record_test.cpp50 #define SLEEP(milli) std::this_thread::sleep_for(std::chrono::seconds(milli)) macro
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Ddm_common.h182 SLEEP, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp47 #define SLEEP(milli) std::this_thread::sleep_for(std::chrono::seconds(milli)) macro
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/dm/
H A Ddm_common.h206 SLEEP, enumerator
/ohos5.0/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H A Dusb_ddk_ndk_test.cpp27 #define SLEEP 2 macro