Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/tools/cp-caps/
H A Drcp_caps_test.py138 …self.__output_format_string('Throughput', self.__bitrate_to_string(results['receiver']['bitrate']))
553 def __output_format_string(self, name: str, value: str): member in RcpCaps
558 self.__output_format_string(name, 'OK' if value else 'NotSupported')