Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp33 const static uint32_t MAX_RETRY_NUM = 6; variable
592 while (retryTimes < MAX_RETRY_NUM) { in GetDefaultDisplaySync()
601 if (retryTimes >= MAX_RETRY_NUM || displayInfo == nullptr) { in GetDefaultDisplaySync()
2132 while (retryTimes < MAX_RETRY_NUM) { in GetPrimaryDisplaySync()
2141 if (retryTimes >= MAX_RETRY_NUM || displayInfo == nullptr) { in GetPrimaryDisplaySync()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen_controller.cpp43 const static uint32_t MAX_RETRY_NUM = 3; variable
1486 while (retryTimes < MAX_RETRY_NUM) { in GetScreenPower()
1499 if (retryTimes >= MAX_RETRY_NUM || !res) { in GetScreenPower()