Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/display_manager/state_manager/service/native/src/
H A Ddisplay_power_mgr_service.cpp45 const uint32_t GET_DISPLAY_ID_RETRY_COUNT = 3; variable
63 for (uint32_t tryCount = 0; tryCount <= GET_DISPLAY_ID_RETRY_COUNT; tryCount++) { in Init()
68 if (tryCount < GET_DISPLAY_ID_RETRY_COUNT) { in Init()