Searched refs:sessionListenerProxy (Results 1 – 2 of 2) sorted by relevance
29 std::shared_ptr<SessionListenerProxy> sessionListenerProxy; member in SessionListenerProxyTest43 sessionListenerProxy = std::make_shared<SessionListenerProxy>(iRemoteObject); in SetUp()59 sessionListenerProxy->OnSessionCreate(descriptor);72 sessionListenerProxy->OnSessionRelease(descriptor);85 sessionListenerProxy->OnTopSessionChange(descriptor);98 sessionListenerProxy->OnAudioSessionChecked(uid);111 sessionListenerProxy->OnDeviceAvailable(castOutputDeviceInfo);124 sessionListenerProxy->OnDeviceOffline(deviceId);
41 std::shared_ptr<SessionListenerProxyFUzzerTest> sessionListenerProxy = in FuzzSendRequest() local44 …CHECK_AND_RETURN_RET_LOG(request.WriteInterfaceToken(sessionListenerProxy->GetDescriptor()), ERR_M… in FuzzSendRequest()49 auto remote = sessionListenerProxy->GetRemote(); in FuzzSendRequest()62 auto sessionListenerProxy = std::make_unique<SessionListenerProxyFuzzer>(); in SessionListenerProxySendRequestTest() local63 if (sessionListenerProxy == nullptr) { in SessionListenerProxySendRequestTest()66 return sessionListenerProxy->FuzzSendRequest(data, size); in SessionListenerProxySendRequestTest()