Searched refs:parse_proto_to_ascii (Results 1 – 7 of 7) sorted by relevance
20 def parse_proto_to_ascii(binary_proto_msg): function46 encoded = parse_proto_to_ascii(proto).encode()
19 from acts.libs.proto.proto_utils import parse_proto_to_ascii54 return parse_proto_to_ascii(self.data)62 return parse_proto_to_ascii(to_descriptor_proto(self.data))
16 from acts.libs.proto.proto_utils import parse_proto_to_ascii69 bluetooth_log_ascii = parse_proto_to_ascii(bluetooth_log)
28 from acts.libs.proto.proto_utils import parse_proto_to_ascii63 bluetooth_log_ascii = parse_proto_to_ascii(bluetooth_log)
20 from acts.libs.proto.proto_utils import parse_proto_to_ascii155 self.assertEqual(parse_proto_to_ascii(expected.data),156 parse_proto_to_ascii(actual.data))
20 from acts.libs.proto.proto_utils import parse_proto_to_ascii77 f.write(parse_proto_to_ascii(proto))
57 def test_get_ascii(self, parse_proto_to_ascii): argument62 parse_proto_to_ascii.assert_called_once_with(self.data)