Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp56 auto contentInfoType = Ace::ContentInfoType::NONE; in GetAceContentInfoType() local
59 contentInfoType = Ace::ContentInfoType::CONTINUATION; in GetAceContentInfoType()
62 contentInfoType = Ace::ContentInfoType::APP_RECOVERY; in GetAceContentInfoType()
65 contentInfoType = Ace::ContentInfoType::RESOURCESCHEDULE_RECOVERY; in GetAceContentInfoType()
72 return contentInfoType; in GetAceContentInfoType()
H A Dwindow_session_impl.cpp92 auto contentInfoType = Ace::ContentInfoType::NONE; in GetAceContentInfoType() local
95 contentInfoType = Ace::ContentInfoType::CONTINUATION; in GetAceContentInfoType()
98 contentInfoType = Ace::ContentInfoType::APP_RECOVERY; in GetAceContentInfoType()
101 contentInfoType = Ace::ContentInfoType::RESOURCESCHEDULE_RECOVERY; in GetAceContentInfoType()
108 return contentInfoType; in GetAceContentInfoType()