/foundation/window/window_manager/dm/src/ |
H A D | screen.cpp | 199 ScreenId Screen::GetParentId() const
in GetParentId() function in OHOS::Rosen::Screen 202 return pImpl_->GetScreenInfo()->GetParentId();
in GetParentId()
|
H A D | screen_manager.cpp | 178 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 D | window.cpp | 41 WMError error = windowImpl->Create(option->GetParentId(), context); in Create()
|
H A D | window_option.cpp | 184 uint32_t WindowOption::GetParentId() const in GetParentId() function in OHOS::Rosen::WindowOption
|
/foundation/window/window_manager/dm/test/unittest/ |
H A D | screen_test.cpp | 216 * @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 D | option_component.cpp | 131 : manager->CreateAccessibilityNode("option", StringUtils::StringToInt(GetId()), GetParentId(), -1))); in Initialize()
|
H A D | option_component.h | 283 int32_t GetParentId() const in GetParentId() function in OHOS::Ace::OptionComponent
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | screen.h | 127 ScreenId GetParentId() const;
|
/foundation/window/window_manager/previewer/include/ |
H A D | window_option.h | 274 uint32_t GetParentId() const;
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window_option.h | 329 uint32_t GetParentId() const;
|
/foundation/window/window_manager/wmserver/src/ |
H A D | input_window_monitor.cpp | 203 auto iter = (windowNode->GetParentId() == INVALID_WINDOW_ID) ? in TraverseWindowNodes() 204 dialogWindowMap.find(windowNode->GetWindowId()) : dialogWindowMap.find(windowNode->GetParentId()); in TraverseWindowNodes()
|
H A D | window_node.cpp | 262 uint32_t WindowNode::GetParentId() const in GetParentId() function in OHOS::Rosen::WindowNode 264 return property_->GetParentId(); in GetParentId()
|
H A D | window_controller.cpp | 220 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 D | js_third_provider_interaction_operation_utils.h | 29 accessibilityElementInfo.SetParent(nativeInfo.GetParentId()); in TransformAccessbilityElementInfo()
|
H A D | js_accessibility_manager.cpp | 269 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 D | window_option.cpp | 121 uint32_t WindowOption::GetParentId() const in GetParentId() function in OHOS::Rosen::WindowOption
|
H A D | window.cpp | 99 WMError error = windowImpl->Create(option->GetParentId(), context); in Create()
|
H A D | window_scene_session_impl.cpp | 157 (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 D | window_node.h | 103 uint32_t GetParentId() const;
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | native_interface_accessibility_test.cpp | 143 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 D | screen_manager_test.cpp | 229 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 D | native_interface_accessibility_impl.h | 46 int64_t GetParentId() const in GetParentId() function
|
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/ |
H A D | metadata.h | 88 EXPORT int32_t GetParentId() const;
|
/foundation/window/window_manager/utils/include/ |
H A D | window_property.h | 119 uint32_t GetParentId() const;
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_scene_session_impl_test4.cpp | 1125 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()
|