Home
last modified time | relevance | path

Searched refs:GetChildId (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_test_service_skeleton.h80 virtual int GetChildId(uint64_t &rep) = 0;
164 int GetChildId(uint64_t &rep) override;
H A Ddbinder_test_service.h42 int GetChildId(uint64_t &rep) override;
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp194 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);
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service.cpp166 int DBinderTestService::GetChildId(uint64_t &rep) in GetChildId() function in OHOS::DBinderTestService
H A Ddbinder_test_service_skeleton.cpp58 int DBinderTestServiceProxy::GetChildId(uint64_t &rep) in GetChildId() function in OHOS::DBinderTestServiceProxy
H A Ddbinder_distributed_test.cpp1100 int result = testService->GetChildId(childId);
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h590 int64_t GetChildId(const int32_t index) const;
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp27 int64_t AccessibilityElementInfo::GetChildId(const int32_t index) const in GetChildId() function in OHOS::Accessibility::AccessibilityElementInfo
/ohos5.0/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_client_impl.cpp723 int64_t childId = parent.GetChildId(index); in GetChildElementInfo()