Lines Matching refs:os_if
50 def __init__(self, os_if): argument
56 self.bios = BiosServicer(os_if)
57 self.cgpt = CgptServicer(os_if)
58 self.ec = EcServicer(os_if)
59 self.kernel = KernelServicer(os_if)
60 self.rootfs = RootfsServicer(os_if)
61 self.rpc_settings = RpcSettingsServicer(os_if)
62 self.system = SystemServicer(os_if)
63 self.tpm = TpmServicer(os_if)
64 self.updater = UpdaterServicer(os_if)
78 self._os_if = os_if
240 def __init__(self, os_if): argument
244 self._os_if = os_if
454 def __init__(self, os_if): argument
458 self._os_if = os_if
491 def __init__(self, os_if): argument
495 self._os_if = os_if
619 def __init__(self, os_if): argument
623 self._os_if = os_if
726 def __init__(self, os_if): argument
730 self._os_if = os_if
754 def __init__(self, os_if): argument
758 self._os_if = os_if
772 def __init__(self, os_if): argument
776 self._os_if = os_if
971 def __init__(self, os_if): argument
975 self._os_if = os_if
1024 def __init__(self, os_if): argument
1028 self._os_if = os_if