Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/metrics/loggers/
Dbounded_metrics.py16 from acts.libs.proto.proto_utils import md5_proto
92 bundle_name = 'bounded_metrics_bundle.' + md5_proto(bundle)[0:8]
Dblackbox.py17 from acts.libs.proto.proto_utils import md5_proto
122 bundle_name = 'blackbox_metrics_bundle.' + md5_proto(bundle)[0:8]
/tools/test/connectivity/acts/framework/acts/libs/proto/
Dproto_utils.py44 def md5_proto(proto): function