Home
last modified time | relevance | path

Searched refs:__channel (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dhf_client_client.py28 __channel = None variable in HfClientClient
32 self.__channel = grpc.aio.insecure_channel("localhost:%d" % port)
33 self.__hf_client_stub = facade_pb2_grpc.HfClientServiceStub(self.__channel)
36 await self.__channel.close()
Dsecurity_client.py33 __channel = None variable in SecurityClient
38 self.__channel = grpc.aio.insecure_channel("localhost:%d" % port)
39 self.__security = facade_pb2_grpc.SecurityServiceStub(self.__channel)
50 await self.__channel.close()
Dadapter_client.py34 __channel = None variable in AdapterClient
39 self.__channel = grpc.aio.insecure_channel("localhost:%d" % port)
40 self.__adapter_stub = facade_pb2_grpc.AdapterServiceStub(self.__channel)
49 await self.__channel.close()
152 self.__channel = grpc.insecure_channel("localhost:%d" % port)
153 self.media_stub = facade_pb2_grpc.MediaServiceStub(self.__channel)
Dhfp_client.py33 __channel = None variable in HfpClient
38 self.__channel = grpc.aio.insecure_channel("localhost:%d" % port)
39 self.__hfp_stub = facade_pb2_grpc.HfpServiceStub(self.__channel)
50 await self.__channel.close()
Dgatt_client.py35 __channel = None variable in GattClient
40 self.__channel = grpc.aio.insecure_channel("localhost:%d" % port)
41 self.__gatt_stub = facade_pb2_grpc.GattServiceStub(self.__channel)
52 await self.__channel.close()