Searched refs:get_current_context (Results 1 – 25 of 42) sorted by relevance
12
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/performance/ |
D | WlanRvrTest.py | 204 output_path = context.get_current_context().get_base_output_path() 205 test_class_name = context.get_current_context().test_class_name 226 output_path = context.get_current_context().get_base_output_path() 635 context.get_current_context().get_full_output_path(), 640 context.get_current_context().get_full_output_path(), graph_data) 655 context.get_current_context().get_full_output_path(), 660 context.get_current_context().get_full_output_path(), graph_data) 675 context.get_current_context().get_full_output_path(), 680 context.get_current_context().get_full_output_path(), graph_data) 695 context.get_current_context().get_full_output_path(), [all …]
|
D | ChannelSweepTest.py | 140 output_path = context.get_current_context().get_base_output_path() 380 output_path = context.get_current_context().get_base_output_path() 402 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_tests/acts_contrib/test_utils/cellular/performance/ |
D | CellularThroughputBaseTest.py | 150 context.get_current_context().get_full_output_path(), 'pixel_logs') 393 context.get_current_context().get_full_output_path(), 406 context.get_current_context().get_full_output_path(), 413 context.get_current_context().get_full_output_path(), 'Kibble') 424 context.get_current_context().get_full_output_path(), 437 context.get_current_context().get_full_output_path(), plot_title)
|
/tools/test/connectivity/acts_tests/tests/google/cellular/performance/ |
D | CellularLteFr1EndcSensitivityTest.py | 58 context.get_current_context().get_full_output_path(), 143 context.get_current_context().get_full_output_path(),
|
D | CellularLtePlusFr1PeakThroughputTest.py | 54 context.get_current_context().get_full_output_path(), 133 context.get_current_context().get_full_output_path(),
|
D | CellularLteSensitivityTest.py | 127 context.get_current_context().get_full_output_path(), 191 context.get_current_context().get_full_output_path(),
|
D | CellularFr1SensitivityTest.py | 129 context.get_current_context().get_full_output_path(), 195 context.get_current_context().get_full_output_path(),
|
D | CellularRxPowerTest.py | 97 context.get_current_context().get_full_output_path(), 'pixel_logs') 216 context.get_current_context().get_full_output_path(),
|
D | CellularFr2SensitivityTest.py | 133 context.get_current_context().get_full_output_path(), 197 context.get_current_context().get_full_output_path(),
|
D | CellularFr2PeakThroughputTest.py | 64 context.get_current_context().get_full_output_path(), 151 context.get_current_context().get_full_output_path(),
|
D | CellularFr1RvRTest.py | 62 context.get_current_context().get_full_output_path(),
|
D | CellularLteRvrTest.py | 130 context.get_current_context().get_full_output_path(),
|
/tools/test/connectivity/acts_tests/tests/google/gnss/ |
D | LabGnssPowerSweepTest.py | 22 from acts.context import get_current_context 260 full_output_path = get_current_context().get_full_output_path()
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | fuchsia_device.py | 205 output_path = context.get_current_context().get_base_output_path() 934 out_dir = context.get_current_context().get_full_output_path() 949 bt_snoop_path = context.get_current_context().get_full_output_path()
|
D | bits.py | 248 context.get_current_context().get_full_output_path(), 416 context.get_current_context().get_full_output_path(),
|
/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/acts_contrib/test_utils/gnss/ |
D | GnssBlankingBase.py | 28 from acts.context import get_current_context 158 cur_test_item_dir = get_current_context().get_full_output_path()
|
D | LabTtffTestBase.py | 33 from acts.context import get_current_context 464 full_output_path = get_current_context().get_full_output_path()
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiTxPowerCheckTest.py | 230 current_context = context.get_current_context().get_full_output_path() 293 current_context = context.get_current_context().get_full_output_path() 768 current_context = context.get_current_context(
|
D | WifiRoamingPerformanceTest.py | 182 current_context = context.get_current_context().get_full_output_path() 223 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_tests/tests/google/fuchsia/wlan/functional/ |
D | WlanRebootTest.py | 157 output_path = context.get_current_context().get_base_output_path() 400 log_context = context.get_current_context()
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | package_server.py | 176 root_dir = context.get_current_context().get_full_output_path()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
D | audio_capture_device.py | 39 current_context = context.get_current_context()
|
12