Home
last modified time | relevance | path

Searched refs:MAX_RETRY (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dconnection_detector.cpp183 while (retryCount++ < MAX_RETRY - 1 && !GetConnectionStatus(targetDir, networkId)) { in RepeatGetConnectionStatus()
186 return retryCount == MAX_RETRY ? -1 : NO_ERROR; in RepeatGetConnectionStatus()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Dconnection_detector.h32 constexpr int32_t MAX_RETRY = 25; member
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_state_manager.cpp27 static const int MAX_RETRY = 10; member
525 if (retry_ < MAX_RETRY && handler_) { in InitAppStateObserver()

Completed in 2 milliseconds