Home
last modified time | relevance | path

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

/base/startup/appspawn/test/moduletest/
H A Dappspawn_module_test.cpp40 static const int32_t CONNECT_RETRY_MAX_TIMES = 5; member
52 while ((access(filepath, F_OK) != 0) && (retryCount < CONNECT_RETRY_MAX_TIMES)) { in CheckFileIsExists()
57 if (retryCount < CONNECT_RETRY_MAX_TIMES) { in CheckFileIsExists()
66 while ((access(filepath, F_OK) == 0) && (retryCount < CONNECT_RETRY_MAX_TIMES)) { in CheckFileIsNotExists()
71 if (retryCount < CONNECT_RETRY_MAX_TIMES) { in CheckFileIsNotExists()

Completed in 3 milliseconds