Searched refs:data_el (Results 1 – 1 of 1) sorted by relevance
38 xml::Element* data_el = intent_filter_el->FindChild({}, "data"); in HasDeepLink() local39 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() local107 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 …]