Home
last modified time | relevance | path

Searched refs:host_info_store (Results 1 – 25 of 35) sorted by relevance

12

/external/autotest/server/
Dafe_utils.py116 info = host.host_info_store.get()
119 host.host_info_store.commit(info)
128 info = host.host_info_store.get()
133 host.host_info_store.commit(info)
Dadb_utils.py48 info = host.host_info_store.get()
Dserver_job.py122 host_info_store = host_info.InMemoryHostInfoStore()
126 host_info_store.commit(info)
134 host_info_store = _create_host_info_store(machine, workdir)
139 'host_info_store': host_info_store,
/external/autotest/server/site_tests/provision_CheetsUpdate/
Dprovision_CheetsUpdate.py164 info = host.host_info_store.get()
184 host.host_info_store.commit(info)
196 info = host.host_info_store.get()
200 host.host_info_store.commit(info)
/external/autotest/server/hosts/
Dtestbed.py47 host_info_store=None, **dargs): argument
61 self.host_info_store = (host_info_store or
79 host_info_store=self.host_info_store, **dargs)
145 info = self.host_info_store.get()
Dcros_firmware.py75 info = host.host_info_store.get()
94 info = host.host_info_store.get()
285 info = host.host_info_store.get()
Dfactory.py69 host_info_store = host_info.get_store_from_machine(machine)
70 info = host_info_store.get()
90 'host_info_store': host_info_store,
Dcros_repair.py291 info = host.host_info_store.get()
310 info = host.host_info_store.get()
321 if info != host.host_info_store.get():
322 host.host_info_store.commit(info)
Demulated_adb_host.py96 info = self.host_info_store.get()
106 info = self.host_info_store.get()
Dbase_label.py34 info = host.host_info_store.get()
Dabstract_ssh.py42 afe_host=None, host_info_store=None, connection_pool=None, argument
82 self.host_info_store = (host_info_store or
/external/autotest/server/cros/
Dautoupdate_utils.py34 info = host.host_info_store.get()
/external/autotest/server/site_tests/platform_CryptohomeMigrateChapsToken/
Dplatform_CryptohomeMigrateChapsToken.py20 info = host.host_info_store.get()
/external/autotest/server/site_tests/android_EasySetup/
Dandroid_EasySetup.py44 info = v.host_info_store.get()
/external/autotest/server/site_tests/provision_TestbedUpdate/
Dprovision_TestbedUpdate.py82 info = testbed.host_info_store.get()
/external/autotest/server/site_tests/provision_FirmwareUpdate/
Dprovision_FirmwareUpdate.py28 info = host.host_info_store.get()
/external/autotest/server/cros/network/
Dwifi_cell_test_base.py39 info = host.host_info_store.get()
/external/autotest/server/site_tests/provision_AndroidUpdate/
Dprovision_AndroidUpdate.py76 info = host.host_info_store.get()
/external/autotest/server/site_tests/provision_AutoUpdate/
Dprovision_AutoUpdate.py76 info = host.host_info_store.get()
Dcontrol.double68 info = host.host_info_store.get()
/external/autotest/server/site_tests/autoupdate_P2P/
Dautoupdate_P2P.py195 info = host.host_info_store.get()
/external/autotest/server/cros/chaos_lib/
Dstatic_runner.py132 self._host.host_info_store,
Dchaos_runner.py166 self._host.host_info_store,
/external/autotest/server/site_tests/brillo_Gtests/
Dbrillo_Gtests.py61 info = host.host_info_store.get()
/external/autotest/client/common_lib/hosts/
Drepair.py736 board = host.host_info_store.board or ''

12