Searched refs:SessionDataCategory (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/multimedia/av_session/services/session/server/remote/ |
H A D | remote_session_sink_impl.cpp | 64 …ret = syncer_->RegisterDataNotifier([this](const SessionDataCategory category, const std::string& … in CastSessionFromRemote() 74 int32_t RemoteSessionSinkImpl::HandleSessionDataCategory(const SessionDataCategory category) in HandleSessionDataCategory()
|
H A D | remote_session_capability_set.h | 36 …pability(const std::string& sessionId, const std::string& sinkDevice, SessionDataCategory category,
|
H A D | remote_session_sink_impl.h | 49 int32_t HandleSessionDataCategory(const SessionDataCategory category);
|
H A D | remote_session_source_impl.h | 54 …int32_t HandleSourceSessionDataCategory(const SessionDataCategory category, const std::string& dev…
|
H A D | remote_session_capability_set.cpp | 60 SessionDataCategory category, int32_t key) in HasCapability()
|
H A D | remote_session_syncer.h | 29 …using ObjectDataNotifier = std::function<void(const SessionDataCategory category, const std::strin…
|
H A D | remote_session_source_impl.cpp | 71 ret = sessionSyncer->RegisterDataNotifier([this] (const SessionDataCategory category, in CastSessionToRemote() 85 int32_t RemoteSessionSourceImpl::HandleSourceSessionDataCategory(const SessionDataCategory category, in HandleSourceSessionDataCategory()
|
H A D | remote_session_syncer_impl.h | 95 const std::map<std::string, SessionDataCategory> categoryMap {
|
/ohos5.0/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | avsession_info.h | 491 enum SessionDataCategory { enum
|