Searched refs:services (Results 1 – 10 of 10) sorted by relevance
/openthread-2.7.6/tests/scripts/thread-cert/ |
D | test_netdata_publisher.py | 144 def verify_anycast_services(self, services): argument 146 for service in services: 160 def verify_unicast_services(self, services): argument 162 for service in services: 234 services = leader.get_services() 235 self.assertEqual(len(services), min(1 + len(routers), DESIRED_NUM_DNSSRP_ANYCAST)) 236 self.verify_anycast_services(services) 248 services = leader.get_services() 250 self.verify_anycast_services(services) 260 services = leader.get_services() [all …]
|
D | node.py | 1708 services = [] 1715 services.append(line.strip().split(' ')) 1716 return services
|
/openthread-2.7.6/src/cli/ |
D | README_SRP_CLIENT.md | 94 When two services are successfully registered: 117 When host info (and all services) is removed: 206 Remove host info and all services from server. 220 Clear host info and all services on client (unlike `host remove`, with `host clear` no update is se… 303 Print the list of services.
|
D | README_SRP_SERVER.md | 123 Print information of all registered services.
|
D | README_NETDATA.md | 5 …rs available in the Thread network. Border Routers and devices offering services register their in… 238 Register configured prefixes, routes, and services with the Leader.
|
D | README.md | 1026 Send a browse (service instance enumeration) DNS query to get the list of services for given servic…
|
/openthread-2.7.6/ |
D | CONTRIBUTING.md | 38 Setup your GitHub fork and continuous-integration services:
|
/openthread-2.7.6/tools/otci/otci/ |
D | otci.py | 1540 services = [] 1555 services.append((enterprise_number, service_data, server_data, stable, rloc16)) 1557 return services
|
/openthread-2.7.6/third_party/mbedtls/repo/ |
D | README.md | 205 …ual purpose. First, it can be used in a PSA-compliant platform to build services, such as secure b…
|
/openthread-2.7.6/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 179 …ype `psa_status_t` which should use the status codes documented for PSA services in general and fo… 717 …ible to combine drivers from different sources. Use the same vendor assignment as for PSA services?
|