Searched refs:CryptohomeProxy (Results 1 – 19 of 19) sorted by relevance
26 self.cryptohome_proxy = cryptohome.CryptohomeProxy()
19 proxy = cryptohome.CryptohomeProxy()
21 self._cryptohome_proxy = cryptohome.CryptohomeProxy()
20 self._cryptohome_proxy = cryptohome.CryptohomeProxy()
30 cryptohome.CryptohomeProxy(bus_loop).ensure_clean_cryptohome_for(user)
32 self._cryptohome_proxy = cryptohome.CryptohomeProxy(bus_loop)
28 cryptohome_proxy = cryptohome.CryptohomeProxy(bus_loop)
37 self._cryptohome_proxy = cryptohome.CryptohomeProxy(bus_loop)
51 self.proxy = cryptohome.CryptohomeProxy()
31 self.cryptohome_proxy = cryptohome.CryptohomeProxy()
29 self._cryptohome_proxy = cryptohome.CryptohomeProxy(bus_loop)
27 self.cryptohome_proxy = cryptohome.CryptohomeProxy()
36 self._cryptohome_proxy = cryptohome.CryptohomeProxy(self._bus_loop)
37 cryptohome_proxy = cryptohome.CryptohomeProxy(self._bus_loop)
33 self._cryptohome_proxy = cryptohome.CryptohomeProxy(bus_loop)
29 self._cryptohome_proxy = cryptohome.CryptohomeProxy(self._bus_loop)
72 self._cryptohome_proxy = cryptohome.CryptohomeProxy(self._bus_loop)
544 class CryptohomeProxy(DBusClient): class562 super(CryptohomeProxy, self).__init__(self.main_loop, self.bus,