Searched refs:ParseAttributes (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/ |
H A D | hls_tags.h | 106 virtual void ParseAttributes(const std::string& field); 118 void ParseAttributes(const std::string& field) override;
|
H A D | hls_tags.cpp | 178 AttributesTag::ParseAttributes(v); in AttributesTag() 196 void AttributesTag::ParseAttributes(const std::string& field) in ParseAttributes() function in OHOS::Media::Plugin::HttpPlugin::AttributesTag 257 ValuesListTag::ParseAttributes(v); in ValuesListTag() 260 void ValuesListTag::ParseAttributes(const std::string& field) in ParseAttributes() function in OHOS::Media::Plugin::HttpPlugin::ValuesListTag
|
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/ |
H A D | hls_tags.h | 106 virtual void ParseAttributes(const std::string& field); 118 void ParseAttributes(const std::string& field) override;
|
H A D | hls_tags.cpp | 173 AttributesTag::ParseAttributes(v); in AttributesTag() 192 void AttributesTag::ParseAttributes(const std::string& field) in ParseAttributes() function in OHOS::Media::Plugins::HttpPlugin::AttributesTag 253 ValuesListTag::ParseAttributes(v); in ValuesListTag() 256 void ValuesListTag::ParseAttributes(const std::string& field) in ParseAttributes() function in OHOS::Media::Plugins::HttpPlugin::ValuesListTag
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.h | 44 void ParseAttributes(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseAttributes() function in OHOS::Ace::Framework::JsCardParser 47 ParseAttributes(rootJson, nodeId, attrs, command, dataJson_, nullptr); in ParseAttributes() 154 void ParseAttributes(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId,
|
H A D | js_card_parser.cpp | 612 void JsCardParser::ParseAttributes(const std::unique_ptr<JsonValue>& rootJson, int32_t nodeId, in ParseAttributes() function in OHOS::Ace::Framework::JsCardParser 1320 ParseAttributes(rootJson, selfId, attrs, static_cast<JsCommandDomElementOperator*>(ptr), dataJson, propsJson); in UpdateDomNode() 1706 ParseAttributes(rootJson, nodeId, attrs, (Framework::JsCommandDomElementOperator*)ptr, dataJson, propsJson); in CreateDomNode()
|
/foundation/multimedia/av_codec/test/unittest/hls_test/ |
H A D | hls_tags_unit_test.cpp | 198 HWTEST_F(AttributeUnitTest, ParseAttributes, TestSize.Level1)
in HWTEST_F()
|
Completed in 7 milliseconds