Home
last modified time | relevance | path

Searched defs:testClient (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/cts/hostsidetests/car/app/src/android/car/cts/app/
H A DPowerPolicyTestCommand.java33 PowerPolicyTestCommand(PowerPolicyTestClient testClient, String data, in PowerPolicyTestCommand()
55 SetTestCommand(PowerPolicyTestClient testClient, String data) { in SetTestCommand()
69 ClearTestCommand(PowerPolicyTestClient testClient) { in ClearTestCommand()
83 DumpPolicyCommand(PowerPolicyTestClient testClient) { in DumpPolicyCommand()
115 AddListenerCommand(PowerPolicyTestClient testClient, String compName) { in AddListenerCommand()
134 RemoveListenerCommand(PowerPolicyTestClient testClient, String compName) { in RemoveListenerCommand()
153 DumpListenerCommand(PowerPolicyTestClient testClient, String compName) { in DumpListenerCommand()
177 CheckListenersCommand(PowerPolicyTestClient testClient) { in CheckListenersCommand()
196 ResetListenersCommand(PowerPolicyTestClient testClient) { in ResetListenersCommand()
H A DPowerPolicyListenerImpl.java35 PowerPolicyListenerImpl(PowerPolicyTestClient testClient, String compName) { in PowerPolicyListenerImpl()
/aosp_15_r20/frameworks/av/services/mediaresourcemanager/fuzzer/
H A Dmediaresourcemanager_fuzzer.cpp55 shared_ptr<IResourceManagerClient> testClient; member
254 shared_ptr<IResourceManagerClient> testClient = in setResources() local
273 shared_ptr<IResourceManagerClient> testClient = in setResources() local
/aosp_15_r20/external/aws-sdk-java-v2/test/stability-tests/src/it/java/software/amazon/awssdk/stability/tests/s3/
H A DS3AsyncBaseStabilityTest.java53 private final S3AsyncClient testClient; field in S3AsyncBaseStabilityTest
64 public S3AsyncBaseStabilityTest(S3AsyncClient testClient) { in S3AsyncBaseStabilityTest()
H A DS3BaseStabilityTest.java57 private final S3Client testClient; field in S3BaseStabilityTest
78 protected S3BaseStabilityTest(S3Client testClient, int testClientThreadsUsed) { in S3BaseStabilityTest()
H A DS3MockStabilityTestBase.java39 S3AsyncClient testClient; field in S3MockStabilityTestBase
/aosp_15_r20/packages/services/Car/cpp/watchdog/testclient/src/
DWatchdogClient.cpp125 std::shared_ptr<ICarWatchdogClient> testClient; in respondToWatchdog() local
186 std::shared_ptr<ICarWatchdogClient> testClient; in unregisterClient() local
/aosp_15_r20/external/aws-sdk-java-v2/services/s3control/src/it/java/software.amazon.awssdk.services.s3control/
H A DS3MrapIntegrationTest.java152 …public void putGetDeleteObjectMrap(S3Client testClient, String payloadSigningTag, String key, Stri… in putGetDeleteObjectMrap()
168 …public void putGetDeleteObjectStandard(S3Client testClient, String payloadSigningTag, String key, … in putGetDeleteObjectStandard()
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/it/java/software/amazon/awssdk/services/s3/
H A DSignedAsyncRequestBodyUploadIntegrationTest.java53 private static S3AsyncClient testClient; field in SignedAsyncRequestBodyUploadIntegrationTest
/aosp_15_r20/external/guice/core/test/com/google/inject/example/
H A DClientServiceWithGuiceDefaults.java59 public void testClient() { in testClient() method in ClientServiceWithGuiceDefaults
H A DClientServiceWithGuice.java65 public void testClient() { in testClient() method in ClientServiceWithGuice
H A DClientServiceWithFactories.java60 public void testClient() { in testClient() method in ClientServiceWithFactories
H A DClientServiceWithDependencyInjection.java71 public void testClient() { in testClient() method in ClientServiceWithDependencyInjection
/aosp_15_r20/external/aws-sdk-java-v2/test/protocol-tests/src/test/java/software/amazon/awssdk/protocol/tests/
H A DResponseTransformerTest.java169 private ProtocolRestJsonClient testClient() { in testClient() method in ResponseTransformerTest
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/http/
H A DContentStreamProviderWireMockTest.java61 AmazonSyncHttpClient testClient = HttpTestUtils.testAmazonHttpClient(); in closesAllCreatedInputStreamsFromProvider() local
/aosp_15_r20/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerServiceTestUtils.h215 static TestClient* toTestClient(std::shared_ptr<IResourceManagerClient> testClient) { in toTestClient()
H A DResourceManagerService_test.cpp1580 TestClient* testClient = toTestClient(client); in addNonSecureVideoCodecResource() local
/aosp_15_r20/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DWifiNl80211ManagerTest.java760 final NativeWifiClient testClient = new NativeWifiClient(TEST_RAW_MAC_BYTES); in testSoftApListenerInvocation() local
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/fuzzer/
H A Dmediaplayer_fuzzer.cpp248 const sp<FakeBnSurfaceComposerClient> testClient(new FakeBnSurfaceComposerClient()); in makeSurfaceControl() local
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dclient_test.go64 func testClient(t *testing.T, mode testMode) { func
/aosp_15_r20/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java3301 final WifiClient testClient = mock(WifiClient.class); in notifyConnectedWifiClientsChanged() local