Searched refs:Py2Pb (Results 1 – 2 of 2) sorted by relevance
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 131 vp = self.vtypes.Py2Pb("VehiclePropValue", 163 vp = self.vtypes.Py2Pb("VehiclePropValue", propValue) 254 self.vtypes.Py2Pb("VehicleProperty", 362 pbSubscribeOption = self.vtypes.Py2Pb("SubscribeOptions", 379 vp = self.vtypes.Py2Pb("VehiclePropValue", propValue) 775 pbSubscribeOptions = self.vtypes.Py2Pb("SubscribeOptions", 855 requestPropValue = self.test.vtypes.Py2Pb("VehiclePropValue", 913 requestPropValue = self.test.vtypes.Py2Pb("VehiclePropValue",
|
/test/vts/utils/python/mirror/ |
D | native_entity_mirror.py | 160 def Py2Pb(self, attribute_name, py_values): member in NativeEntityMirror 308 return self.Py2Pb(api_name, args)
|