Searched refs:HostAttribute (Results 1 – 5 of 5) sorted by relevance
/external/autotest/server/ |
D | frontend.py | 526 return [HostAttribute(self, a) for a in host_attrs] 940 class HostAttribute(RpcObject): class
|
/external/autotest/frontend/afe/ |
D | models.py | 885 return HostAttribute, dict(host=self, attribute=attribute) 911 return HostAttribute 923 class HostAttribute(dbmodels.Model, model_logic.ModelExtensions): class 966 return super(HostAttribute, cls).deserialize(data)
|
D | admin.py | 152 model = models.HostAttribute
|
D | rpc_interface.py | 562 models.Host.objects.populate_relationships(hosts, models.HostAttribute, 647 models.Host.objects.populate_relationships(hosts, models.HostAttribute, 1778 rows = models.HostAttribute.query_objects({'attribute': attribute,
|
D | models_test.py | 56 [host], models.HostAttribute, 'attribute_list')
|