Home
last modified time | relevance | path

Searched refs:get_host_attribute (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/
Dfrontend.py529 def get_host_attribute(self, attr, **dargs): member in AFE
/external/autotest/frontend/afe/
Drpc_interface_unittest.py304 attributes = rpc_interface.get_host_attribute(
758 attributes = rpc_interface.get_host_attribute(
Drpc_interface.py554 def get_host_attribute(attribute, **host_filter_data): function