Searched refs:get_current_context (Results 1 – 24 of 24) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/ |
D | WlanRvrTest.py | 199 output_path = context.get_current_context().get_base_output_path() 200 test_class_name = context.get_current_context().test_class_name 591 context.get_current_context().get_full_output_path(), 596 context.get_current_context().get_full_output_path(), graph_data) 611 context.get_current_context().get_full_output_path(), 616 context.get_current_context().get_full_output_path(), graph_data) 631 context.get_current_context().get_full_output_path(), 636 context.get_current_context().get_full_output_path(), graph_data) 651 context.get_current_context().get_full_output_path(), 656 context.get_current_context().get_full_output_path(), graph_data) [all …]
|
D | ChannelSweepTest.py | 136 output_path = context.get_current_context().get_base_output_path() 379 output_path = context.get_current_context().get_base_output_path() 401 output_path = context.get_current_context().get_base_output_path()
|
D | WlanWmmTest.py | 403 output_path = context.get_current_context().get_base_output_path()
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_context_test.py | 29 from acts.context import get_current_context 85 self.assertIsInstance(get_current_context(), TestClassContext) 97 self.assertIsInstance(get_current_context(), RootContext) 110 self.assertIsInstance(get_current_context(), TestCaseContext) 127 self.assertIsInstance(get_current_context(), TestClassContext)
|
/tools/test/connectivity/acts/framework/acts/metrics/loggers/ |
D | usage_metadata_logger.py | 59 current_context = context.get_current_context()
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiRoamingPerformanceTest.py | 181 current_context = context.get_current_context().get_full_output_path() 222 current_context = context.get_current_context().get_full_output_path()
|
D | WifiThroughputStabilityTest.py | 548 current_context = context.get_current_context().get_full_output_path()
|
D | WifiPingTest.py | 654 current_context = context.get_current_context().get_full_output_path()
|
D | WifiSensitivityTest.py | 773 context.get_current_context().get_full_output_path())
|
D | WifiRssiTest.py | 951 current_context = context.get_current_context().get_full_output_path()
|
/tools/test/connectivity/acts/framework/acts/ |
D | context.py | 37 def get_current_context(depth=None): function
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | bits.py | 207 context.get_current_context().get_full_output_path(),
|
D | iperf_client.py | 111 current_context = context.get_current_context()
|
D | fuchsia_device.py | 1156 sn_path = context.get_current_context().get_full_output_path() 1197 bt_snoop_path = context.get_current_context().get_full_output_path()
|
D | iperf_server.py | 321 current_context = context.get_current_context()
|
D | android_device.py | 584 return context.get_current_context().get_full_output_path(self.serial)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
D | audio_capture_device.py | 39 current_context = context.get_current_context()
|
/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/ |
D | bits_client.py | 121 context.get_current_context().get_full_output_path(),
|
D | bits_service.py | 149 context.get_current_context().get_full_output_path(),
|
/tools/test/connectivity/acts/framework/acts/libs/logging/ |
D | log_stream.py | 351 curr_context = context.get_current_context(depth)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | ota_sniffer.py | 117 current_context = context.get_current_context()
|
D | wifi_test_utils.py | 2523 context.get_current_context().get_full_output_path(), 'PacketCapture')
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | WlanRebootTest.py | 478 log_context = context.get_current_context()
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveStressTest.py | 213 src_dir = context.get_current_context().get_full_output_path()
|