Searched refs:xmlParser (Results 1 – 3 of 3) sorted by relevance
54 …std::shared_ptr<RecorderProfilesXmlParser> xmlParser = std::make_shared<RecorderProfilesXmlParser>… in ParseRecorderProfilesXml() local56 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()
53 AVCodecXmlParser xmlParser; in ParseCodecXml() local54 bool ret = xmlParser.LoadConfiguration(); in ParseCodecXml()60 ret = xmlParser.Parse(); in ParseCodecXml()66 std::vector<CapabilityData> data = xmlParser.GetCapabilityDataArray(); in ParseCodecXml()
251 std::unique_ptr<NetworkXmlParser> xmlParser = std::make_unique<NetworkXmlParser>(); in MergeWifiConfig() local252 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() local285 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()