Searched refs:AutoCounter (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/asset/services/common/src/ |
H A D | counter.rs | 57 pub struct AutoCounter; struct 59 impl AutoCounter { impl 68 impl Drop for AutoCounter { implementation
|
H A D | lib.rs | 23 pub use counter::{AutoCounter, Counter};
|
/ohos5.0/base/security/asset/services/core_service/src/common_event/ |
H A D | listener.rs | 28 use asset_common::{AutoCounter, CallingInfo, OwnerType}; 136 let _counter_user = AutoCounter::new(); in delete_data_by_owner() 196 let _counter_user = AutoCounter::new(); in on_user_removed() 202 let _counter_user = AutoCounter::new(); in delete_crypto_need_unlock() 212 let _counter_user = AutoCounter::new(); in backup_db_sync()
|
/ohos5.0/base/security/asset/services/core_service/src/ |
H A D | lib.rs | 31 use asset_common::{AutoCounter, CallingInfo, Counter, OwnerType}; 109 let _counter_user = AutoCounter::new(); in upgrade_process()
|
H A D | stub.rs | 18 use asset_common::{AutoCounter, CallingInfo, OwnerType, ProcessInfo, ProcessInfoDetail}; 44 let _counter_user = AutoCounter::new(); in on_remote_request()
|