Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/services/plugin/src/
H A Dasset_plugin.rs183 let mut total_remove_count = 0; in remove() localVariable
186total_remove_count += db.delete_datas(attributes, None, false).map_err(|e| e.code as u32)?; in remove()
188 Ok(total_remove_count) in remove()
194 let mut total_remove_count = 0; in ce_remove() localVariable
199 Ok(total_remove_count) in ce_remove()
209 let mut total_remove_count = 0; in remove_with_specific_cond() localVariable
212 total_remove_count += in remove_with_specific_cond()
215 Ok(total_remove_count) in remove_with_specific_cond()
225 let mut total_remove_count = 0; in ce_remove_with_specific_cond() localVariable
228 total_remove_count += in ce_remove_with_specific_cond()
[all …]