Lines Matching defs:sinkId
62 bool DInputCheckParam::CheckParam(const std::string &srcId, const std::string &sinkId, const uint32_t &inputTypes,
69 if (sinkId.empty() || sinkId.size() > DEV_ID_LENGTH_MAX) {
70 DHLOGE("CheckParam sinkId is empty or sinkId size too long.");
86 bool DInputCheckParam::CheckParam(const std::string &srcId, const std::string &sinkId,
93 if (sinkId.empty() || sinkId.size() > DEV_ID_LENGTH_MAX) {
94 DHLOGE("CheckParam sinkId is empty or sinkId size too long.");
104 bool DInputCheckParam::CheckParam(const std::string &sinkId, const std::vector<std::string> &dhIds,
107 if (sinkId.empty() || sinkId.size() > DEV_ID_LENGTH_MAX) {
108 DHLOGE("CheckParam sinkId is empty or sinkId size too long.");
128 bool DInputCheckParam::CheckParam(const std::string &srcId, const std::string &sinkId,
135 if (sinkId.empty() || sinkId.size() > DEV_ID_LENGTH_MAX) {
136 DHLOGE("CheckParam sinkId is empty or sinkId size too long.");