Searched refs:SessionListenerProxy (Results 1 – 5 of 5) sorted by relevance
20 SessionListenerProxy::SessionListenerProxy(const sptr<IRemoteObject>& impl) in SessionListenerProxy() function in OHOS::AVSession::SessionListenerProxy26 void SessionListenerProxy::OnSessionCreate(const AVSessionDescriptor& descriptor) in OnSessionCreate()39 void SessionListenerProxy::OnSessionRelease(const AVSessionDescriptor& descriptor) in OnSessionRelease()52 void SessionListenerProxy::OnTopSessionChange(const AVSessionDescriptor& descriptor) in OnTopSessionChange()65 void SessionListenerProxy::OnAudioSessionChecked(const int32_t uid) in OnAudioSessionChecked()79 void SessionListenerProxy::OnDeviceAvailable(const OutputDeviceInfo& castOutputDeviceInfo) in OnDeviceAvailable()93 void SessionListenerProxy::OnDeviceLogEvent(const DeviceLogEventCode eventId, const int64_t param) in OnDeviceLogEvent()108 void SessionListenerProxy::OnDeviceOffline(const std::string& deviceId) in OnDeviceOffline()
23 class SessionListenerProxy : public IRemoteProxy<ISessionListener> {25 explicit SessionListenerProxy(const sptr<IRemoteObject>& impl);41 static inline BrokerDelegator<SessionListenerProxy> delegator_;
20 class SessionListenerProxyFUzzerTest : public SessionListenerProxy {23 : SessionListenerProxy(impl) in SessionListenerProxyFUzzerTest()
29 std::shared_ptr<SessionListenerProxy> sessionListenerProxy;43 sessionListenerProxy = std::make_shared<SessionListenerProxy>(iRemoteObject); in SetUp()
312 auto listener = iface_cast<SessionListenerProxy>(remoteObject); in HandleRegisterSessionListener()341 auto listener = iface_cast<SessionListenerProxy>(remoteObject); in HandleRegisterSessionListenerForAllUsers()