Home
last modified time | relevance | path

Searched refs:to_descriptor_proto (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/metrics/
Dcore.py20 from acts.libs.proto.proto_utils import to_descriptor_proto
58 return to_descriptor_proto(self.data).SerializeToString()
62 return parse_proto_to_ascii(to_descriptor_proto(self.data))
/tools/test/connectivity/acts/framework/acts/libs/proto/
Dproto_utils.py31 def to_descriptor_proto(proto): function
/tools/test/connectivity/acts/framework/tests/metrics/
Dcore_test.py65 def test_get_descriptor_binary(self, to_descriptor_proto): argument
69 to_descriptor_proto.return_value = descriptor_proto
73 to_descriptor_proto.assert_called_once_with(self.data)