Home
last modified time | relevance | path

Searched refs:creds (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DConfigurableGrpcDynamicShardingClient.java46 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/
Datest_gcp_utils_unittest.py52 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)
Datest_gcp_utils.py221 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
Dlog_uploader.py53 creds, self._invocation_data = logstorage_utils.do_upload_flow(
57 self._client = logstorage_utils.BuildClient(creds)
62 creds,
Dlogstorage_utils.py114 creds, argument
123 http_auth = creds.authorize(httplib2.Http())
/tools/asuite/atest/test_runners/
Dsuite_plan_test_runner.py68 creds, inv = (
91 logstorage_utils.BuildClient(creds).update_invocation(inv)
Dmobly_test_runner.py172 creds, self._invocation = (
181 if creds:
186 self._build_client = logstorage_utils.BuildClient(creds)
188 creds,
Datest_tf_test_runner.py308 creds, inv = (
342 logstorage_utils.BuildClient(creds).update_invocation(inv)
/tools/test/mobly_extensions/tools/results_uploader/src/
Dresults_uploader.py272 creds, project_id = google.auth.default()
273 client = resultstore_client.ResultstoreClient(service, creds, project_id)
Dresultstore_client.py61 creds: credentials.Credentials,
73 creds, http=httplib2.Http(timeout=30)