Home
last modified time | relevance | path

Searched refs:SessionListenerProxy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Dsession_listener_proxy.cpp20 SessionListenerProxy::SessionListenerProxy(const sptr<IRemoteObject>& impl) in SessionListenerProxy() function in OHOS::AVSession::SessionListenerProxy
26 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()
H A Dsession_listener_proxy.h23 class SessionListenerProxy : public IRemoteProxy<ISessionListener> {
25 explicit SessionListenerProxy(const sptr<IRemoteObject>& impl);
41 static inline BrokerDelegator<SessionListenerProxy> delegator_;
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/sessionlistenerproxy_fuzzer/
H A Dsession_listenerproxy_fuzzer.h20 class SessionListenerProxyFUzzerTest : public SessionListenerProxy {
23 : SessionListenerProxy(impl) in SessionListenerProxyFUzzerTest()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Dsession_listener_proxy_test.cpp29 std::shared_ptr<SessionListenerProxy> sessionListenerProxy;
43 sessionListenerProxy = std::make_shared<SessionListenerProxy>(iRemoteObject); in SetUp()
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/stub/
H A Davsession_service_stub.cpp312 auto listener = iface_cast<SessionListenerProxy>(remoteObject); in HandleRegisterSessionListener()
341 auto listener = iface_cast<SessionListenerProxy>(remoteObject); in HandleRegisterSessionListenerForAllUsers()