Searched defs:isSink (Results 1 - 5 of 5) sorted by relevance
/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 121 bool isSink = (request.sessionProperty.endType == EndType::CAST_SINK); in CreateChannel() local [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 121 bool isSink = (request.sessionProperty.endType == EndType::CAST_SINK); in CreateChannel() local [all...] |
/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
|
H A D | connection_manager.cpp | 818 auto isSink = CastDeviceDataManager::GetInstance().GetDeviceRole(deviceId); in DestroyConsulationSession() local
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_manager.cpp | 868 int32_t ComponentManager::GetVersion(const std::string &uuid, DHType dhType, std::string &version, bool isSink) in GetVersion() argument 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 9 milliseconds