Home
last modified time | relevance | path

Searched refs:Py2Pb (Results 1 – 4 of 4) sorted by relevance

/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py131 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)
743 pbSubscribeOptions = self.vtypes.Py2Pb("SubscribeOptions",
823 requestPropValue = self.test.vtypes.Py2Pb("VehiclePropValue",
881 requestPropValue = self.test.vtypes.Py2Pb("VehiclePropValue",
/test/vts/testcases/codelab/host_multi_hal/
DVtsCodelabHostMultiHalTest.py62 whiteState_pb = self.light_types.Py2Pb("LightState", whiteState)
/test/vts/utils/python/mirror/
Dnative_entity_mirror.py160 def Py2Pb(self, attribute_name, py_values): member in NativeEntityMirror
308 return self.Py2Pb(api_name, args)
/test/vts-testcase/hal/tv/cec/V1_0/host/
DVtsHalTvCecV1_0HostTest.py70 message = self.vtypes.Py2Pb("CecMessage", cec_message)