Home
last modified time | relevance | path

Searched refs:SLEEP_INTERVAL_TIME (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/
H A Dfuzztest_utils.cpp35 constexpr int32_t SLEEP_INTERVAL_TIME = 200000; variable
74 usleep(SLEEP_INTERVAL_TIME); in AddDeviceManager()
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/systemabilitymanager_fuzzer/
H A Dsystemabilitymanager_fuzzer.cpp39 constexpr int32_t SLEEP_INTERVAL_TIME = 200000; variable
95 usleep(SLEEP_INTERVAL_TIME); in AddDeviceManager()
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp43 const int32_t SLEEP_INTERVAL_TIME = 200; variable
201 usleep(SLEEP_ONE_MILLI_SECOND_TIME * SLEEP_INTERVAL_TIME); in GetSystemAbilityWrapper()