Searched refs:GetExtraElementInfoValueInt (Results 1 – 4 of 4) sorted by relevance
352 const std::map<std::string, int32_t> &GetExtraElementInfoValueInt() const;
894 const std::map<std::string, int32_t> &ExtraElementInfo::GetExtraElementInfoValueInt() const in GetExtraElementInfoValueInt() function in OHOS::Accessibility::ExtraElementInfo
2182 if (!extraElementInfo.GetExtraElementInfoValueInt().empty()) { in DumpExtraElementInfoNG()2183 for (auto i = extraElementInfo.GetExtraElementInfoValueInt().begin(); in DumpExtraElementInfoNG()2184 i != extraElementInfo.GetExtraElementInfoValueInt().end(); ++i) { in DumpExtraElementInfoNG()
627 … callbackInfo->accessibilityElement_.elementInfo_->GetExtraElement().GetExtraElementInfoValueInt(); in GetExtraElementInfo()