Home
last modified time | relevance | path

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

/base/security/asset/services/plugin/src/
H A Dasset_plugin.rs183 let mut total_remove_count = 0; in remove() variables
186 total_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() variables
197 total_remove_count += db.delete_datas(attributes, None, false).map_err(|e| e.code as u32)?; in ce_remove()
199 Ok(total_remove_count) in ce_remove()
209 let mut total_remove_count = 0; in remove_with_specific_cond() variables
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 in ce_remove_with_specific_cond() variables
[all...]

Completed in 2 milliseconds