Home
last modified time | relevance | path

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

/ohos5.0/base/security/asset/services/plugin/src/
H A Dasset_plugin.rs237 let mut total_update_count = 0; in update() localVariable
240total_update_count += db.update_datas(attributes, false, attrs_to_update).map_err(|e| e.code as u3… in update()
242 Ok(total_update_count) in update()
248 let mut total_update_count = 0; in ce_update() localVariable
251total_update_count += db.update_datas(attributes, false, attrs_to_update).map_err(|e| e.code as u3… in ce_update()
253 Ok(total_update_count) in ce_update()