Searched defs:mock_process (Results 1 – 1 of 1) sorted by relevance
| /system/extras/torq/tests/ |
| D | perfetto_command_executor_unit_test.py | 386 def test_execute_one_run_and_use_ui_success(self, mock_process): argument 402 mock_exists, mock_process, mock_run): argument 424 mock_exists, mock_process, mock_run): argument 441 def test_execute_one_run_no_ui_success(self, mock_process): argument 581 def test_execute_process_wait_failure(self, mock_process): argument 592 def test_execute_pull_file_failure(self, mock_process): argument 622 def test_execute_all_users_different_success(self, mock_process): argument 637 def test_execute_perform_user_switch_failure(self, mock_process): argument 668 def test_execute_from_user_empty_success(self, mock_process): argument 700 def test_execute_from_user_is_current_user_success(self, mock_process): argument [all …]
|