Home
last modified time | relevance | path

Searched refs:ExtensionWindowImpl (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dextension_window_impl.cpp23 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "ExtensionWindowImpl"};
26 Rosen::ExtensionWindowImpl::ExtensionWindowImpl(sptr<Window> sessionImpl) in ExtensionWindowImpl() function in OHOS::Rosen::Rosen::ExtensionWindowImpl
30 ExtensionWindowImpl::~ExtensionWindowImpl() {} in ~ExtensionWindowImpl()
32 WMError ExtensionWindowImpl::GetAvoidAreaByType(AvoidAreaType type, AvoidArea& avoidArea) in GetAvoidAreaByType()
38 sptr<Window> ExtensionWindowImpl::GetWindow() in GetWindow()
43 WMError ExtensionWindowImpl::HideNonSecureWindows(bool shouldHide) in HideNonSecureWindows()
49 WMError ExtensionWindowImpl::SetWaterMarkFlag(bool isEnable) in SetWaterMarkFlag()
55 bool ExtensionWindowImpl
[all...]
/foundation/window/window_manager/wm/include/
H A Dextension_window_impl.h27 class ExtensionWindowImpl : public ExtensionWindow { class
29 ExtensionWindowImpl(sptr<Window> sessionImpl);
30 ~ExtensionWindowImpl();
/foundation/window/window_manager/wm/test/unittest/ui_extension/
H A Dextension_window_impl_test.cpp36 ExtensionWindowImpl extensionWindowImpl(window); in HWTEST_F()
/foundation/window/window_manager/interfaces/kits/napi/extension_window/
H A Djs_extension_window.cpp61 std::shared_ptr<ExtensionWindow> extensionWindow = std::make_shared<ExtensionWindowImpl>(window); in CreateJsExtensionWindow()
97 std::shared_ptr<ExtensionWindow> extensionWindow = std::make_shared<ExtensionWindowImpl>(window); in CreateJsExtensionWindowObject()

Completed in 3 milliseconds