Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/
H A Dchannel_manager.cpp90 bool isSink = (request.sessionProperty.endType == EndType::CAST_SINK); in CreateChannel() local
91 CLOGI("CreateChannel In, linkType = %{public}d, isVtp = %{public}d, isSink = %{public}d.", request.linkType, in CreateChannel()
92 isVtp, isSink); in CreateChannel()
93 if ((isVtp && isSink) || (!isVtp && !isSink)) { in CreateChannel()
121 bool isSink = (request.sessionProperty.endType == EndType::CAST_SINK); in CreateChannel() local
122 CLOGI("CreateChannel In, linkType = %{public}d, isVtp = %{public}d, isSink = %{public}d.", request.linkType, in CreateChannel()
123 isVtp, isSink); in CreateChannel()
124 if ((isVtp && isSink) || (!isVtp && !isSink)) { in CreateChannel()
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/channel/src/
H A Dchannel_manager.cpp90 bool isSink = (request.sessionProperty.endType == EndType::CAST_SINK); in CreateChannel() local
91 CLOGI("CreateChannel In, linkType = %{public}d, isVtp = %{public}d, isSink = %{public}d.", request.linkType, in CreateChannel()
92 isVtp, isSink); in CreateChannel()
93 if ((isVtp && isSink) || (!isVtp && !isSink)) { in CreateChannel()
121 bool isSink = (request.sessionProperty.endType == EndType::CAST_SINK); in CreateChannel() local
122 CLOGI("CreateChannel In, linkType = %{public}d, isVtp = %{public}d, isSink = %{public}d.", request.linkType, in CreateChannel()
123 isVtp, isSink); in CreateChannel()
124 if ((isVtp && isSink) || (!isVtp && !isSink)) { in CreateChannel()
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/include/
H A Dcast_device_data_manager.h66 bool SetDeviceRole(const std::string &deviceId, bool isSink);
99 bool isSink{ false };
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h109 int32_t GetVersionFromVerMgr(const std::string &uuid, const DHType dhType, std::string &version, bool isSink);
110 int32_t GetVersionFromVerInfoMgr(const std::string &uuid, const DHType dhType, std::string &version, bool isSink);
111 int32_t GetVersion(const std::string &uuid, DHType dhType, std::string &version, bool isSink);
/foundation/CastEngine/castengine_cast_framework/service/src/device_manager/src/
H A Dcast_device_data_manager.cpp192 bool CastDeviceDataManager::SetDeviceRole(const std::string &deviceId, bool isSink) in SetDeviceRole() argument
200 it->isSink = isSink; in SetDeviceRole()
212 return it->isSink; in GetDeviceRole()
H A Dconnection_manager.cpp818 auto isSink = CastDeviceDataManager::GetInstance().GetDeviceRole(deviceId); in DestroyConsulationSession() local
819 if (isSink == std::nullopt || (*isSink)) { in DestroyConsulationSession()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp823 std::string &version, bool isSink) in GetVersionFromVerMgr()
838 version = isSink ? compversion.sinkVersion : compversion.sourceVersion; in GetVersionFromVerMgr()
843 std::string &version, bool isSink) in GetVersionFromVerInfoMgr()
864 version = isSink ? iter->second.sinkVersion : iter->second.sourceVersion; in GetVersionFromVerInfoMgr()
868 int32_t ComponentManager::GetVersion(const std::string &uuid, DHType dhType, std::string &version, bool isSink) in GetVersion() argument
873 int32_t ret = GetVersionFromVerMgr(uuid, dhType, version, isSink); in GetVersion()
878 ret = GetVersionFromVerInfoMgr(uuid, dhType, version, isSink); in GetVersion()
822 GetVersionFromVerMgr(const std::string &uuid, const DHType dhType, std::string &version, bool isSink) GetVersionFromVerMgr() argument
842 GetVersionFromVerInfoMgr(const std::string &uuid, const DHType dhType, std::string &version, bool isSink) GetVersionFromVerInfoMgr() argument

Completed in 7 milliseconds