/foundation/CastEngine/castengine_cast_plus_stream/src/channel/src/ |
H A D | channel_manager.cpp | 90 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 D | channel_manager.cpp | 90 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 D | cast_device_data_manager.h | 66 bool SetDeviceRole(const std::string &deviceId, bool isSink); 99 bool isSink{ false };
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/ |
H A D | component_manager.h | 109 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 D | cast_device_data_manager.cpp | 192 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 D | connection_manager.cpp | 818 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 D | component_manager.cpp | 823 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
|