Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationservice/src/
Dmaintenance.rs325 fn getAuthGraphKe(&self) -> binder::Result<binder::Strong<dyn IAuthGraphKeyExchange>> { in getAuthGraphKe() method
/packages/modules/Virtualization/virtualizationmanager/src/
Daidl.rs1662 fn getAuthGraphKe(&self) -> binder::Result<Strong<dyn IAuthGraphKeyExchange>> { in getAuthGraphKe() method
1663 let ag = AuthGraphKeyExchangeProxy(self.0.getAuthGraphKe()?); in getAuthGraphKe()