Searched refs:IsAttr (Results 1 – 2 of 2) sorted by relevance
222 if target in test_policy.pol.QueryTypeAttribute(Type=attr, IsAttr=True):228 …rTypes = test_policy.pol.QueryTypeAttribute(Type="isolated_compute_allowed_service", IsAttr=True) \229 … .union(test_policy.pol.QueryTypeAttribute(Type="isolated_compute_allowed_device", IsAttr=True))248 isolatedMemberTypes = test_policy.pol.QueryTypeAttribute(Type="isolated_app_all", IsAttr=True)
192 def QueryTypeAttribute(self, Type, IsAttr): argument194 create_string_buffer(Type.encode("ascii")), IsAttr)