Home
last modified time | relevance | path

Searched refs:identifierInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp103 for (const auto &identifierInfo : inDisableSet) { in ~AutoLaunch() local
104 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()