Searched refs:HostAttribute (Results 1 – 4 of 4) sorted by relevance
/external/autotest/server/ |
D | frontend.py | 531 return [HostAttribute(self, a) for a in host_attrs] 945 class HostAttribute(RpcObject): class
|
/external/autotest/frontend/afe/ |
D | models.py | 888 return HostAttribute, dict(host=self, attribute=attribute) 914 return HostAttribute 926 class HostAttribute(dbmodels.Model, model_logic.ModelExtensions): class 969 return super(HostAttribute, cls).deserialize(data)
|
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')
|