Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Daidl.rs1630 Ok(BnSecretkeeper::new_binder(SecretkeeperProxy(sk), BinderFeatures::default())) in getSecretkeeper()
1652 struct SecretkeeperProxy(Strong<dyn ISecretkeeper>); struct
1654 impl Interface for SecretkeeperProxy {} implementation
1656 impl ISecretkeeper for SecretkeeperProxy { implementation