Home
last modified time | relevance | path

Searched refs:MAX_TRY_TIMES (Results 1 – 9 of 9) sorted by relevance

/base/security/device_security_level/baselib/msglib/src/standard/
Dmessenger_utils.h32 #define MAX_TRY_TIMES 512 macro
Dmessenger_device_status_manager.cpp266 } while (ret != 0 && tryTimes < MAX_TRY_TIMES); in InitDeviceStatusManager()
Dmessenger_device_session_manager.c278 while (ret != 0 && try < MAX_TRY_TIMES) { in TryToCreateSessionServer()
/base/account/os_account/services/accountmgr/include/appaccount/
Dapp_account_common_event_observer.h54 static constexpr std::int32_t MAX_TRY_TIMES = 10; variable
/base/useriam/user_auth_framework/services/context/src/
Dcontext_pool_impl.cpp151 static constexpr uint32_t MAX_TRY_TIMES = 10; in GetNewContextId() local
156 for (uint32_t i = 0; i < MAX_TRY_TIMES; i++) { in GetNewContextId()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_common_event_observer.cpp82 if (counter_ == MAX_TRY_TIMES) { in SubscribeCommonEvent()
/base/account/os_account/services/accountmgr/include/osaccount/
Diinner_os_account_manager.h131 static constexpr std::int32_t MAX_TRY_TIMES = 1000; variable
/base/account/os_account/services/accountmgr/src/osaccount/
Dinner_os_account_manager.cpp148 if (++counterForAccountStart_ == MAX_TRY_TIMES) { in StartActivatedAccount()
178 if (++counterForStandardCreate_ == MAX_TRY_TIMES) { in CreateBaseStandardAccountSendToOther()
196 if (++counterForStandardCreate_ == MAX_TRY_TIMES) { in CreateBaseStandardAccountSendToOther()
235 if (++counterForStandard_ == MAX_TRY_TIMES) { in StartBaseStandardAccount()
251 if (++counterForStandard_ == MAX_TRY_TIMES) { in StartBaseStandardAccount()
/base/security/device_security_level/baselib/msglib/src/lite/
Dmessenger_device_status_manager.c184 while (ret != 0 && try < MAX_TRY_TIMES) { in InitDeviceStatusManager()