Home
last modified time | relevance | path

Searched defs:tags_bytes (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/asset/test/unittest/inner_kits_rust/src/
H A Dremove_abnormal.rs83 let mut tags_bytes = [CRITICAL_LABEL_ATTRS, NORMAL_LABEL_ATTRS].concat(); in remove_bytes_tag_with_unmatched_type() localVariable
97 let tags_bytes = [Tag::Accessibility, Tag::AuthType, Tag::SyncType]; in remove_number_tag_with_unmatched_type() localVariable
110 let tags_bytes = [Tag::Secret, Tag::AuthChallenge, Tag::AuthToken]; in remove_unsupported_tags() localVariable
H A Dpost_query_abnormal.rs31 let tags_bytes = vec![Tag::AuthChallenge]; in post_query_bytes_tag_with_unmatched_type() localVariable
44 let mut tags_bytes = vec![Tag::Secret, Tag::Alias, Tag::AuthToken]; in post_query_unsupported_tags() localVariable
H A Dpre_query_abnormal.rs92 let mut tags_bytes = [CRITICAL_LABEL_ATTRS, NORMAL_LABEL_ATTRS].concat(); in pre_query_bytes_tag_with_unmatched_type() localVariable
119 let tags_bytes = [Tag::Secret, Tag::AuthChallenge, Tag::AuthToken]; in pre_query_unsupported_tags() localVariable
H A Dupdate_abnormal.rs175 let tags_bytes = [CRITICAL_LABEL_ATTRS, NORMAL_LABEL_ATTRS].concat(); in update_query_bytes_tag_with_unmatched_type() localVariable
221 let tags_bytes = [Tag::Secret, Tag::AuthChallenge, Tag::AuthToken]; in update_query_unsupported_tags() localVariable
314 let mut tags_bytes = NORMAL_LABEL_ATTRS.to_vec(); in update_bytes_tag_with_unmatched_type() localVariable
339 let mut tags_bytes = CRITICAL_LABEL_ATTRS.to_vec(); in update_unsupported_tags() localVariable
H A Dquery_abnormal.rs172 let mut tags_bytes = [CRITICAL_LABEL_ATTRS, NORMAL_LABEL_ATTRS].concat(); in query_bytes_tag_with_unmatched_type() localVariable
207 let tags_bytes = [Tag::Secret]; in query_unsupported_tags() localVariable
H A Dadd_abnormal.rs284 let tags_bytes = [Tag::AuthChallenge, Tag::AuthToken]; in add_unsupported_tags() localVariable