Searched refs:creds (Results 1 – 10 of 10) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | ConfigurableGrpcDynamicShardingClient.java | 46 Credentials creds) { in ConfigurableGrpcDynamicShardingClient() argument 49 mCredentials = creds; in ConfigurableGrpcDynamicShardingClient() 71 Credentials creds = in ConfigurableGrpcDynamicShardingClient() local 83 .withCallCredentials(MoreCallCredentials.from(creds)); in ConfigurableGrpcDynamicShardingClient() 87 mCredentials = creds; in ConfigurableGrpcDynamicShardingClient()
|
/tools/asuite/atest/logstorage/ |
D | atest_gcp_utils_unittest.py | 52 creds, inv = atest_gcp_utils.do_upload_flow( 55 self.assertEqual(fake_creds, creds) 69 creds, inv = atest_gcp_utils.do_upload_flow( 72 self.assertEqual(None, creds)
|
D | atest_gcp_utils.py | 221 creds = fetch_credential() 226 if creds: 228 build_client = build_client_creator(creds) 243 if creds.token_response: 244 token_file.write(creds.token_response['access_token']) 246 token_file.write(creds.access_token) 247 return creds, inv
|
D | log_uploader.py | 53 creds, self._invocation_data = logstorage_utils.do_upload_flow( 57 self._client = logstorage_utils.BuildClient(creds) 62 creds,
|
D | logstorage_utils.py | 114 creds, argument 123 http_auth = creds.authorize(httplib2.Http())
|
/tools/asuite/atest/test_runners/ |
D | suite_plan_test_runner.py | 68 creds, inv = ( 91 logstorage_utils.BuildClient(creds).update_invocation(inv)
|
D | mobly_test_runner.py | 172 creds, self._invocation = ( 181 if creds: 186 self._build_client = logstorage_utils.BuildClient(creds) 188 creds,
|
D | atest_tf_test_runner.py | 308 creds, inv = ( 342 logstorage_utils.BuildClient(creds).update_invocation(inv)
|
/tools/test/mobly_extensions/tools/results_uploader/src/ |
D | results_uploader.py | 272 creds, project_id = google.auth.default() 273 client = resultstore_client.ResultstoreClient(service, creds, project_id)
|
D | resultstore_client.py | 61 creds: credentials.Credentials, 73 creds, http=httplib2.Http(timeout=30)
|