Searched refs:identifierInfo (Results 1 – 1 of 1) sorted by relevance
103 for (const auto &identifierInfo : inDisableSet) { in ~AutoLaunch() local104 cv_.wait(autoLock, [identifierInfo, this] { in ~AutoLaunch()105 return autoLaunchItemMap_.count(identifierInfo.first) == 0 || in ~AutoLaunch()106 autoLaunchItemMap_[identifierInfo.first].count(identifierInfo.second) == 0 || in ~AutoLaunch()107 (!autoLaunchItemMap_[identifierInfo.first][identifierInfo.second].isDisable); in ~AutoLaunch()109 if (autoLaunchItemMap_.count(identifierInfo.first) != 0 && in ~AutoLaunch()110 … autoLaunchItemMap_[identifierInfo.first].count(identifierInfo.second)) { // LCOV_EXCL_BR_LINE in ~AutoLaunch()111 TryCloseConnection(autoLaunchItemMap_[identifierInfo.first][identifierInfo.second]); in ~AutoLaunch()