Home
last modified time | relevance | path

Searched defs:sync_type (Results 1 – 8 of 8) sorted by relevance

/base/security/asset/test/unittest/inner_kits_rust/src/
Dadd_abnormal.rs186 …let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAc… in add_invalid_sync_type() localVariable
198 …let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAc… in add_sync_type_with_max_len() localVariable
Dremove_abnormal.rs50 …let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAc… in remove_invalid_sync_type() localVariable
Dpre_query_abnormal.rs49 …let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAc… in pre_query_invalid_sync_type() localVariable
Dadd.rs161 let sync_type = (SyncType::ThisDevice as u32) | (SyncType::TrustedDevice as u32); in add_multiple_sync_types() localVariable
Dquery_abnormal.rs50 …let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAc… in query_invalid_sync_type() localVariable
Dupdate_abnormal.rs114 …let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAc… in update_query_invalid_sync_type() localVariable
Dquery.rs441 …let mut sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::Trust… in query_with_sync_type() localVariable
/base/security/asset/services/db_operator/src/
Dtable.rs505 let sync_type = Value::Number(SyncType::TrustedAccount as u32); in update_sync_datas_by_aliases() localVariable
522 let sync_type = Value::Number(SyncType::TrustedAccount as u32); in delete_local_datas_by_aliases() localVariable