Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp95 … } else if (iter.second.state == AutoLaunchItemState::IDLE && (!iter.second.inObserver)) { in ~AutoLaunch()
117 (!autoLaunchItemMap_[info.first][info.second].inObserver); in ~AutoLaunch()
349 autoLaunchItemMap_[identifier][userId].inObserver = true; in ObserverFunc()
381 autoLaunchItemMap_[identifier][userId].inObserver = false; in ObserverFunc()
411 (!autoLaunchItemMap_[identifier][userId].inObserver); in DisableKvStoreAutoLaunch()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h60 bool inObserver = false; member