Home
last modified time | relevance | path

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

/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.cpp62 auto contentInfoType = Ace::ContentInfoType::NONE; in GetAceContentInfoType() local
65 contentInfoType = Ace::ContentInfoType::CONTINUATION; in GetAceContentInfoType()
68 contentInfoType = Ace::ContentInfoType::APP_RECOVERY; in GetAceContentInfoType()
71 contentInfoType = Ace::ContentInfoType::RESOURCESCHEDULE_RECOVERY; in GetAceContentInfoType()
78 return contentInfoType; in GetAceContentInfoType()

Completed in 14 milliseconds