Home
last modified time | relevance | path

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

/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/netstack/
DNetstackIfaceTest.py38 interfaces = self.dut.sl4f.netstack_lib.netstackListInterfaces()
69 interfaces = self.dut.sl4f.netstack_lib.netstackListInterfaces()
102 result = self.dut.sl4f.netstack_lib.netstackListInterfaces()
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/lib_controllers/
Dnetstack_controller.py40 response = self.device.sl4f.netstack_lib.netstackListInterfaces()
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/netstack/
Dnetstack_lib.py25 def netstackListInterfaces(self): member in FuchsiaNetstackLib
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/examples/
DSl4fSanityTest.py45 res = fuchsia_device.sl4f.netstack_lib.netstackListInterfaces()
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dutils.py1438 interfaces = comm_channel.sl4f.netstack_lib.netstackListInterfaces()