Home
last modified time | relevance | path

Searched refs:CAST_PLUS_STREAM (Results 1 - 10 of 10) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_listeners.cpp78 session->property_.protocolType = ProtocolType::CAST_PLUS_STREAM; in OnSetup()
396 session->property_.protocolType == ProtocolType::CAST_PLUS_STREAM || in IsMediaChannelReady()
H A Dcast_session_impl.cpp243 if (property_.protocolType == ProtocolType::CAST_PLUS_STREAM || property_.endType != EndType::CAST_SINK) { in WaitSinkSetProperty()
542 if (protocolType == ProtocolType::CAST_PLUS_STREAM) { in SetSessionProtocolType()
594 property_.protocolType == ProtocolType::CAST_PLUS_STREAM || in InitRtspParamInfo()
599 if (property_.protocolType == ProtocolType::CAST_PLUS_STREAM) { in InitRtspParamInfo()
716 property_.protocolType == ProtocolType::CAST_PLUS_STREAM || in GetMediaPort()
723 property_.protocolType == ProtocolType::CAST_PLUS_STREAM || in GetMediaPort()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_listeners.cpp78 session->property_.protocolType = ProtocolType::CAST_PLUS_STREAM; in OnSetup()
396 session->property_.protocolType == ProtocolType::CAST_PLUS_STREAM || in IsMediaChannelReady()
H A Dcast_session_impl.cpp243 if (property_.protocolType == ProtocolType::CAST_PLUS_STREAM || property_.endType != EndType::CAST_SINK) { in WaitSinkSetProperty()
542 if (protocolType == ProtocolType::CAST_PLUS_STREAM) { in SetSessionProtocolType()
594 property_.protocolType == ProtocolType::CAST_PLUS_STREAM || in InitRtspParamInfo()
599 if (property_.protocolType == ProtocolType::CAST_PLUS_STREAM) { in InitRtspParamInfo()
716 property_.protocolType == ProtocolType::CAST_PLUS_STREAM || in GetMediaPort()
723 property_.protocolType == ProtocolType::CAST_PLUS_STREAM || in GetMediaPort()
/foundation/CastEngine/castengine_cast_framework/common/src/
H A Dcast_engine_dfx.cpp119 {ProtocolType::CAST_PLUS_STREAM, BIZSceneType::CAST_STREAM}, in GetBIZSceneType() member in OHOS::CastEngine::ProtocolType
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Dcast_engine_common.h197 CAST_PLUS_STREAM = 1 << 1, member in OHOS::CastEngine::SubDeviceType::EventCode::ProtocolType
210 static_cast<uint32_t>(ProtocolType::CAST_PLUS_STREAM) | in IsProtocolType()
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_castengine_enum.cpp258 (void)SetNamedProperty(env, result, "CAST_PLUS_STREAM", static_cast<int32_t>(ProtocolType::CAST_PLUS_STREAM)); in ExportProtocolType()
/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider.cpp115 CastSessionProperty property = {CastEngine::ProtocolType::CAST_PLUS_STREAM, CastEngine::EndType::CAST_SOURCE}; in StartCastSession()
/foundation/multimedia/av_session/services/session/server/test/
H A Dhw_cast_stream_player_test.cpp66 CastSessionProperty property = {CastEngine::ProtocolType::CAST_PLUS_STREAM, CastEngine::EndType::CAST_SOURCE}; in CreateSession()
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/
H A Dconnection_manager.cpp791 if (device->protocolType == ProtocolType::CAST_PLUS_STREAM) { in OnConsultDataReceived()

Completed in 15 milliseconds