Home
last modified time | relevance | path

Searched refs:ExtractPropertyValue (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/
H A Dxml_parser.cpp113 std::string paraName = ExtractPropertyValue("name", node); in ParseParam()
116 std::string mode = ExtractPropertyValue("value", node); in ParseParam()
135 if (ExtractPropertyValue("switch", node) == "1") { in ParseSubSequentParams()
223 auto name = ExtractPropertyValue("name", *currNode); in ParseStrategyConfig()
224 auto min = ExtractPropertyValue("min", *currNode); in ParseStrategyConfig()
225 auto max = ExtractPropertyValue("max", *currNode); in ParseStrategyConfig()
230 auto down = ExtractPropertyValue("down", *currNode); in ParseStrategyConfig()
267 auto name = ExtractPropertyValue("name", *currNode); in ParseAppBufferList()
279 auto fps = ExtractPropertyValue(name, node); in ParseBufferStrategyList()
314 auto type = ExtractPropertyValue("type", *currNode); in ParseScreenConfig()
[all …]
H A Dxml_parser.h64 std::string ExtractPropertyValue(const std::string &propName, xmlNode &node);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_policy_parser.cpp298 std::string adapterName = ExtractPropertyValue("name", node); in ParseAdapter()
339 pipeInfo.name_ = ExtractPropertyValue("name", *currNode); in ParsePipes()
498 deviceInfo.name_ = ExtractPropertyValue("name", *currNode); in ParseDevices()
499 deviceInfo.type_ = ExtractPropertyValue("type", *currNode); in ParseDevices()
500 deviceInfo.pin_ = ExtractPropertyValue("pin", *currNode); in ParseDevices()
501 deviceInfo.role_ = ExtractPropertyValue("role", *currNode); in ParseDevices()
616 std::string name = ExtractPropertyValue("name", *currNode); in ParsePAConfigs()
669 configInfo.name_ = ExtractPropertyValue("name", *currNode); in ParseOutputMaxInstances()
670 configInfo.type_ = ExtractPropertyValue("flag", *currNode); in ParseOutputMaxInstances()
688 configInfo.name_ = ExtractPropertyValue("name", *currNode); in ParseInputMaxInstances()
[all …]
H A Daudio_strategy_router_parser.cpp82 string name = ExtractPropertyValue("name", strategyNode); in ParserStrategyInfo()
83 string routers = ExtractPropertyValue("routers", strategyNode); in ParserStrategyInfo()
102 std::string AudioStrategyRouterParser::ExtractPropertyValue(const std::string &propName, xmlNode *n… in ExtractPropertyValue() function in OHOS::AudioStandard::AudioStrategyRouterParser
H A Daudio_device_parser.cpp143 std::string adapterName = ExtractPropertyValue("name", currNode); in ParseAudioDevicePrivacyType()
172 std::string AudioDeviceParser::ExtractPropertyValue(const std::string &propName, xmlNode *node) in ExtractPropertyValue() function in OHOS::AudioStandard::AudioDeviceParser
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/config/
H A Daudio_param_parser.cpp117 std::string mainKeyName = ExtractPropertyValue("name", *node); in ParseMainKey()
141 std::string subKeyName = ExtractPropertyValue("name", *subKeyNode); in ParseSubKeys()
143 std::string usage = ExtractPropertyValue("usage", *subKeyNode); in ParseSubKeys()
156 std::string AudioParamParser::ExtractPropertyValue(const std::string &propName, xmlNode &node) in ExtractPropertyValue() function in OHOS::AudioStandard::AudioParamParser
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/config/
H A Daudio_strategy_router_parser.h65 string ExtractPropertyValue(const string &propName, xmlNode *node);
H A Daudio_device_parser.h83 std::string ExtractPropertyValue(const std::string &propName, xmlNode *node);
H A Daudio_policy_parser.h87 std::string ExtractPropertyValue(const std::string &propName, xmlNode &node);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/config/
H A Daudio_param_parser.h51 std::string ExtractPropertyValue(const std::string &propName, xmlNode &node);