Searched refs:AVSessionControllerProxy (Results 1 – 7 of 7) sorted by relevance
23 AVSessionControllerProxy::AVSessionControllerProxy(const sptr<IRemoteObject>& impl) in AVSessionControllerProxy() function in OHOS::AVSession::AVSessionControllerProxy29 AVSessionControllerProxy::~AVSessionControllerProxy() in ~AVSessionControllerProxy()115 int32_t AVSessionControllerProxy::GetAVMetaData(AVMetaData& data) in GetAVMetaData()201 int32_t AVSessionControllerProxy::GetAVQueueTitle(std::string& title) in GetAVQueueTitle()225 int32_t AVSessionControllerProxy::SkipToQueueItem(int32_t& itemId) in SkipToQueueItem()242 int32_t AVSessionControllerProxy::GetExtras(AAFwk::WantParams& extras) in GetExtras()342 int32_t AVSessionControllerProxy::IsSessionActive(bool& isActive) in IsSessionActive()529 int32_t AVSessionControllerProxy::Destroy() in Destroy()552 std::string AVSessionControllerProxy::GetSessionId() in GetSessionId()569 int64_t AVSessionControllerProxy::GetRealPlaybackPosition() in GetRealPlaybackPosition()[all …]
25 class AVSessionControllerProxy : public IRemoteProxy<IAVSessionController> {27 explicit AVSessionControllerProxy(const sptr<IRemoteObject>& impl);29 ~AVSessionControllerProxy() override;81 static inline BrokerDelegator<AVSessionControllerProxy> delegator_;
536 auto controller = iface_cast<AVSessionControllerProxy>(object); in GetController()
306 auto controllerObject = iface_cast<AVSessionControllerProxy>(object); in CreateController()
26 class AvsessionControllerProxyFuzzerTest : public AVSessionControllerProxy {29 : AVSessionControllerProxy(impl) in AvsessionControllerProxyFuzzerTest()
102 AVSessionControllerProxy avSessionControllerProxy(impl); in AvsessionControllerProxyTest()
73 std::shared_ptr<AVSessionControllerProxy> aVSessionControllerProxyEmpty;74 OHOS::sptr<AVSessionControllerProxy> aVSessionControllerProxy;95 aVSessionControllerProxyEmpty = std::make_shared<AVSessionControllerProxy>(iRemoteObject); in SetUp()107 aVSessionControllerProxy = OHOS::iface_cast<AVSessionControllerProxy>(object); in SetUp()