HomeSort by relevance Sort by last modified time
    Searched full:stop_capture (Results 1 - 21 of 21) sorted by null

  /tools/test/connectivity/acts/framework/acts/controllers/
sniffer.py 54 sniffer.stop_capture()
177 stop_capture() function.
181 - Explicitly: call either stop_capture() or wait_for_capture()
184 None), otherwise a stop_capture() will be called.
219 def stop_capture(self): member in class:Sniffer
224 stop_capture() method is executed (e.g. for a remote sniffer).
243 may not exist until the stop_capture() method is executed (e.g. for a
249 function or the stop_capture() function to make sure that the capture
256 stop_capture() function.
286 self._sniffer.stop_capture()
    [all...]
  /frameworks/base/tests/SoundTriggerTestApp/res/values/
strings.xml 26 <string name="stop_capture">Stop Capturing Audio</string>
  /external/autotest/server/site_tests/network_WiFi_HiddenScan/
network_WiFi_HiddenScan.py 33 results = self.context.router.stop_capture()
  /external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/
network_WiFi_ChaosLongConnect.py 74 capturer.stop_capture(save_dir=self.outputdir,
  /external/autotest/server/site_tests/network_WiFi_SimpleConnect/
network_WiFi_SimpleConnect.py 66 self.context.router.stop_capture()
  /external/autotest/server/site_tests/network_WiFi_VisibleScan/
network_WiFi_VisibleScan.py 43 results = self.context.router.stop_capture()
  /tools/test/connectivity/acts/framework/tests/
SnifferSanityTest.py 52 Alternatively, could also use a sleep() + stop_capture() process
  /tools/test/connectivity/acts/framework/acts/controllers/sniffer_lib/local/
local_base.py 134 def stop_capture(self): member in class:SnifferLocalBase
153 self.stop_capture()
  /external/autotest/server/cros/network/
packet_capturer.py 134 def stop_capture(self, capture_pid=None): member in class:DisabledPacketCapturer
181 self.stop_capture()
325 def stop_capture(self, capture_pid=None, local_save_dir=None, member in class:PacketCapturer
wifi_client.py 453 self.stop_capture()
    [all...]
  /external/autotest/server/site_tests/network_WiFi_RegDomain/
network_WiFi_RegDomain.py 124 wifi_context.router.stop_capture()
179 pcap_path = router.stop_capture()[0].local_pcap_path
189 router.stop_capture()
  /external/autotest/server/site_tests/network_WiFi_ChaosConnectDisconnect/
network_WiFi_ChaosConnectDisconnect.py 64 capturer.stop_capture(save_dir=self.outputdir,
  /external/autotest/server/site_tests/network_WiFi_LowInitialBitrates/
network_WiFi_LowInitialBitrates.py 97 results = self.context.router.stop_capture()
  /external/autotest/server/site_tests/network_WiFi_MalformedProbeResp/
network_WiFi_MalformedProbeResp.py 86 self.context.router.stop_capture()
  /external/autotest/server/site_tests/network_WiFi_OverlappingBSSScan/
network_WiFi_OverlappingBSSScan.py 82 self.context.router.stop_capture()
  /external/autotest/server/
site_linux_system.py 29 devices, along with start_capture and stop_capture. More commands may
314 self.stop_capture()
339 def stop_capture(self, save_dir=None, save_filename=None): member in class:LinuxSystem
348 results = self._packet_capturer.stop_capture(
  /external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/
network_WiFi_DarkResumeActiveScans.py 34 results = self.context.router.stop_capture()
  /external/autotest/server/site_tests/network_WiFi_RateControl/
network_WiFi_RateControl.py 155 results = self.context.router.stop_capture()
  /external/autotest/server/site_tests/network_WiFi_ChannelScanDwellTime/
network_WiFi_ChannelScanDwellTime.py 151 pcap_path = self.context.router.stop_capture()[0].local_pcap_path
  /external/autotest/server/site_tests/network_WiFi_TDLSPing/
network_WiFi_TDLSPing.py 55 results = self.context.router.stop_capture()
  /external/autotest/server/cros/clique_lib/
clique_dut_control.py 502 capturer.stop_capture(save_dir=self.outputdir,

Completed in 2060 milliseconds