Home
last modified time | relevance | path

Searched defs:AuthGraphKeyExchangeProxy (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/virtualizationmanager/src/
Daidl.rs1676 struct AuthGraphKeyExchangeProxy(Strong<dyn IAuthGraphKeyExchange>); struct
1678 impl Interface for AuthGraphKeyExchangeProxy {} implementation
1680 impl IAuthGraphKeyExchange for AuthGraphKeyExchangeProxy { implementation