Searched refs:AVSessionServiceProxy (Results 1 - 7 of 7) sorted by relevance
/foundation/multimedia/av_session/services/session/ipc/proxy/ |
H A D | avsession_service_proxy.cpp | 26 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 D | avsession_service_proxy.h | 30 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 D | avsessionserviceproxy_fuzzer.h | 22 class AVSessionServiceProxyFuzzerTest : public AVSessionServiceProxy { 25 : AVSessionServiceProxy(impl) in AVSessionServiceProxyFuzzerTest()
|
H A D | avsessionserviceproxy_fuzzer.cpp | 101 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 D | avsession_service_proxy_test.cpp | 85 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 D | avsession_manager_impl.h | 102 sptr<AVSessionServiceProxy> GetService(); 111 sptr<AVSessionServiceProxy> service_;
|
/foundation/multimedia/av_session/frameworks/native/session/src/ |
H A D | avsession_manager_impl.cpp | 33 sptr<AVSessionServiceProxy> AVSessionManagerImpl::GetService() in GetService() 50 service_ = iface_cast<AVSessionServiceProxy>(object); in GetService()
|
Completed in 4 milliseconds