Home
last modified time | relevance | path

Searched refs:GetUIContentSharedPtr (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_extension_session_impl.cpp146 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in UpdateConfiguration()
165 if (auto uiContent = GetUIContentSharedPtr()) { in UpdateConfigurationSync()
386 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in NotifyFocusStateEvent()
404 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in NotifyFocusActiveEvent()
412 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in NotifyBackpressedEvent()
551 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in NapiSetUIContent()
667 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in NotifyAccessibilityHoverEvent()
923 auto uiContentSharedPtr = GetUIContentSharedPtr(); in NotifyAccessibilityChildTreeRegister()
951 handler_->PostTask([uiContent = GetUIContentSharedPtr()]() { in NotifyAccessibilityChildTreeUnregister()
982 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in UpdateAccessibilityTreeInfo()
[all …]
H A Dwindow_session_impl.cpp511 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in PreNotifyKeyEvent()
1220 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in UpdateTitleButtonVisibility()
1280 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in DestroyExistUIContent()
1387 if (auto uiContent = GetUIContentSharedPtr()) { in SetUIContentInner()
1807 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in GetContentInfo()
1854 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in OnNewWant()
1863 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in SetAPPWindowLabel()
2238 if (auto uiContent = GetUIContentSharedPtr()) { in RegisterWindowTitleButtonRectChangeListener()
2699 if (GetUIContentSharedPtr() == nullptr || !IsDecorEnable()) { in SetTitleButtonVisible()
2803 if (GetUIContentSharedPtr() != nullptr) { in NotifyAfterFocused()
[all …]
H A Dwindow_scene_session_impl.cpp863 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in PreNotifyKeyEvent()
1078 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in PreLayoutOnShow()
1920 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in SetLayoutFullScreenByApiVersion()
2069 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in NotifySpecificWindowSessionProperty()
2743 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in SetGrayScale()
2852 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in UpdateConfiguration()
2878 if (auto uiContent = GetUIContentSharedPtr()) { in UpdateConfigurationSync()
3288 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in NotifyMemoryLevel()
3382 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in RegisterAnimationTransitionController()
3653 std::shared_ptr<Ace::UIContent> uiContent = GetUIContentSharedPtr(); in UpdateMaximizeMode()
[all …]
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test.cpp1111 ASSERT_EQ(window->GetUIContentSharedPtr(), nullptr);
1114 ASSERT_NE(window->GetUIContentSharedPtr(), nullptr);
1426 ASSERT_NE(window->GetUIContentSharedPtr(), nullptr);
1750 ASSERT_NE(window->GetUIContentSharedPtr(), nullptr);
H A Dwindow_session_impl_test4.cpp690 ASSERT_EQ(nullptr, window->GetUIContentSharedPtr());
694 ASSERT_NE(nullptr, window->GetUIContentSharedPtr());
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h136 std::shared_ptr<Ace::UIContent> GetUIContentSharedPtr() const;