Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_stub.cpp25 constexpr uint32_t MAX_TOPN_INFO_SIZE = 200; variable
572 if ((topNInfos.size() <= 0) || (topNInfos.size() >= MAX_TOPN_INFO_SIZE)) { in HandleGetMainWinodowInfo()
H A Dscene_session_manager_lite_proxy.cpp25 constexpr int32_t MAX_TOPN_INFO_SIZE = 200; variable
1032 if ((topNum <= 0) || (topNum >= MAX_TOPN_INFO_SIZE)) { in GetMainWindowInfos()