Home
last modified time | relevance | path

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

/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen_controller.cpp43 const static uint32_t MAX_RETRY_NUM = 3; member
1486 while (retryTimes < MAX_RETRY_NUM) { in GetScreenPower()
1499 if (retryTimes >= MAX_RETRY_NUM || !res) { in GetScreenPower()
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp33 const static uint32_t MAX_RETRY_NUM = 6; member
588 while (retryTimes < MAX_RETRY_NUM) { in GetDefaultDisplaySync()
597 if (retryTimes >= MAX_RETRY_NUM || displayInfo == nullptr) { in GetDefaultDisplaySync()

Completed in 7 milliseconds