Home
last modified time | relevance | path

Searched refs:byLoadContent (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/wm/include/
H A Dwindow_extension_session_impl.h105 void NotifyModalUIExtensionMayBeCovered(bool byLoadContent) override;
138 void ReportModalUIExtensionMayBeCovered(bool byLoadContent) const;
/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp1215 void WindowExtensionSessionImpl::NotifyModalUIExtensionMayBeCovered(bool byLoadContent) in NotifyModalUIExtensionMayBeCovered() argument
1223 if (byLoadContent) { in NotifyModalUIExtensionMayBeCovered()
1229 ReportModalUIExtensionMayBeCovered(byLoadContent); in NotifyModalUIExtensionMayBeCovered()
1232 void WindowExtensionSessionImpl::ReportModalUIExtensionMayBeCovered(bool byLoadContent) const in ReportModalUIExtensionMayBeCovered()
1241 auto type = byLoadContent ? WindowDFXHelperType::WINDOW_MODAL_UIEXTENSION_UICONTENT_CHECK : in ReportModalUIExtensionMayBeCovered()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2371 * @param byLoadContent True when called by loading content, false when called by creating non topmost subwindow
2373 virtual void NotifyModalUIExtensionMayBeCovered(bool byLoadContent) {} in NotifyModalUIExtensionMayBeCovered() argument

Completed in 8 milliseconds