Home
last modified time | relevance | path

Searched refs:xmlParser (Results 1 – 3 of 3) sorted by relevance

/foundation/multimedia/player_framework/services/engine/common/recorder_profiles/
Drecorder_profiles_ability_singleton.cpp54 …std::shared_ptr<RecorderProfilesXmlParser> xmlParser = std::make_shared<RecorderProfilesXmlParser>… in ParseRecorderProfilesXml() local
56 bool ret = xmlParser->LoadConfiguration(MEDIA_PROFILE_CONFIG_FILE); in ParseRecorderProfilesXml()
62 ret = xmlParser->Parse(); in ParseRecorderProfilesXml()
68 std::vector<RecorderProfilesData> data = xmlParser->GetRecorderProfileDataArray(); in ParseRecorderProfilesXml()
/foundation/multimedia/player_framework/services/engine/common/avcodeclist/
Davcodec_ability_singleton.cpp53 AVCodecXmlParser xmlParser; in ParseCodecXml() local
54 bool ret = xmlParser.LoadConfiguration(); in ParseCodecXml()
60 ret = xmlParser.Parse(); in ParseCodecXml()
66 std::vector<CapabilityData> data = xmlParser.GetCapabilityDataArray(); in ParseCodecXml()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
Dwifi_settings.cpp251 std::unique_ptr<NetworkXmlParser> xmlParser = std::make_unique<NetworkXmlParser>(); in MergeWifiConfig() local
252 bool ret = xmlParser->LoadConfiguration(DUAL_WIFI_CONFIG_FILE_PATH); in MergeWifiConfig()
257 ret = xmlParser->Parse(); in MergeWifiConfig()
262 std::vector<WifiDeviceConfig> wifideviceConfig = xmlParser->GetNetworks(); in MergeWifiConfig()
269 std::vector<WifiStoreRandomMac> wifiStoreRandomMac = xmlParser->GetRandomMacmap(); in MergeWifiConfig()
284 std::unique_ptr<SoftapXmlParser> xmlParser = std::make_unique<SoftapXmlParser>(); in MergeSoftapConfig() local
285 bool ret = xmlParser->LoadConfiguration(DUAL_SOFTAP_CONFIG_FILE_PATH); in MergeSoftapConfig()
290 ret = xmlParser->Parse(); in MergeSoftapConfig()
295 std::vector<HotspotConfig> hotspotConfig = xmlParser->GetSoftapConfigs(); in MergeSoftapConfig()