Home
last modified time | relevance | path

Searched refs:AVSessionServiceProxy (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davsession_service_proxy.cpp26 AVSessionServiceProxy::AVSessionServiceProxy(const sptr<IRemoteObject>& impl) in AVSessionServiceProxy() function in OHOS::AVSession::AVSessionServiceProxy
32 std::shared_ptr<AVSession> AVSessionServiceProxy::CreateSession(const std::string& tag, int32_t type, in CreateSession()
35 auto object = AVSessionServiceProxy::CreateSessionInner(tag, type, elementName); in CreateSession()
48 int32_t AVSessionServiceProxy::CreateSession(const std::string& tag, int32_t type, in CreateSession()
53 auto ret = AVSessionServiceProxy::CreateSessionInner(tag, type, elementName, object); in CreateSession()
63 sptr<IRemoteObject> AVSessionServiceProxy::CreateSessionInner(const std::string& tag, int32_t type, in CreateSessionInner()
67 auto ret = AVSessionServiceProxy::CreateSessionInner(tag, type, elementName, object); in CreateSessionInner()
72 int32_t AVSessionServiceProxy::CreateSessionInner(const std::string& tag, int32_t type, in CreateSessionInner()
99 int32_t AVSessionServiceProxy
[all...]
H A Davsession_service_proxy.h30 class AVSessionServiceProxy : public IRemoteProxy<IAVSessionService> { class
32 explicit AVSessionServiceProxy(const sptr<IRemoteObject>& impl);
116 static inline BrokerDelegator<AVSessionServiceProxy> delegator_;
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionserviceproxy_fuzzer/
H A Davsessionserviceproxy_fuzzer.h22 class AVSessionServiceProxyFuzzerTest : public AVSessionServiceProxy {
25 : AVSessionServiceProxy(impl) in AVSessionServiceProxyFuzzerTest()
H A Davsessionserviceproxy_fuzzer.cpp101 AVSessionServiceProxy::RemoteServiceCommand remoteCommand = in FuzzDoProxyTaskTwo()
102 static_cast<AVSessionServiceProxy::RemoteServiceCommand>(*(reinterpret_cast<const int32_t*>(data))); in FuzzDoProxyTaskTwo()
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_service_proxy_test.cpp85 std::shared_ptr<AVSessionServiceProxy> avSessionServiceProxy = in HWTEST_F()
86 std::make_shared<AVSessionServiceProxy>(sessionService); in HWTEST_F()
/foundation/multimedia/av_session/frameworks/native/session/include/
H A Davsession_manager_impl.h102 sptr<AVSessionServiceProxy> GetService();
111 sptr<AVSessionServiceProxy> service_;
/foundation/multimedia/av_session/frameworks/native/session/src/
H A Davsession_manager_impl.cpp33 sptr<AVSessionServiceProxy> AVSessionManagerImpl::GetService() in GetService()
50 service_ = iface_cast<AVSessionServiceProxy>(object); in GetService()

Completed in 4 milliseconds