Lines Matching defs:destDevId
1281 bool DSchedContinue::CheckDeviceIdFromRemote(const std::string& localDevId, const std::string& destDevId,
1284 if (localDevId.empty() || destDevId.empty() || srcDevId.empty()) {
1288 // destDevId set by remote must be same with localDevId
1289 if (localDevId != destDevId) {
1290 HILOGE("destDevId is not same with localDevId");
1295 HILOGD("CheckDeviceIdFromRemote destDevId %{public}s", GetAnonymStr(destDevId).c_str());
1297 if (srcDevId == destDevId || srcDevId == localDevId) {
1298 HILOGE("destDevId is different with localDevId and destDevId");