Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/samgr_fuzzer/src/
H A Dfuzztest_utils.cpp34 constexpr int32_t RETRY_TIME_OUT_NUMBER = 10; variable
66 int32_t timeout = RETRY_TIME_OUT_NUMBER; in AddDeviceManager()
/ohos5.0/foundation/systemabilitymgr/samgr/test/fuzztest/systemabilitymanager_fuzzer/
H A Dsystemabilitymanager_fuzzer.cpp38 constexpr int32_t RETRY_TIME_OUT_NUMBER = 10; variable
87 int32_t timeout = RETRY_TIME_OUT_NUMBER; in AddDeviceManager()
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_ability_manager_proxy.cpp42 const int32_t RETRY_TIME_OUT_NUMBER = 6; variable
175 int32_t timeout = RETRY_TIME_OUT_NUMBER; in GetSystemAbilityWrapper()