Home
last modified time | relevance | path

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

/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/
H A Del5_filekey_manager_client.cpp31 static const int32_t SA_REQUEST_RETRY_TIMES = 1; member
154 for (int32_t i = 0; i < SA_REQUEST_RETRY_TIMES; i++) { in CallProxyWithRetry()
166 LOG_ERROR("Retry call service %{public}s error, tried %{public}d times.", funcName, SA_REQUEST_RETRY_TIMES); in CallProxyWithRetry()
/base/accesscontrol/sandbox_manager/interfaces/innerkits/sandbox_manager/src/
H A Dsandbox_manager_client.cpp37 static const int32_t SA_REQUEST_RETRY_TIMES = 1; member
225 for (int32_t i = 0; i < SA_REQUEST_RETRY_TIMES; i++) { in CallProxyWithRetry()
239 funcName, SA_REQUEST_RETRY_TIMES); in CallProxyWithRetry()

Completed in 2 milliseconds