Searched refs:GetTextType (Results 1 – 6 of 6) sorted by relevance
145 json->PutExtAttr("accessibilityTextHint", GetTextType().c_str(), filter); in ToJsonValue()592 std::string GetTextType() const in GetTextType() function
1497 const std::string &GetTextType() const;
586 const std::string &AccessibilityElementInfo::GetTextType() const in GetTextType() function in OHOS::Accessibility::AccessibilityElementInfo
1294 EXPECT_STREQ(elementInfo_->GetTextType().c_str(), "test");
1032 …callbackInfo->accessibilityElement_.elementInfo_->GetTextType().c_str(), NAPI_AUTO_LENGTH, &value)… in GetElementInfoTextType()
1349 nodeInfo.SetTextType(accessibilityProperty->GetTextType()); in UpdateAccessibilityElementInfo()6031 …:string textType = frameNode->GetAccessibilityProperty<NG::AccessibilityProperty>()->GetTextType(); in FindTextByTextHint()