Searched refs:authkey (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/ |
D | bigquery_buffer.py | 46 if new_authkey != self.authkey or new_queue_size != self.queue_size: 55 self.authkey = config['authkey'] 74 authkey=self.authkey) 80 ip_address=self.ip_address, port=self.port, authkey=self.authkey) 99 authkey=self.authkey, 112 authkey=self.authkey, 121 authkey=self.authkey)
|
D | bigquery_logger_utils.py | 458 def start_queue_server(queue_size, ip_address, port, authkey): argument 479 str(authkey) 494 def start_scheduled_automatic_logger(ip_address, port, authkey, project_id, argument 519 str(authkey), 536 def get_queue(ip_address, port, authkey): argument 548 m = BaseManager(address=(ip_address, int(port)), authkey=authkey) 620 def get_scheduled_automatic_logger_pid(ip_address, port, authkey, project_id, argument 635 pids = get_pids(_AUTOMATIC_LOGGER_SCRIPT, ip_address, port, authkey, 644 def get_logger_server_pid(queue_size, ip_address, port, authkey): argument 656 pids = get_pids(_SERVER_SCRIPT, queue_size, ip_address, port, authkey)
|
D | bigquery_logger_server.py | 24 def start_queue_server(queue_size, ip_address, port, authkey): argument 27 m = BaseManager(address=(ip_address, int(port)), authkey=authkey) 35 queue_size, ip_address, port, authkey = sys.argv[1:] 36 start_queue_server(queue_size, ip_address, port, authkey)
|
D | bigquery_scheduled_automatic_client.py | 43 ip_address, port, authkey, project_id, credentials_path = sys.argv[1:] 44 queue = utils.get_queue(ip_address, port, authkey)
|