Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp91 for (auto &items : autoLaunchItemMap_) { in ~AutoLaunch()
143 …if (autoLaunchItemMap_.count(identifier) != 0 && autoLaunchItemMap_[identifier].count(userId) != 0… in EnableKvStoreAutoLaunchParmCheck()
148 for (const auto &item : autoLaunchItemMap_) { in EnableKvStoreAutoLaunchParmCheck()
341 …if (autoLaunchItemMap_.count(identifier) == 0 || autoLaunchItemMap_[identifier].count(userId) == 0… in ObserverFunc()
394 …if (autoLaunchItemMap_.count(identifier) == 0 || autoLaunchItemMap_[identifier].count(userId) == 0… in DisableKvStoreAutoLaunch()
471 …if (autoLaunchItemMap_.count(identifier) == 0 || autoLaunchItemMap_[identifier].count(userId) == 0… in ConnectionLifeCycleCallbackTask()
563 for (auto &items : autoLaunchItemMap_) { in GetDoOpenMap()
706 …if (autoLaunchItemMap_.count(identifier) == 0 || autoLaunchItemMap_[identifier].count(userId) == 0… in ReceiveUnknownIdentifierCallBack()
1211 autoLaunchItemMap_[identifier].erase(userId); in EraseAutoLaunchItem()
1213 autoLaunchItemMap_.erase(identifier); in EraseAutoLaunchItem()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_auto_launch.h38 autoLaunchItemMap_[id][userId] = item; in SetWhiteListItem()
43 autoLaunchItemMap_.clear(); in ClearWhiteList()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h195 std::map<std::string, std::map<std::string, AutoLaunchItem>> autoLaunchItemMap_; variable