Home
last modified time | relevance | path

Searched refs:GetChildCount (Results 1 - 15 of 15) sorted by relevance

/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp241 * @tc.name: GetChildCount
242 * @tc.desc: Test function GetChildCount
247 EXPECT_EQ(elementInfo_->GetChildCount(), 0); in HWTEST_F()
272 EXPECT_EQ(elementInfo_->GetChildCount(), 1); in HWTEST_F()
286 EXPECT_EQ(elementInfo_->GetChildCount(), 1); in HWTEST_F()
289 EXPECT_EQ(elementInfo_->GetChildCount(), 1); in HWTEST_F()
315 EXPECT_EQ(elementInfo_->GetChildCount(), 1); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H A Dmock_accessibility_element_info.cpp241 * @tc.name: GetChildCount
242 * @tc.desc: Test function GetChildCount
247 EXPECT_EQ(elementInfo_->GetChildCount(), 0); in HWTEST_F()
272 EXPECT_EQ(elementInfo_->GetChildCount(), 1); in HWTEST_F()
286 EXPECT_EQ(elementInfo_->GetChildCount(), 1); in HWTEST_F()
289 EXPECT_EQ(elementInfo_->GetChildCount(), 1); in HWTEST_F()
315 EXPECT_EQ(elementInfo_->GetChildCount(), 1); in HWTEST_F()
/foundation/window/window_manager/dmserver/include/
H A Dabstract_screen.h124 size_t GetChildCount() const;
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp430 EXPECT_EQ(afterInfo.GetChildCount(), childCount); in HWTEST_F()
438 EXPECT_EQ(afterInfo2.GetChildCount(), 0); in HWTEST_F()
/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen.cpp533 if (GetChildCount() == 0 || mirrorScreenId_ == dmsScreen->dmsId_) { in GetRSDisplayNodeConfig()
691 size_t AbstractScreenGroup::GetChildCount() const in GetChildCount() function in OHOS::Rosen::AbstractScreenGroup
H A Dabstract_display_controller.cpp159 if (group->combination_ == ScreenCombination::SCREEN_ALONE || group->GetChildCount() == 1) { in OnAbstractScreenConnect()
202 if (screenGroup->GetChildCount() == 0) { in OnAbstractScreenDisconnect()
H A Dabstract_screen_controller.cpp408 screen->dmsId_ == screenGroup->mirrorScreenId_ && screenGroup->GetChildCount() != 0) { in ProcessScreenDisconnected()
517 if (screenGroup->GetChildCount() == 0) { in RemoveChildFromGroup()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp417 DumpLog::GetInstance().Print(0, info.GetComponentType(), info.GetChildCount()); in DumpPropertyForThird()
H A Djs_third_provider_interaction_operation.cpp43 printStr.append(", childCount: ").append(std::to_string(info.GetChildCount())); in LogAccessibilityElementInfo()
H A Djs_accessibility_manager.cpp3152 0, extensionElementInfo.GetComponentType(), extensionElementInfo.GetChildCount()); in DumpPropertyNG()
3181 DumpLog::GetInstance().Print(0, nodeInfo.GetComponentType(), nodeInfo.GetChildCount()); in DumpPropertyNG()
3251 DumpLog::GetInstance().Print(depth, accessibilityInfo.GetComponentType(), accessibilityInfo.GetChildCount()); in DumpAccessibilityElementInfosTreeNG()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h597 int32_t GetChildCount() const;
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h279 size_t GetChildCount() const;
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp36 int32_t AccessibilityElementInfo::GetChildCount() const in GetChildCount() function in OHOS::Accessibility::AccessibilityElementInfo
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp1230 if (GetChildCount() == 0 || mirrorScreenId_ == screenSession->screenId_) { in GetRSDisplayNodeConfig()
1348 size_t ScreenSessionGroup::GetChildCount() const in GetChildCount() function in OHOS::Rosen::ScreenSessionGroup
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp3852 if (screenGroup->GetChildCount() == 0) { in RemoveChildFromGroup()

Completed in 38 milliseconds