Home
last modified time | relevance | path

Searched refs:GetChildElementInfo (Results 1 - 14 of 14) sorted by relevance

/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Daccessibility_extension_context.cpp121 RetError AccessibilityExtensionContext::GetChildElementInfo(const int32_t index, in GetChildElementInfo() function in OHOS::Accessibility::AccessibilityExtensionContext
130 return aaClient->GetChildElementInfo(index, parent, child); in GetChildElementInfo()
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/include/
H A Daccessibility_extension_context.h108 RetError GetChildElementInfo(const int32_t index, const AccessibilityElementInfo &parent,
/foundation/barrierfree/accessibility/frameworks/aafwk/include/
H A Daccessibility_ui_test_ability_impl.h154 virtual RetError GetChildElementInfo(const int32_t index, const AccessibilityElementInfo &parent,
226 * The mode is used for functions: GetRoot, GetRootByWindow, GetChildElementInfo,
H A Daccessible_ability_client_impl.h193 virtual RetError GetChildElementInfo(const int32_t index, const AccessibilityElementInfo &parent,
298 * The mode is used for functions: GetRoot, GetRootByWindow, GetChildElementInfo,
/foundation/barrierfree/accessibility/interfaces/innerkits/aafwk/include/
H A Daccessible_ability_client.h146 virtual RetError GetChildElementInfo(const int32_t index, const AccessibilityElementInfo &parent,
255 * The mode is used for functions: GetRoot, GetRootByWindow, GetChildElementInfo,
H A Daccessibility_ui_test_ability.h158 virtual RetError GetChildElementInfo(const int32_t index, const AccessibilityElementInfo &parent,
228 * The mode is used for functions: GetRoot, GetRootByWindow, GetChildElementInfo,
/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessibility_ui_test_ability_impl.cpp206 RetError AccessibilityUITestAbilityImpl::GetChildElementInfo(const int32_t index, in GetChildElementInfo() function in OHOS::Accessibility::AccessibilityUITestAbilityImpl
215 return aaClient->GetChildElementInfo(index, parent, child); in GetChildElementInfo()
H A Daccessible_ability_client_impl.cpp679 RetError AccessibleAbilityClientImpl::GetChildElementInfo(const int32_t index, const AccessibilityElementInfo &parent, in GetChildElementInfo() function in OHOS::Accessibility::AccessibleAbilityClientImpl
/foundation/barrierfree/accessibility/frameworks/aafwk/test/unittest/
H A Daccessibility_ui_test_ability_impl_extension_test.cpp430 * @tc.name: GetChildElementInfo
431 * @tc.desc: Test function GetChildElementInfo(AccessibleAbilityClient is null)
445 EXPECT_EQ(instance_->GetChildElementInfo(index, parent, child), RET_ERR_NULLPTR); in HWTEST_F()
453 * @tc.name: GetChildElementInfo
454 * @tc.desc: Test function GetChildElementInfo(AccessibleAbilityClient is not null)
467 EXPECT_EQ(instance_->GetChildElementInfo(index, parent, child), RET_OK); in HWTEST_F()
1186 * @tc.name: GetChildElementInfo
1187 * @tc.desc: Test function GetChildElementInfo(AccessibleAbilityClient is null)
1201 EXPECT_EQ(instance_->GetChildElementInfo(index, parent, child), RET_ERR_NULLPTR); in HWTEST_F()
1209 * @tc.name: GetChildElementInfo
[all...]
H A Daccessible_ability_client_impl_test.cpp800 * @tc.name: GetChildElementInfo
801 * @tc.desc: Test function GetChildElementInfo
808 EXPECT_EQ(instance_->GetChildElementInfo(0, parent, child), RET_ERR_NO_CONNECTION); in HWTEST_F()
814 * @tc.name: GetChildElementInfo
815 * @tc.desc: Test function GetChildElementInfo
823 EXPECT_EQ(instance_->GetChildElementInfo(0, parent, child), RET_ERR_INVALID_PARAM); in HWTEST_F()
829 * @tc.name: GetChildElementInfo
830 * @tc.desc: Test function GetChildElementInfo
840 EXPECT_EQ(instance_->GetChildElementInfo(0, parent, child), RET_ERR_TIME_OUT); in HWTEST_F()
H A Daccessibility_ui_test_ability_impl_test.cpp533 * @tc.name: GetChildElementInfo
534 * @tc.desc: Test function GetChildElementInfo(AccessibleAbilityClient is null)
548 EXPECT_EQ(instance_->GetChildElementInfo(index, parent, child), RET_ERR_NULLPTR); in HWTEST_F()
556 * @tc.name: GetChildElementInfo
557 * @tc.desc: Test function GetChildElementInfo(AccessibleAbilityClient is not null)
570 EXPECT_EQ(instance_->GetChildElementInfo(index, parent, child), RET_OK); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/aafwk/test/mock/src/
H A Dmock_accessible_ability_client_impl.cpp170 RetError AccessibleAbilityClientImpl::GetChildElementInfo(const int32_t index, const AccessibilityElementInfo &parent, in GetChildElementInfo() function in OHOS::Accessibility::AccessibleAbilityClientImpl
/foundation/barrierfree/accessibility/interfaces/innerkits/test/mock/
H A Dmock_a11y_uitest_benchmark.cpp533 * @tc.name: GetChildElementInfo
534 * @tc.desc: Test function GetChildElementInfo(AccessibleAbilityClient is null)
548 EXPECT_EQ(instance_->GetChildElementInfo(index, parent, child), RET_ERR_NULLPTR); in HWTEST_F()
556 * @tc.name: GetChildElementInfo
557 * @tc.desc: Test function GetChildElementInfo(AccessibleAbilityClient is not null)
570 EXPECT_EQ(instance_->GetChildElementInfo(index, parent, child), RET_OK); in HWTEST_F()
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp548 OHOS::Accessibility::AccessibilityUITestAbility::GetInstance()->GetChildElementInfo( in DoSomethingInterestingWithGetChildElementInfo()

Completed in 14 milliseconds