Searched refs:srp_client_remove_service (Results 1 – 9 of 9) sorted by relevance
/openthread-latest/tests/scripts/thread-cert/ |
D | test_srp_register_services_diff_lease.py | 156 client.srp_client_remove_service('ins2', '_test._udp') 157 client.srp_client_remove_service('ins3', '_test._udp') 231 client.srp_client_remove_service('ins1', '_test._udp') 263 client.srp_client_remove_service('ins2', '_test._udp') 264 client.srp_client_remove_service('ins3', '_test._udp')
|
D | test_srp_many_services_mtu_check.py | 126 client.srp_client_remove_service(name, '_longlongsrvname._udp')
|
D | test_srp_sub_type.py | 95 client.srp_client_remove_service('ins1', '_srv._udp')
|
D | test_srp_register_single_service.py | 106 client.srp_client_remove_service('my-service', '_ipps._tcp')
|
D | test_srp_name_conflicts.py | 243 client_1.srp_client_remove_service('my-service-1', '_ipps._tcp')
|
D | node.py | 1366 def srp_client_remove_service(self, instance_name, service_name): member in NodeImpl
|
/openthread-latest/tests/scripts/thread-cert/border_router/ |
D | test_advertising_proxy.py | 182 client.srp_client_remove_service('my-service-1', '_ipps._tcp')
|
/openthread-latest/tests/toranj/cli/ |
D | cli.py | 625 def srp_client_remove_service(self, instance_name, service_name): member in Node
|
/openthread-latest/tools/otci/otci/ |
D | otci.py | 1176 def srp_client_remove_service(self, instance: str, service: str): member in OTCI
|