Lines Matching refs:srcId
62 bool DInputCheckParam::CheckParam(const std::string &srcId, const std::string &sinkId, const uint32_t &inputTypes,
65 if (srcId.empty() || srcId.size() > DEV_ID_LENGTH_MAX) {
66 DHLOGE("CheckParam srcId is empty or srcId size too long.");
86 bool DInputCheckParam::CheckParam(const std::string &srcId, const std::string &sinkId,
89 if (srcId.empty() || srcId.size() > DEV_ID_LENGTH_MAX) {
90 DHLOGE("CheckParam srcId is empty or srcId size too long.");
128 bool DInputCheckParam::CheckParam(const std::string &srcId, const std::string &sinkId,
131 if (srcId.empty() || srcId.size() > DEV_ID_LENGTH_MAX) {
132 DHLOGE("CheckParam srcId is empty or srcId size too long.");