Searched refs:GetChildId (Results 1 – 9 of 9) sorted by relevance
80 virtual int GetChildId(uint64_t &rep) = 0;164 int GetChildId(uint64_t &rep) override;
42 int GetChildId(uint64_t &rep) override;
194 EXPECT_EQ(elementInfo_->GetChildId(0), -1);207 EXPECT_EQ(elementInfo_->GetChildId(0), 1);222 EXPECT_EQ(elementInfo_->GetChildId(index), -1);234 EXPECT_EQ(elementInfo_->GetChildId(-1), -1);
166 int DBinderTestService::GetChildId(uint64_t &rep) in GetChildId() function in OHOS::DBinderTestService
58 int DBinderTestServiceProxy::GetChildId(uint64_t &rep) in GetChildId() function in OHOS::DBinderTestServiceProxy
1100 int result = testService->GetChildId(childId);
590 int64_t GetChildId(const int32_t index) const;
27 int64_t AccessibilityElementInfo::GetChildId(const int32_t index) const in GetChildId() function in OHOS::Accessibility::AccessibilityElementInfo
723 int64_t childId = parent.GetChildId(index); in GetChildElementInfo()