/system/bt/gd/shim/cert/ |
D | shim_test.py | 26 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/ |
D | py_le_security.py | 28 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(…
|
D | py_security.py | 25 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())
|
D | py_l2cap.py | 17 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()))
|
D | py_hci.py | 17 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()))
|
D | py_acl_manager.py | 17 from google.protobuf import empty_pb2 as empty_proto unknown 71 self.acl_manager.FetchIncomingConnection(empty_proto.Empty()))
|
D | py_le_iso.py | 30 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()))
|
D | py_le_acl_manager.py | 17 from google.protobuf import empty_pb2 as empty_proto unknown 91 self.le_acl_manager.FetchIncomingConnection(empty_proto.Empty()))
|
D | py_hal.py | 17 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()))
|
D | gd_device.py | 39 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/ |
D | py_neighbor.py | 25 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/ |
D | le_scanning_with_security_test.py | 20 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:
|
D | le_scanning_manager_test.py | 23 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:
|
D | controller_test.py | 21 from google.protobuf import empty_pb2 as empty_proto unknown
|
D | le_acl_manager_test.py | 22 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()))
|
D | le_advertising_manager_test.py | 23 from google.protobuf import empty_pb2 as empty_proto unknown
|
/system/bt/gd/security/cert/ |
D | le_security_test.py | 33 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 …]
|
D | security_test.py | 25 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
|
D | cert_security.py | 28 from google.protobuf import empty_pb2 as empty_proto unknown
|
/system/bt/gd/l2cap/le/cert/ |
D | dual_l2cap_test.py | 22 from google.protobuf import empty_pb2 as empty_proto unknown 46 … address=self.cert.controller_read_only_property.ReadLocalAddress(empty_proto.Empty()).address)
|
D | le_l2cap_test.py | 22 from google.protobuf import empty_pb2 as empty_proto unknown
|
/system/bt/gd/iso/cert/ |
D | le_iso_test.py | 34 from google.protobuf import empty_pb2 as empty_proto unknown
|
/system/bt/gd/l2cap/classic/cert/ |
D | l2cap_test.py | 35 from google.protobuf import empty_pb2 as empty_proto unknown 55 … address=self.cert.controller_read_only_property.ReadLocalAddress(empty_proto.Empty()).address)
|