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 D | remove_abnormal.rs | 83 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 D | post_query_abnormal.rs | 31 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 D | pre_query_abnormal.rs | 92 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 D | update_abnormal.rs | 175 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 D | query_abnormal.rs | 172 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 D | add_abnormal.rs | 284 let tags_bytes = [Tag::AuthChallenge, Tag::AuthToken]; in add_unsupported_tags() localVariable
|