Home
last modified time | relevance | path

Searched defs:xmlPath (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dphone_number_rule.h63 std::string xmlPath; variable
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_hdf_config.cpp193 xmlChar* xmlPath = xmlGetProp(node, BAD_CAST"path"); in ParsePollingSubNode() local
313 xmlChar* xmlPath = xmlGetProp(node, BAD_CAST"path"); in ParseIsolateSubNode() local
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dxml_parse.cpp33 bool XmlParser::LoadConfiguration(const char *xmlPath) in LoadConfiguration()
/ohos5.0/foundation/communication/wifi/wifi/base/utils/
H A Dxml_parser.cpp38 bool XmlParser::LoadConfiguration(const char *xmlPath) in LoadConfiguration()
H A Dwifi_app_parser.cpp133 std::string xmlPath(appXmlFilePath); in InitAppParser() local
372 std::string xmlPath(appXmlVersionFilePath); in GetLocalFileVersion() local
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_rule.cpp52 std::string xmlPath = "/system/usr/ohos_locale_config/datetime/" + locale + ".xml"; in Init() local
91 void DateTimeRule::InitRules(std::string& xmlPath) in InitRules()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp749 bool I18nTimeZone::ReadTimeZoneData(const char *xmlPath) in ReadTimeZoneData()
847 std::string xmlPath = GetCityDisplayNameXmlPath(locale); in FindCityDisplayNameFromXml() local
910 std::string xmlPath = GetCityDisplayNameXmlPath(locale); in FindCityDisplayNameMap() local
962 std::string xmlPath = dirEntry.path(); in GetSupportedLocales() local
H A Dlocale_config.cpp865 std::string xmlPath = LANG_PATH + finalLocale + ".xml"; in GetDisplayLanguageWithDialect() local
902 std::string xmlPath = REGION_PATH + displayLocale + ".xml"; in GetDisplayOverrideRegion() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/
H A Dmedialibrary_backup_test.cpp1183 string xmlPath = "/data/test/backup/test1.xml"; variable
1194 string xmlPath = "/data/test/backup/test2.xml"; variable
1205 string xmlPath = "/data/test/backup/test3.xml"; variable
1216 string xmlPath = "/data/test/backup/test4.xml"; variable
1227 string xmlPath = ""; variable
1238 string xmlPath = " 22e"; variable
1249 string xmlPath = "777777777777777777777777777777777777777777777777777"; variable
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dphone_number_rule.cpp97 void PhoneNumberRule::InitRule(std::string& xmlPath) in InitRule()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dupgrade_restore.cpp121 int32_t UpgradeRestore::InitDbAndXml(std::string xmlPath, bool isUpgrade) in InitDbAndXml()