Home
last modified time | relevance | path

Searched defs:TestClient (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerServiceTestUtils.h125 struct TestClient : public BnResourceManagerClient { struct
126 TestClient(int pid, int uid, int32_t clientImportance, in TestClient() argument
133 .id = getId(ref<TestClient>()), in reclaimResource() argument
153 virtual ~TestClient() {} in ~TestClient() argument
165 DISALLOW_EVIL_CONSTRUCTORS(TestClient); argument
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/tests/
H A DClientManagerTest.cpp28 struct TestClient { struct
29 TestClient(int id, int32_t cost, const std::set<int>& conflictingKeys, int32_t ownerId, in TestClient() function
42 using TestClientDescriptor = ClientDescriptor<int, TestClient>; argument
/aosp_15_r20/frameworks/av/services/mediaresourcemanager/fuzzer/
H A Dmediaresourcemanager_fuzzer.cpp137 struct TestClient : public BnResourceManagerClient { struct
138 TestClient(int pid, int uid, const shared_ptr<ResourceManagerService>& service) in TestClient() function
144 .id = getId(ref<TestClient>()), in reclaimResource() argument
157 virtual ~TestClient() {} in ~TestClient() argument
164 DISALLOW_EVIL_CONSTRUCTORS(TestClient); argument
/aosp_15_r20/development/python-packages/fetchartifact/tests/
H A Dtest_fetchartifact.py37 async def fixture_android_ci_client(aiohttp_client: type[TestClient]) -> TestClient:
48 async def test_fetch_artifact(android_ci_client: TestClient) -> None:
59 async def test_fetch_artifact_chunked(android_ci_client: TestClient) -> None:
74 async def test_failure_raises(android_ci_client: TestClient) -> None:
114 async def test_downloader_progress_reports(android_ci_client: TestClient) -> None:
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/test_helpers/
Dtest_client.rs12 pub(crate) struct TestClient { struct
17 impl TestClient { argument
/aosp_15_r20/external/perfetto/src/traced_relay/
H A Dsocket_relay_handler_unittest.cc40 struct TestClient { struct
41 RawSocketPair endpoint_sockets;
42 std::minstd_rand0 data_prng;
43 std::thread client_thread;
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_asyncore.py524 class TestClient(BaseClient): class
578 class TestClient(BaseClient): class
594 class TestClient(BaseClient): class
606 class TestClient(BaseClient): class
632 class TestClient(BaseClient): class
670 class TestClient(BaseClient): class
686 class TestClient(BaseClient): class
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_asyncore.py537 class TestClient(BaseClient): class
567 class TestClient(BaseClient): class
583 class TestClient(BaseClient): class
595 class TestClient(BaseClient): class
625 class TestClient(BaseClient): class
640 class TestClient(BaseClient): class
/aosp_15_r20/external/aws-sdk-java-v2/core/aws-core/src/test/java/software/amazon/awssdk/awscore/client/builder/
H A DFipsPseudoRegionTest.java105 private static class TestClient { class in FipsPseudoRegionTest
108 public TestClient(SdkClientConfiguration clientConfiguration) { in TestClient() method in FipsPseudoRegionTest.TestClient
H A DDefaultsModeTest.java148 private static class TestClient { class in DefaultsModeTest
151 public TestClient(SdkClientConfiguration clientConfiguration) { in TestClient() method in DefaultsModeTest.TestClient
H A DDefaultAwsClientBuilderTest.java264 private static class TestClient { class in DefaultAwsClientBuilderTest
267 public TestClient(SdkClientConfiguration clientConfiguration) { in TestClient() method in DefaultAwsClientBuilderTest.TestClient
/aosp_15_r20/cts/tests/tests/webkit/src/android/webkit/cts/
H A DWebViewClientTest.java501 final class TestClient extends WaitForLoadedClient { in testShouldInterceptRequestParams() class
502 public TestClient() { in testShouldInterceptRequestParams() method in WebViewClientTest.TestClient
554 final class TestClient extends WaitForLoadedClient { in testShouldInterceptRequestResponse() class
555 public TestClient() { in testShouldInterceptRequestResponse() method in WebViewClientTest.TestClient
/aosp_15_r20/external/webrtc/rtc_base/
H A Dtest_client.cc28 TestClient::TestClient(std::unique_ptr<AsyncPacketSocket> socket) in TestClient() function in rtc::TestClient
31 TestClient::TestClient(std::unique_ptr<AsyncPacketSocket> socket, in TestClient() function in rtc::TestClient
/aosp_15_r20/external/pigweed/pw_rpc/java/test/dev/pigweed/pw_rpc/
H A DTestClient.java37 public class TestClient { class
62 public TestClient(List<Service> services) { in TestClient() method in TestClient
/aosp_15_r20/packages/services/Car/tests/CarServiceTest/src/com/android/car/watchdog/
DCarWatchdogServiceTest.java303 private final class TestClient { class in CarWatchdogServiceTest
307 TestClient(BaseAndroidClient actualClient) { in TestClient() method in CarWatchdogServiceTest.TestClient
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/client/builder/
H A DDefaultClientBuilderTest.java440 private static class TestClient { class in DefaultClientBuilderTest
443 private TestClient(SdkClientConfiguration clientConfiguration) { in TestClient() method in DefaultClientBuilderTest.TestClient
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLSessionTest.java541 class TestClient implements Runnable { class in SSLSessionTest
553 public TestClient(boolean provideKeys, String keys) { in TestClient() method in SSLSessionTest.TestClient
H A DHandshakeCompletedEventTest.java467 class TestClient implements Runnable { class in HandshakeCompletedEventTest
477 public TestClient(boolean provideKeys, String keys) { in TestClient() method in HandshakeCompletedEventTest.TestClient
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dxds_interop_client.cc137 class TestClient { class
139 TestClient(const std::shared_ptr<Channel>& channel, in TestClient() function in TestClient
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogProcessHandlerUnitTest.java384 private class TestClient extends ICarWatchdogServiceCallback.Stub { class in WatchdogProcessHandlerUnitTest
DCarWatchdogManagerUnitTest.java791 private final class TestClient extends CarWatchdogManager.CarWatchdogClientCallback { class in CarWatchdogManagerUnitTest
DCarWatchdogServiceUnitTest.java1540 private static final class TestClient extends ICarWatchdogServiceCallback.Stub { class in CarWatchdogServiceUnitTest
/aosp_15_r20/prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
Dall_test.go137 func TestClient(t *testing.T) { func
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/scanner/
DWifiScanningServiceTest.java270 private class TestClient { class in WifiScanningServiceTest
277 TestClient() { in TestClient() method in WifiScanningServiceTest.TestClient
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dclient_test.go63 func TestClient(t *testing.T) { run(t, testClient) } func

12