Home
last modified time | relevance | path

Searched defs:ftd (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Connectivity/thread/tests/integration/borderrouter/src/android/net/thread/borderrouter/
DBorderRoutingTest.java183 FullThreadDevice ftd = mFtds.get(0); in unicastRouting_infraDevicePingThreadDeviceOmr_replyReceived() local
205 FullThreadDevice ftd = mFtds.get(0); in unicastRouting_afterFactoryResetInfraDevicePingThreadDeviceOmr_replyReceived() local
225 FullThreadDevice ftd = mFtds.get(0); in unicastRouting_afterInfraNetworkSwitchInfraDevicePingThreadDeviceOmr_replyReceived() local
249 FullThreadDevice ftd = mFtds.get(0); in unicastRouting_borderRouterSendsUdpToThreadDevice_datagramReceived() local
289 FullThreadDevice ftd = mFtds.get(0); in unicastRouting_otDaemonRestarts_borderRoutingWorks() local
313 FullThreadDevice ftd = mFtds.get(0); in multicastRouting_ftdSubscribedMulticastAddress_infraLinkJoinsMulticastGroup() local
335 FullThreadDevice ftd = mFtds.get(0); in multicastRouting_ftdSubscribedScope3MulticastAddress_infraLinkNotJoinMulticastGroup() local
356 FullThreadDevice ftd = mFtds.get(0); in multicastRouting_ftdSubscribedMulticastAddress_canPingfromInfraLink() local
388 FullThreadDevice ftd = mFtds.get(0); in multicastRouting_ftdSubscribedScope3MulticastAddress_cannotPingfromInfraLink() local
410 FullThreadDevice ftd = mFtds.get(0); in multicastRouting_ftdNotSubscribedMulticastAddress_cannotPingFromInfraDevice() local
[all …]
DInternetAccessTest.kt167 val ftd = ftds[0] in nat64Enabled_threadDeviceResolvesHost_hostIsResolved() constant
183 val ftd = ftds[0] in nat64Disabled_threadDeviceResolvesHost_hostIsNotResolved() constant
197 val ftd = ftds[0] in nat64Enabled_threadDeviceSendsUdpToEchoServer_replyIsReceived() constant
214 val ftd = ftds[0] in nat64Enabled_afterInfraNetworkSwitch_threadDeviceSendsUdpToEchoServer_replyIsReceived() constant
DBorderRouterIntegrationTest.java261 private void startFtdChild(FullThreadDevice ftd, ActiveOperationalDataset activeDataset) in startFtdChild()
/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/
DServiceDiscoveryTest.java135 FullThreadDevice ftd = new FullThreadDevice(10 + i /* node ID */); in setUp() local
329 FullThreadDevice ftd = mFtds.get(i); in advertisingProxy_multipleSrpClientsRegisterServices_servicesResolvableByMdns() local
371 FullThreadDevice ftd = mFtds.get(0); in advertisingProxy_srpClientUpdatesService_updatedServiceResolvableByMdns() local
426 FullThreadDevice ftd = mFtds.get(0); in advertisingProxy_srpClientUnregistersService_serviceIsNotDiscoverableByMdns() local
500 FullThreadDevice ftd = mFtds.get(i); in discoveryProxy_multipleClientsBrowseAndResolveServiceOverMdns() local
512 final FullThreadDevice ftd = mFtds.get(i); in discoveryProxy_multipleClientsBrowseAndResolveServiceOverMdns() local
DThreadIntegrationTest.java340 private void startFtdChild(FullThreadDevice ftd, ActiveOperationalDataset activeDataset) in startFtdChild()
348 private void startFtdLeader(FullThreadDevice ftd, ActiveOperationalDataset activeDataset) in startFtdLeader()
DThreadNetworkShellCommandTest.java89 private static void startFtdChild(FullThreadDevice ftd, ActiveOperationalDataset activeDataset) in startFtdChild()