Searched refs:UNNEEDED_PORT (Results 1 - 4 of 4) sorted by relevance
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/ |
H A D | cast_session_impl.cpp | 711 return std::pair<int, int> { port, UNNEEDED_PORT }; in GetMediaPort() 719 std::pair<int, int> { INVALID_PORT, UNNEEDED_PORT }; in GetMediaPort() 734 return { port, UNNEEDED_PORT }; in GetMediaPort()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/ |
H A D | cast_session_impl.cpp | 711 return std::pair<int, int> { port, UNNEEDED_PORT }; in GetMediaPort() 719 std::pair<int, int> { INVALID_PORT, UNNEEDED_PORT }; in GetMediaPort() 734 return { port, UNNEEDED_PORT }; in GetMediaPort()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/ |
H A D | cast_session_impl_class.h | 137 static constexpr int UNNEEDED_PORT = -2; member in OHOS::CastEngine::CastEngineService::CastSessionImpl
|
/foundation/CastEngine/castengine_cast_plus_stream/include/ |
H A D | cast_session_impl_class.h | 137 static constexpr int UNNEEDED_PORT = -2; member in OHOS::CastEngine::CastEngineService::CastSessionImpl
|
Completed in 6 milliseconds