Home
last modified time | relevance | path

Searched refs:GetParentId (Results 1 - 25 of 55) sorted by relevance

123

/foundation/window/window_manager/dm/src/
H A Dscreen.cpp199 ScreenId Screen::GetParentId() const in GetParentId() function in OHOS::Rosen::Screen
202 return pImpl_->GetScreenInfo()->GetParentId(); in GetParentId()
H A Dscreen_manager.cpp178 screenInfo->GetParentId() : screenInfo->GetLastParentId(); in NotifyVirtualScreenGroupChanged()
179 WLOGFD("parentId=[%{public}llu], lastParentId=[%{public}llu]", (unsigned long long)screenInfo->GetParentId(), in NotifyVirtualScreenGroupChanged()
/foundation/window/window_manager/previewer/src/
H A Dwindow.cpp41 WMError error = windowImpl->Create(option->GetParentId(), context); in Create()
H A Dwindow_option.cpp184 uint32_t WindowOption::GetParentId() const in GetParentId() function in OHOS::Rosen::WindowOption
/foundation/window/window_manager/dm/test/unittest/
H A Dscreen_test.cpp216 * @tc.name: GetParentId
217 * @tc.desc: for interface coverage and check GetParentId
220 HWTEST_F(ScreenTest, GetParentId, Function | SmallTest | Level2) in HWTEST_F()
226 ASSERT_EQ(0, screen_->GetParentId()); in HWTEST_F()
229 ASSERT_EQ(SCREEN_ID_INVALID, screen_->GetParentId()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.cpp131 : manager->CreateAccessibilityNode("option", StringUtils::StringToInt(GetId()), GetParentId(), -1))); in Initialize()
H A Doption_component.h283 int32_t GetParentId() const in GetParentId() function in OHOS::Ace::OptionComponent
/foundation/window/window_manager/interfaces/innerkits/dm/
H A Dscreen.h127 ScreenId GetParentId() const;
/foundation/window/window_manager/previewer/include/
H A Dwindow_option.h274 uint32_t GetParentId() const;
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_option.h329 uint32_t GetParentId() const;
/foundation/window/window_manager/wmserver/src/
H A Dinput_window_monitor.cpp203 auto iter = (windowNode->GetParentId() == INVALID_WINDOW_ID) ? in TraverseWindowNodes()
204 dialogWindowMap.find(windowNode->GetWindowId()) : dialogWindowMap.find(windowNode->GetParentId()); in TraverseWindowNodes()
H A Dwindow_node.cpp262 uint32_t WindowNode::GetParentId() const in GetParentId() function in OHOS::Rosen::WindowNode
264 return property_->GetParentId(); in GetParentId()
H A Dwindow_controller.cpp220 if (property->GetParentId() == INVALID_WINDOW_ID) { in CheckParentWindowValid()
224 sptr<WindowNode> parentWindow = windowRoot_->GetWindowNode(property->GetParentId()); in CheckParentWindowValid()
230 if (property->GetParentId() == INVALID_WINDOW_ID) { in CheckParentWindowValid()
234 sptr<WindowNode> parentWindow = windowRoot_->GetWindowNode(property->GetParentId()); in CheckParentWindowValid()
240 if (property->GetParentId() != INVALID_WINDOW_ID) { in CheckParentWindowValid()
338 WMError res = windowRoot_->AddWindowNode(property->GetParentId(), node); in AddWindowNode()
1320 node->parent_->GetWindowId() == focusWindow->GetParentId()) { in UpdateFocusIfNeededWhenRaiseWindow()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h29 accessibilityElementInfo.SetParent(nativeInfo.GetParentId()); in TransformAccessbilityElementInfo()
H A Djs_accessibility_manager.cpp269 if (node->GetParentId() == -1) { in CheckInvalidNodeParentID()
296 if (node->GetParentId() == -1) { in UpdateAccessibilityNodeInfo()
300 ConvertToCardAccessibilityId(node->GetParentId(), manager->GetCardId(), manager->GetRootNodeId())); in UpdateAccessibilityNodeInfo()
322 nodeInfo.SetParent(static_cast<int64_t>(node->GetParentId())); in UpdateAccessibilityNodeInfo()
416 if (node->GetParentId() != -1 && node->GetParentId() != DEFAULT_PARENT_ID) { in UpdateCacheInfo()
424 if (node->GetParentId() != -1 && node->GetParentId() != DEFAULT_PARENT_ID) { in UpdateCacheInfo()
658 if (!node->GetFocusedState() && (node->GetParentId() != -1)) { in FindInputFocus()
996 int64_t GetParentId(cons function
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_option.cpp121 uint32_t WindowOption::GetParentId() const in GetParentId() function in OHOS::Rosen::WindowOption
H A Dwindow.cpp99 WMError error = windowImpl->Create(option->GetParentId(), context); in Create()
H A Dwindow_scene_session_impl.cpp157 (IsSessionMainWindow(window->GetParentId()) || window->GetProperty()->GetIsUIExtFirstSubWindow() || in FindParentSessionByParentId()
158 VerifySubWindowLevel(window->GetParentId()))) { in FindParentSessionByParentId()
178 (WindowHelper::IsSystemWindow(window->GetType()) && window->GetParentId() == INVALID_SESSION_ID)) { in FindParentMainSession()
182 return FindParentMainSession(window->GetParentId(), sessionMap); in FindParentMainSession()
229 return FindMainWindowOrExtensionSubWindow(window->GetParentId(), sessionMap); in FindMainWindowOrExtensionSubWindow()
248 parentWindow = FindMainWindowOrExtensionSubWindow(property_->GetParentId(), windowSessionMap_); in IsPcOrPadCapabilityEnabled()
268 parentWindow = FindMainWindowOrExtensionSubWindow(property_->GetParentId(), windowSessionMap_); in IsPcOrPadFreeMultiWindowMode()
292 parentSession = FindParentMainSession(property_->GetParentId(), windowSessionMap_); in GetParentSessionAndVerify()
294 parentSession = FindParentSessionByParentId(property_->GetParentId()); in GetParentSessionAndVerify()
359 property_->SetParentPersistentId(property_->GetParentId()); in CreateAndConnectSpecificSession()
[all...]
/foundation/window/window_manager/wmserver/include/
H A Dwindow_node.h103 uint32_t GetParentId() const;
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Dnative_interface_accessibility_test.cpp143 NATIVE_ADD_ELEMENTINFO(SetParentId, &afterInfo, beforeInfo.GetParentId()); in FillNativeAccessibilityElementInfo()
317 EXPECT_EQ(beforeInfo.GetParentId(), afterInfo.GetParentId()); in CheckTransformElementInfoResult()
/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_manager_test.cpp229 if (screen->GetParentId() == SCREEN_ID_INVALID) { \
230 ASSERT_EQ(SCREEN_ID_INVALID, screen->GetParentId()); \
271 ASSERT_EQ(groupId, virtualScreen->GetParentId()); in CheckScreenStateInGroup()
273 if (virtualScreen->GetParentId() == SCREEN_ID_INVALID) { in CheckScreenStateInGroup()
274 ASSERT_EQ(SCREEN_ID_INVALID, virtualScreen->GetParentId()); in CheckScreenStateInGroup()
694 ASSERT_NE(SCREEN_ID_INVALID, screen->GetParentId()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h46 int64_t GetParentId() const in GetParentId() function
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H A Dmetadata.h88 EXPORT int32_t GetParentId() const;
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h119 uint32_t GetParentId() const;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test4.cpp1125 ASSERT_EQ(false, window->VerifySubWindowLevel(window->GetParentId())); in HWTEST_F()
1629 result = toastWindow->FindParentMainSession(toastWindow->GetParentId(), toastWindow->windowSessionMap_); in HWTEST_F()
1638 result = toastWindow->FindParentMainSession(toastWindow->GetParentId(), toastWindow->windowSessionMap_); in HWTEST_F()
1647 result = toastWindow->FindParentMainSession(toastWindow->GetParentId(), toastWindow->windowSessionMap_); in HWTEST_F()
1652 result = toastWindow->FindParentMainSession(toastWindow->GetParentId(), toastWindow->windowSessionMap_); in HWTEST_F()

Completed in 34 milliseconds

123