Home
last modified time | relevance | path

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

/base/powermgr/power_manager/test/unittest/src/
H A Dpower_mgr_notify_test.cpp48 constexpr int MAX_RETRY_TIME = 2; member
96 while (tryTimes < MAX_RETRY_TIME) { in RegisterEvent()
107 if (MAX_RETRY_TIME == tryTimes) { in RegisterEvent()
/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event.cpp32 const int32_t MAX_RETRY_TIME = 30; member
412 for (int32_t i = 0; i < MAX_RETRY_TIME; i++) { in Reconnect()
/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp37 const int32_t MAX_RETRY_TIME = 30; member
1304 for (int32_t i = 0; i < MAX_RETRY_TIME; i++) { in Reconnect()

Completed in 5 milliseconds