Lines Matching refs:dhId
117 DHLOGE("CheckParam dhId size is too long.");
145 DHLOGE("CheckParam dhId size is too long.");
156 bool DInputCheckParam::CheckRegisterParam(const std::string &devId, const std::string &dhId,
163 if (dhId.empty() || dhId.size() > DEV_ID_LENGTH_MAX) {
164 DHLOGE("CheckParam dhId is empty or dhId size too long.");
178 bool DInputCheckParam::CheckUnregisterParam(const std::string &devId, const std::string &dhId,
185 if (dhId.empty() || dhId.size() > DEV_ID_LENGTH_MAX) {
186 DHLOGE("CheckParam dhId is empty or dhId size too long.");