Searched refs:SetSessionEventRemote (Results 1 – 6 of 6) sorted by relevance
118 int32_t RemoteSessionSourceProxy::SetSessionEventRemote(const std::string& event, const AAFwk::Want… in SetSessionEventRemote() function in OHOS::AVSession::RemoteSessionSourceProxy122 int32_t ret = sourceImpl_->SetSessionEventRemote(event, args); in SetSessionEventRemote()
34 …virtual int32_t SetSessionEventRemote(const std::string& event, const AAFwk::WantParams& args) = 0;
34 int32_t SetSessionEventRemote(const std::string& event, const AAFwk::WantParams& args) override;
41 int32_t SetSessionEventRemote(const std::string& event, const AAFwk::WantParams& args) override;
178 int32_t RemoteSessionSourceImpl::SetSessionEventRemote(const std::string& event, const AAFwk::WantP… in SetSessionEventRemote() function in OHOS::AVSession::RemoteSessionSourceImpl
836 auto ret = remoteSource_->SetSessionEventRemote(event, args); in SetSessionEvent()