/foundation/barrierfree/accessibility/frameworks/common/test/unittest/ |
H A D | accessibility_element_info_test.cpp | 241 * @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 D | mock_accessibility_element_info.cpp | 241 * @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 D | abstract_screen.h | 124 size_t GetChildCount() const;
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | js_third_provider_interaction_operation_utils_test.cpp | 430 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 D | abstract_screen.cpp | 533 if (GetChildCount() == 0 || mirrorScreenId_ == dmsScreen->dmsId_) {
in GetRSDisplayNodeConfig() 691 size_t AbstractScreenGroup::GetChildCount() const
in GetChildCount() function in OHOS::Rosen::AbstractScreenGroup
|
H A D | abstract_display_controller.cpp | 159 if (group->combination_ == ScreenCombination::SCREEN_ALONE || group->GetChildCount() == 1) {
in OnAbstractScreenConnect() 202 if (screenGroup->GetChildCount() == 0) {
in OnAbstractScreenDisconnect()
|
H A D | abstract_screen_controller.cpp | 408 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 D | js_third_accessibility_hover_ng.cpp | 417 DumpLog::GetInstance().Print(0, info.GetComponentType(), info.GetChildCount()); in DumpPropertyForThird()
|
H A D | js_third_provider_interaction_operation.cpp | 43 printStr.append(", childCount: ").append(std::to_string(info.GetChildCount())); in LogAccessibilityElementInfo()
|
H A D | js_accessibility_manager.cpp | 3152 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 D | accessibility_element_info.h | 597 int32_t GetChildCount() const;
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
H A D | screen_session.h | 279 size_t GetChildCount() const;
|
/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 36 int32_t AccessibilityElementInfo::GetChildCount() const in GetChildCount() function in OHOS::Accessibility::AccessibilityElementInfo
|
/foundation/window/window_manager/window_scene/session/screen/src/ |
H A D | screen_session.cpp | 1230 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 D | screen_session_manager.cpp | 3852 if (screenGroup->GetChildCount() == 0) { in RemoveChildFromGroup()
|