Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Dcast_engine_common.h196 CAST_PLUS_MIRROR = 1 << 0, member in OHOS::CastEngine::SubDeviceType::EventCode::ProtocolType
209 return (static_cast<uint32_t>(type) & (static_cast<uint32_t>(ProtocolType::CAST_PLUS_MIRROR) | in IsProtocolType()
308 ProtocolType protocolType{ ProtocolType::CAST_PLUS_MIRROR };
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_dfx.cpp118 {ProtocolType::CAST_PLUS_MIRROR, BIZSceneType::CAST_MIRROR}, in GetBIZSceneType() member in OHOS::CastEngine::ProtocolType
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_listeners.cpp395 if (session->property_.protocolType == ProtocolType::CAST_PLUS_MIRROR || in IsMediaChannelReady()
H A Dcast_session_impl.cpp593 if (property_.protocolType == ProtocolType::CAST_PLUS_MIRROR || in InitRtspParamInfo()
715 return (property_.protocolType == ProtocolType::CAST_PLUS_MIRROR || in GetMediaPort()
722 if (property_.protocolType == ProtocolType::CAST_PLUS_MIRROR || in GetMediaPort()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_listeners.cpp395 if (session->property_.protocolType == ProtocolType::CAST_PLUS_MIRROR || in IsMediaChannelReady()
H A Dcast_session_impl.cpp593 if (property_.protocolType == ProtocolType::CAST_PLUS_MIRROR || in InitRtspParamInfo()
715 return (property_.protocolType == ProtocolType::CAST_PLUS_MIRROR || in GetMediaPort()
722 if (property_.protocolType == ProtocolType::CAST_PLUS_MIRROR || in GetMediaPort()
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_castengine_enum.cpp257 (void)SetNamedProperty(env, result, "CAST_PLUS_MIRROR", static_cast<int32_t>(ProtocolType::CAST_PLUS_MIRROR)); in ExportProtocolType()

Completed in 9 milliseconds