Searched refs:GetExtraElementInfoValueStr (Results 1 – 4 of 4) sorted by relevance
345 const std::map<std::string, std::string> &GetExtraElementInfoValueStr() const;
889 const std::map<std::string, std::string> &ExtraElementInfo::GetExtraElementInfoValueStr() const in GetExtraElementInfoValueStr() function in OHOS::Accessibility::ExtraElementInfo
2176 if (!extraElementInfo.GetExtraElementInfoValueStr().empty()) { in DumpExtraElementInfoNG()2177 for (auto i = extraElementInfo.GetExtraElementInfoValueStr().begin(); in DumpExtraElementInfoNG()2178 i != extraElementInfo.GetExtraElementInfoValueStr().end(); ++i) { in DumpExtraElementInfoNG()
625 … callbackInfo->accessibilityElement_.elementInfo_->GetExtraElement().GetExtraElementInfoValueStr(); in GetExtraElementInfo()