Home
last modified time | relevance | path

Searched defs:client (Results 1 – 25 of 61) sorted by relevance

123

/tools/tradefederation/core/javatests/com/android/tradefed/util/keystore/
DJSONFileKeyStoreFactoryTest.java75 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_same() local
86 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_modified() local
102 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_null() local
119 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_primaryFileModified() local
136 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_hostBasedFileModified() local
153 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_primaryFileNotAccessible() local
170 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_hostBasedFileNotAccessible() local
187 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_valueOverriddenWhenHostNameMatches() local
203 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_valueUnchangedWhenNoHostNameMatch() local
/tools/treble/fetcher/
Dfetcher_lib.py144 def fetch_artifact(client, build_id, target, resource_id, dest): argument
176 def get_build_list(client, **kwargs): argument
191 def list_artifacts(client, regex, **kwargs): argument
214 def fetch_artifacts(client, out_dir, target, pattern, build_id): argument
244 def get_latest_build_id(client, branch, target): argument
269 def fetch_latest_artifacts(client, out_dir, target, pattern, branch): argument
/tools/apksig/src/test/java/com/android/apksig/kms/gcp/
DGcpTestData.java40 try (KeyRingClient client = new KeyRingClient(KEY_RING_NAME)) { in getCryptoKeyVersionName()
49 try (KeyRingClient client = new KeyRingClient(KEY_RING_NAME)) { in main()
57 private static void importRsa2048Sha256(KeyRingClient client, String privateKeyNameInResources) in importRsa2048Sha256()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dsocket_test_utils.py58 def listen_accept_android_socket(client, server, client_fd, server_fd, argument
77 def send_recv_data_android_sockets(client, server, client_fd, server_fd, argument
137 def send_recv_data_datagram_sockets(client, server, client_sock, server_sock, argument
177 def _client_socket(client, server_ip, server_port, client_ip, client_port, q): argument
185 def open_connect_socket(client, server, client_ip, server_ip, client_port, argument
270 def send_recv_data_sockets(client, server, client_sock, server_sock): argument
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DRemoteDynamicPool.java51 IDynamicShardingClient client, String poolId, Map<String, ITestSuite> moduleMapping) { in newInstance()
56 IDynamicShardingClient client, String poolId, Map<String, ITestSuite> moduleMapping) { in RemoteDynamicPool()
135 public RequestCallable(IDynamicShardingClient client, RequestTestTargetRequest request) { in RequestCallable()
DParentShardReplicate.java41 public static void replicatedSetup(IConfiguration config, IKeyStoreClient client) { in replicatedSetup()
/tools/treble/hacksaw/client/
Dclient_test.go15 package client package
Dclient.go16 package client package
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/
DTerminateClearcutClient.java23 public TerminateClearcutClient(ClearcutClient client) { in TerminateClearcutClient()
/tools/treble/gki/
Drepack_gki_lib.py10 def fetch_bootimg(client, out_dir, build_id, kernel_version, target): argument
21 def fetch_kernel(client, out_dir, build_id, kernel_target, kernel_debug_target): argument
/tools/loganalysis/javatests/com/android/loganalysis/item/
DLocationDumpsItemTest.java71 LocationInfoItem client = item.getLocationClients().iterator().next(); in testGetLocationDumps() local
/tools/apksig/src/main/java/com/android/apksig/kms/gcp/
DGcpSignerEngine.java47 try (KeyManagementServiceClient client = KeyManagementServiceClient.create()) { in sign()
/tools/tradefederation/core/src/com/android/tradefed/config/filter/
DOptionFetcher.java63 OptionFetcher(TradefedFeatureClient client) { in OptionFetcher()
DGetPreviousPassedHelper.java76 try (TradefedFeatureClient client = new TradefedFeatureClient()) { in getPreviousPassedFilters()
/tools/loganalysis/javatests/com/android/loganalysis/parser/
DLocationServiceParserTest.java66 LocationInfoItem client = locationClients.getLocationClients().iterator().next(); in testLocationClientParser() local
/tools/tradefederation/core/javatests/com/android/tradefed/util/sl4a/
DFakeSocketServerHelper.java52 Socket client = null; in run() local
/tools/tradefederation/core/src/com/android/tradefed/util/
DBluetoothUtils.java213 Sl4aClient client = new Sl4aClient(device, sl4aApkFile); in enableBtsnoopLogging() local
245 Sl4aClient client = new Sl4aClient(device, sl4aApkFile); in disableBtsnoopLogging() local
249 public static boolean toggleBtsnoopLogging(Sl4aClient client, boolean onOff) in toggleBtsnoopLogging()
DSl4aBluetoothUtil.java233 void setSl4a(ITestDevice device, Sl4aClient client) { in setSl4a()
234 mSl4aClients.put(device.getSerialNumber(), client); in setSl4a() local
276 Sl4aClient client = getSl4aClient(device); in getAddress() local
298 Sl4aClient client = getSl4aClient(device); in getBondedDevices() local
372 Sl4aClient client = getSl4aClient(device); in unpairAll() local
579 Sl4aClient client = getSl4aClient(device); in toggleState() local
615 Sl4aClient client = Sl4aClient.startSL4A(device, null); in getSl4aClient() local
/tools/apksig/src/main/java/com/android/apksig/kms/aws/
DAwsSignerEngine.java42 try (KmsClient client = in sign()
/tools/tradefederation/core/javatests/com/android/tradefed/cache/remote/
DRemoteCacheClientTest.java198 RemoteCacheClient client = in uploadCache_works() local
266 RemoteCacheClient client = newClient(new FakeByteStreamDownloader(), uploader); in uploadCache_all_files_and_blobs_are_uploaded_except_existing_blobs() local
344 RemoteCacheClient client = in lookupCache_works() local
/tools/tradefederation/core/src/com/android/tradefed/result/resultdb/
DClient.java93 Client client = new Client(); in create() local
100 Client client = new Client(); in createWithNewInvocation() local
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DSoftApTest.py498 client, argument
557 def verify_soft_ap_connectivity_from_state(self, state, client): argument
604 def verify_soft_ap_associate_only(self, client, soft_ap_settings): argument
608 def verify_soft_ap_associate_and_ping(self, client, soft_ap_settings): argument
613 def verify_soft_ap_associate_and_pass_traffic(self, client, settings): argument
811 def start_soft_ap_and_verify_connected(self, client, soft_ap_params): argument
837 def stop_soft_ap_and_verify_disconnected(self, client, soft_ap_params): argument
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DITestInvocation.java68 public default void setClearcutClient(ClearcutClient client) { in setClearcutClient()
/tools/tradefederation/core/src/com/android/tradefed/device/internal/
DDeviceResetHandler.java61 DeviceResetHandler(TradefedFeatureClient client, IInvocationContext context) { in DeviceResetHandler()
/tools/netsim/rust/http-proxy/src/
Dconnector.rs112 let client = Connector::new(proxy_addr, None, None); in test_connect() localVariable
149 let client = Connector::new(proxy_addr, Some("user".into()), Some("password".into())); in test_connect_with_auth() localVariable

123