Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/tests/toranj/cli/
H A Dcli.py597 txt_entries=[], argument
600 txt_record = "".join(self._encode_txt_entry(entry) for entry in txt_entries)
756 txt_entries = outputs.pop(0).strip().split('[')[1].strip(' ]').split(',')
757 txt_entries = map(str.strip, txt_entries)
758 service['TXT'] = [txt for txt in txt_entries if txt]
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/border_router/
H A Dtest_mdns_restart.py130 ed1.srp_client_add_service('ed1', '_ed1._tcp', 12345, txt_entries=['id=ed1'])
135 ed2.srp_client_add_service('ed2', '_ed2._tcp', 12345, txt_entries=['id=ed2'])
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dtest_srp_many_services_mtu_check.py106 txt_entries=txt_info)
H A Dtest_dnssd.py203 …client3.srp_client_add_service('ins4', (SERVICE + ",_s1").upper(), 44444, 4, 4, txt_entries=['KEY=…
H A Dnode.py1239 txt_entries = lines.pop(0).strip().split('[')[1].strip(' ]').split(',')
1240 txt_entries = map(str.strip, txt_entries)
1241 service['TXT'] = [txt for txt in txt_entries if txt]
1354 txt_entries=[], argument
1357 txt_record = "".join(self._encode_txt_entry(entry) for entry in txt_entries)