Home
last modified time | relevance | path

Searched refs:audioParameterKeys (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/server/src/config/
H A Daudio_param_parser.cpp38 std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioParameterKeys) in LoadConfiguration()
72 if (!ParseInternal(root, audioParameterKeys)) { in LoadConfiguration()
82 std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioParameterKeys) in ParseInternal()
93 ParseMainKeys(currNode, audioParameterKeys); in ParseInternal()
95 ParseInternal(currNode->xmlChildrenNode, audioParameterKeys); in ParseInternal()
103 std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioParameterKeys) in ParseMainKeys()
108 ParseMainKey(mainKeysNode, audioParameterKeys); in ParseMainKeys()
115 std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioParameterKeys) in ParseMainKey()
126 ParseSubKeys(mainKeyNode, mainKeyName, audioParameterKeys); in ParseMainKey()
133 std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioParameterKeys) in ParseSubKeys()
37 LoadConfiguration( std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioParameterKeys) LoadConfiguration() argument
81 ParseInternal(xmlNode *node, std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioParameterKeys) ParseInternal() argument
102 ParseMainKeys(xmlNode *node, std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioParameterKeys) ParseMainKeys() argument
114 ParseMainKey(xmlNode *node, std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioParameterKeys) ParseMainKey() argument
132 ParseSubKeys(xmlNode *node, std::string &mainKeyName, std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioParameterKeys) ParseSubKeys() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/include/config/
H A Daudio_param_parser.h39 std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioParameterKeys);
43 std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioParameterKeys);
45 std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioParameterKeys);
47 std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioParameterKeys);
49 std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioParameterKeys);
/foundation/multimedia/audio_framework/test/fuzztest/audioservermore_fuzzer/
H A Daudio_server_more_fuzzer.cpp104 std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> audioParameterKeys = {}; in AudioServerLoadConfigurationTest() local
115 audioParameterKeys.insert(std::make_pair(audioParameterKeyStr_1, audioParameterKey)); in AudioServerLoadConfigurationTest()
116 audioParameterKeys.insert(std::make_pair(audioParameterKeyStr_2, audioParameterKey)); in AudioServerLoadConfigurationTest()
119 audioParamParser->LoadConfiguration(audioParameterKeys); in AudioServerLoadConfigurationTest()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server.cpp74 std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> AudioServer::audioParameterKeys; member in OHOS::AudioStandard::AudioServer
346 if (audioParamParser->LoadConfiguration(audioParameterKeys)) { in OnStart()
438 if (audioParameterKeys.empty()) { in SetExtraParameters()
443 auto mainKeyIt = audioParameterKeys.find(key); in SetExtraParameters()
444 if (mainKeyIt == audioParameterKeys.end()) { in SetExtraParameters()
850 if (audioParameterKeys.empty()) { in GetExtraParameters()
855 auto mainKeyIt = audioParameterKeys.find(mainKey); in GetExtraParameters()
856 if (mainKeyIt == audioParameterKeys.end()) { in GetExtraParameters()
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Daudio_server.h233 static std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> audioParameterKeys; member in OHOS::AudioStandard::AudioServer
/foundation/multimedia/audio_framework/test/fuzztest/audiostream_fuzzer/
H A Daudio_stream_fuzzer.cpp200 if (audioParamParser->LoadConfiguration(AudioServer::audioParameterKeys)) { in GetServerPtr()

Completed in 8 milliseconds