Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/link/
H A DManifestFixer.cpp38 xml::Element* data_el = intent_filter_el->FindChild({}, "data"); in HasDeepLink() local
39 if (action_el == nullptr || category_el == nullptr || data_el == nullptr) { in HasDeepLink()
67 xml::Attribute* attr = data_el->FindAttribute(xml::kSchemaAndroid, attr_name); in VerifyDeeplinkPathAttribute()
77 diag->Error(android::DiagMessage(data_el->line_number) in VerifyDeeplinkPathAttribute()
78 << "attribute 'android:" << attr_name << "' in <" << data_el->name in VerifyDeeplinkPathAttribute()
89 diag->Error(android::DiagMessage(data_el->line_number) in VerifyDeeplinkPathAttribute()
106 xml::Element* data_el = intent_filter_el->FindChild({}, "data"); in VerifyDeepLinkIntentAction() local
107 if (data_el != nullptr) { in VerifyDeepLinkIntentAction()
108 if (!VerifyDeeplinkPathAttribute(data_el, diag, "path")) { in VerifyDeepLinkIntentAction()
111 if (!VerifyDeeplinkPathAttribute(data_el, diag, "pathPrefix")) { in VerifyDeepLinkIntentAction()
[all …]