Home
last modified time | relevance | path

Searched refs:SessionDataCategory (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/
H A Dremote_session_sink_impl.cpp64 …ret = syncer_->RegisterDataNotifier([this](const SessionDataCategory category, const std::string& … in CastSessionFromRemote()
74 int32_t RemoteSessionSinkImpl::HandleSessionDataCategory(const SessionDataCategory category) in HandleSessionDataCategory()
H A Dremote_session_capability_set.h36 …pability(const std::string& sessionId, const std::string& sinkDevice, SessionDataCategory category,
H A Dremote_session_sink_impl.h49 int32_t HandleSessionDataCategory(const SessionDataCategory category);
H A Dremote_session_source_impl.h54 …int32_t HandleSourceSessionDataCategory(const SessionDataCategory category, const std::string& dev…
H A Dremote_session_capability_set.cpp60 SessionDataCategory category, int32_t key) in HasCapability()
H A Dremote_session_syncer.h29 …using ObjectDataNotifier = std::function<void(const SessionDataCategory category, const std::strin…
H A Dremote_session_source_impl.cpp71 ret = sessionSyncer->RegisterDataNotifier([this] (const SessionDataCategory category, in CastSessionToRemote()
85 int32_t RemoteSessionSourceImpl::HandleSourceSessionDataCategory(const SessionDataCategory category, in HandleSourceSessionDataCategory()
H A Dremote_session_syncer_impl.h95 const std::map<std::string, SessionDataCategory> categoryMap {
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davsession_info.h491 enum SessionDataCategory { enum