Home
last modified time | relevance | path

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

/foundation/multimedia/av_session/services/session/ipc/proxy/
H A Davsession_proxy.cpp29 AVSessionProxy::AVSessionProxy(const sptr<IRemoteObject>& impl) in AVSessionProxy() function in OHOS::AVSession::AVSessionProxy
35 AVSessionProxy::~AVSessionProxy() in ~AVSessionProxy()
41 std::string AVSessionProxy::GetSessionId() in GetSessionId()
58 std::string AVSessionProxy::GetSessionType() in GetSessionType()
75 int32_t AVSessionProxy::RegisterCallback(const std::shared_ptr<AVSessionCallback>& callback) in RegisterCallback()
88 int32_t AVSessionProxy::RegisterCallbackInner(const sptr<IAVSessionCallback>& callback) in RegisterCallbackInner()
106 int32_t AVSessionProxy::Destroy() in Destroy()
132 int32_t AVSessionProxy
[all...]
H A Davsession_proxy.h34 class AVSessionProxy : public IRemoteProxy<IAVSession> { class
36 explicit AVSessionProxy(const sptr<IRemoteObject>& impl);
38 ~AVSessionProxy() override;
113 static inline BrokerDelegator<AVSessionProxy> delegator_;
H A Davsession_service_proxy.cpp40 auto session = iface_cast<AVSessionProxy>(object); in CreateSession()
56 auto sessionObj = iface_cast<AVSessionProxy>(object); in CreateSession()
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H A Davsessionservice_fuzzer.h21 class AVSessionProxyTestOnServiceFuzzer : public AVSessionProxy {
24 : AVSessionProxy(impl) in AVSessionProxyTestOnServiceFuzzer()
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionproxy_fuzzer/
H A Davsessionproxy_fuzzer.h22 class AVSessionProxyTestFuzzer : public AVSessionProxy {
25 : AVSessionProxy(impl) in AVSessionProxyTestFuzzer()
H A Davsessionproxy_fuzzer.cpp102 AVSessionProxy avSessionProxy(impl); in AvsessionProxyTest()
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_proxy_test.cpp32 static sptr<AVSessionProxy> g_AVSessionProxy;
52 g_AVSessionProxy = iface_cast<AVSessionProxy>(obj); in SetUpTestCase()

Completed in 5 milliseconds