Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/test/unittest/inner_kits_rust/src/
H A Dadd.rs161 let sync_type = (SyncType::ThisDevice as u32) | (SyncType::TrustedDevice as u32); in add_multiple_sync_types() localVariable
165 attrs.insert_attr(Tag::SyncType, sync_type); in add_multiple_sync_types()
171 assert_eq!(sync_type, res[0].get_num_attr(&Tag::SyncType).unwrap()); in add_multiple_sync_types()
H A Dremove_abnormal.rs50 …let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAc… in remove_invalid_sync_type() localVariable
51 query.insert_attr(Tag::SyncType, sync_type + 1); in remove_invalid_sync_type()
H A Dadd_abnormal.rs186 …let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAc… in add_invalid_sync_type() localVariable
187 attrs.insert_attr(Tag::SyncType, sync_type + 1); in add_invalid_sync_type()
198 …let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAc… in add_sync_type_with_max_len() localVariable
199 attrs.insert_attr(Tag::SyncType, sync_type); in add_sync_type_with_max_len()
H A Dpre_query_abnormal.rs49 …let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAc… in pre_query_invalid_sync_type() localVariable
50 query.insert_attr(Tag::SyncType, sync_type + 1); in pre_query_invalid_sync_type()
H A Dquery.rs441 …let mut sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::Trust… in query_with_sync_type() localVariable
442 query.insert_attr(Tag::SyncType, sync_type); in query_with_sync_type()
445 sync_type = SyncType::ThisDevice as u32; in query_with_sync_type()
446 query.insert_attr(Tag::SyncType, sync_type); in query_with_sync_type()
H A Dquery_abnormal.rs50 …let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAc… in query_invalid_sync_type() localVariable
51 query.insert_attr(Tag::SyncType, sync_type + 1); in query_invalid_sync_type()
H A Dupdate_abnormal.rs114 …let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAc… in update_query_invalid_sync_type() localVariable
115 query.insert_attr(Tag::SyncType, sync_type + 1); in update_query_invalid_sync_type()
/ohos5.0/base/update/packaging_tools/test/
H A Dsource_vendor_data Error!