Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/test/unittest/inner_kits_rust/src/
H A Dremove_abnormal.rs50 …let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAc… in remove_invalid_sync_type() localVariable
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
H A 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
H A Dadd.rs161 let sync_type = (SyncType::ThisDevice as u32) | (SyncType::TrustedDevice as u32); in add_multiple_sync_types() localVariable
H A Dquery_abnormal.rs50 …let sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::TrustedAc… in query_invalid_sync_type() localVariable
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
H A Dquery.rs441 …let mut sync_type = SyncType::ThisDevice as u32 | SyncType::TrustedDevice as u32 | SyncType::Trust… in query_with_sync_type() localVariable