Searched refs:testClient (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/av/services/mediaresourcemanager/fuzzer/ |
H A D | mediaresourcemanager_fuzzer.cpp | 55 shared_ptr<IResourceManagerClient> testClient; member 179 ->addResource(tArgs->pid, tArgs->uid, tArgs->testClientId, tArgs->testClient, in addResource() 242 shared_ptr<IResourceManagerClient> testClient = in setResources() local 244 threadArgs.testClient = testClient; in setResources() 245 threadArgs.testClientId = getId(testClient); in setResources() 261 shared_ptr<IResourceManagerClient> testClient = in setResources() local 273 mService->removeResource(pidZero, getId(testClient), mediaResource); in setResources() 274 mService->removeClient(pidZero, getId(testClient)); in setResources()
|
/aosp12/packages/services/Car/cpp/watchdog/testclient/src/ |
H A D | WatchdogClient.cpp | 112 std::shared_ptr<ICarWatchdogClient> testClient; in respondToWatchdog() local 119 testClient = mTestClient; in respondToWatchdog() 122 ndk::ScopedAStatus status = watchdogServer->tellClientAlive(testClient, sessionId); in respondToWatchdog() 173 std::shared_ptr<ICarWatchdogClient> testClient; in unregisterClient() local 180 testClient = mTestClient; in unregisterClient() 183 watchdogServer->unregisterClient(testClient); in unregisterClient()
|
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/ |
H A D | WifiNl80211ManagerTest.java | 758 final NativeWifiClient testClient = new NativeWifiClient(TEST_RAW_MAC_BYTES); in testSoftApListenerInvocation() local 759 apInterfaceCallbackCaptor.getValue().onConnectedClientsChanged(testClient, true); in testSoftApListenerInvocation() 760 verify(mSoftApListener).onConnectedClientsChanged(eq(testClient), eq(true)); in testSoftApListenerInvocation()
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | TetheringTest.java | 2488 final WifiClient testClient = mock(WifiClient.class); in testUpdateConnectedClients() local 2489 when(testClient.getMacAddress()).thenReturn(testMac2); in testUpdateConnectedClients() 2490 wifiClients.add(testClient); in testUpdateConnectedClients()
|