Home
last modified time | relevance | path

Searched refs:sync_type (Results 1 - 7 of 7) sorted by relevance

/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()
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 Dpre_query_abnormal.rs49 let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAccount as u32; in pre_query_invalid_sync_type()
50 query.insert_attr(Tag::SyncType, sync_type + 1); in pre_query_invalid_sync_type()
H A Dremove_abnormal.rs50 let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAccount as u32; in remove_invalid_sync_type()
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::TrustedAccount as u32; in add_invalid_sync_type()
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::TrustedAccount as u32; in add_sync_type_with_max_len()
199 attrs.insert_attr(Tag::SyncType, sync_type); in add_sync_type_with_max_len()
H A Dquery_abnormal.rs50 let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAccount as u32; in query_invalid_sync_type()
51 query.insert_attr(Tag::SyncType, sync_type + 1); in query_invalid_sync_type()
H A Dquery.rs441 let mut sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAccount as u32; in query_with_sync_type() variables
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 Dupdate_abnormal.rs114 let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAccount as u32; in update_query_invalid_sync_type()
115 query.insert_attr(Tag::SyncType, sync_type + 1); in update_query_invalid_sync_type()

Completed in 4 milliseconds