Home
last modified time | relevance | path

Searched refs:empty_proto (Results 1 – 23 of 23) sorted by relevance

/system/bt/gd/shim/cert/
Dshim_test.py26 from google.protobuf import empty_pb2 as empty_proto unknown
36 result = self.cert.shim.Dump(empty_proto.Empty())
37 result = self.dut.shim.Dump(empty_proto.Empty())
/system/bt/gd/cert/
Dpy_le_security.py28 from google.protobuf import empty_pb2 as empty_proto unknown
51 … self._ui_event_stream = EventStream(self._device.security.FetchUiEvents(empty_proto.Empty()))
52 … self._bond_event_stream = EventStream(self._device.security.FetchBondEvents(empty_proto.Empty()))
53 …self._helper_event_stream = EventStream(self._device.security.FetchHelperEvents(empty_proto.Empty(…
Dpy_security.py25 from google.protobuf import empty_pb2 as empty_proto unknown
70 … self._ui_event_stream = EventStream(self._device.security.FetchUiEvents(empty_proto.Empty()))
71 … self._bond_event_stream = EventStream(self._device.security.FetchBondEvents(empty_proto.Empty()))
73 self._device.security.FetchEnforceSecurityPolicyEvents(empty_proto.Empty()))
74 …onnect_event_stream = EventStream(self._device.security.FetchDisconnectEvents(empty_proto.Empty()))
76 self._device.security.FetchGetOutOfBandDataEvents(empty_proto.Empty()))
260 self._device.security.GetOutOfBandData(empty_proto.Empty())
Dpy_l2cap.py17 from google.protobuf import empty_pb2 as empty_proto unknown
80 self._l2cap_stream = EventStream(self._device.l2cap.FetchL2capData(empty_proto.Empty()))
82 self._device.l2cap.FetchSecurityConnectionEvents(empty_proto.Empty()))
108 return self._device.l2cap.GetChannelQueueDepth(empty_proto.Empty()).size
225 … self._le_l2cap_stream = EventStream(self._device.l2cap_le.FetchL2capData(empty_proto.Empty()))
Dpy_hci.py17 from google.protobuf import empty_pb2 as empty_proto unknown
121 self.event_stream = EventStream(self.device.hci.StreamEvents(empty_proto.Empty()))
122 self.le_event_stream = EventStream(self.device.hci.StreamLeSubevents(empty_proto.Empty()))
127 self.acl_stream = EventStream(self.device.hci.StreamAcl(empty_proto.Empty()))
Dpy_acl_manager.py17 from google.protobuf import empty_pb2 as empty_proto unknown
71 self.acl_manager.FetchIncomingConnection(empty_proto.Empty()))
Dpy_le_iso.py30 from google.protobuf import empty_pb2 as empty_proto unknown
77 self._iso_event_stream = EventStream(self._device.iso.FetchIsoEvents(empty_proto.Empty()))
78 self._iso_data_stream = EventStream(self._device.iso.FetchIsoData(empty_proto.Empty()))
Dpy_le_acl_manager.py17 from google.protobuf import empty_pb2 as empty_proto unknown
91 self.le_acl_manager.FetchIncomingConnection(empty_proto.Empty()))
Dpy_hal.py17 from google.protobuf import empty_pb2 as empty_proto unknown
119 self.hci_event_stream = EventStream(self.device.hal.StreamEvents(empty_proto.Empty()))
120 self.acl_stream = EventStream(self.device.hal.StreamAcl(empty_proto.Empty()))
Dgd_device.py39 from google.protobuf import empty_pb2 as empty_proto unknown
246 …roller.GetMacAddressSimple = lambda: self.hci_controller.GetMacAddress(empty_proto.Empty()).address
247 …_controller.GetLocalNameSimple = lambda: self.hci_controller.GetLocalName(empty_proto.Empty()).name
/system/bt/gd/neighbor/cert/
Dpy_neighbor.py25 from google.protobuf import empty_pb2 as empty_proto unknown
45 … self.remote_name_stream = EventStream(device.neighbor.GetRemoteNameEvents(empty_proto.Empty()))
/system/bt/gd/hci/cert/
Dle_scanning_with_security_test.py20 from google.protobuf import empty_pb2 as empty_proto unknown
64 … self.dut.hci_le_scanning_manager.StartScan(empty_proto.Empty())) as advertising_event_stream:
Dle_scanning_manager_test.py23 from google.protobuf import empty_pb2 as empty_proto unknown
75 … self.dut.hci_le_scanning_manager.StartScan(empty_proto.Empty())) as advertising_event_stream:
Dcontroller_test.py21 from google.protobuf import empty_pb2 as empty_proto unknown
Dle_acl_manager_test.py22 from google.protobuf import empty_pb2 as empty_proto unknown
41 … self.cert_hci_le_event_stream = EventStream(self.cert.hci.StreamLeSubevents(empty_proto.Empty()))
42 self.cert_acl_data_stream = EventStream(self.cert.hci.StreamAcl(empty_proto.Empty()))
Dle_advertising_manager_test.py23 from google.protobuf import empty_pb2 as empty_proto unknown
/system/bt/gd/security/cert/
Dle_security_test.py33 from google.protobuf import empty_pb2 as empty_proto unknown
81 raw_addr = self.dut.hci_controller.GetMacAddress(empty_proto.Empty()).address
91 address=self.cert.hci_controller.GetMacAddress(empty_proto.Empty()).address),
838 oobdata = self.cert.security.GetLeOutOfBandData(empty_proto.Empty())
846 oobdata = self.dut.security.GetLeOutOfBandData(empty_proto.Empty())
905 oobdata = self.cert.security.GetLeOutOfBandData(empty_proto.Empty())
913 oobdata = self.dut.security.GetLeOutOfBandData(empty_proto.Empty())
972 oobdata = self.cert.security.GetLeOutOfBandData(empty_proto.Empty())
979 oobdata = self.dut.security.GetLeOutOfBandData(empty_proto.Empty())
1043 oobdata = self.cert.security.GetLeOutOfBandData(empty_proto.Empty())
[all …]
Dsecurity_test.py25 from google.protobuf import empty_pb2 as empty_proto unknown
97 self.dut.address = self.dut.hci_controller.GetMacAddress(empty_proto.Empty()).address
99 self.cert.address = self.cert.hci_controller.GetMacAddress(empty_proto.Empty()).address
Dcert_security.py28 from google.protobuf import empty_pb2 as empty_proto unknown
/system/bt/gd/l2cap/le/cert/
Ddual_l2cap_test.py22 from google.protobuf import empty_pb2 as empty_proto unknown
46 … address=self.cert.controller_read_only_property.ReadLocalAddress(empty_proto.Empty()).address)
Dle_l2cap_test.py22 from google.protobuf import empty_pb2 as empty_proto unknown
/system/bt/gd/iso/cert/
Dle_iso_test.py34 from google.protobuf import empty_pb2 as empty_proto unknown
/system/bt/gd/l2cap/classic/cert/
Dl2cap_test.py35 from google.protobuf import empty_pb2 as empty_proto unknown
55 … address=self.cert.controller_read_only_property.ReadLocalAddress(empty_proto.Empty()).address)