Searched refs:get_pids (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/ |
D | shell.py | 94 def get_pids(self, identifier): member in ShellCommand 208 pids = list(self.get_pids(identifier))
|
/tools/test/connectivity/tools/lab/utils/ |
D | shell.py | 117 def get_pids(self, identifier): member in ShellCommand 231 pids = list(self.get_pids(identifier))
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/ |
D | bigquery_logger_utils.py | 635 pids = get_pids(_AUTOMATIC_LOGGER_SCRIPT, ip_address, port, authkey, 656 pids = get_pids(_SERVER_SCRIPT, queue_size, ip_address, port, authkey) 663 def get_pids(*argv): function
|