Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp799 if (extItemMap_.count(identifier) != 0 && extItemMap_[identifier].count(userId) != 0) { in AutoLaunchExtTask()
805 }, nullptr, &extItemMap_); in AutoLaunchExtTask()
819 }, nullptr, &extItemMap_); in AutoLaunchExtTask()
828 }, nullptr, &extItemMap_); in AutoLaunchExtTask()
843 if (extItemMap_.count(identifier) == 0 || extItemMap_[identifier].count(userId) == 0) { in ExtObserverFunc()
849 }, &extItemMap_, nullptr); in ExtObserverFunc()
874 }, nullptr, &extItemMap_); in ExtObserverFunc()
913 }, nullptr, &extItemMap_); in ExtConnectionLifeCycleCallbackTask()
1310 if (extItemMap_.find(identifier) == extItemMap_.end() || in RegisterRelationalObserver()
1311 extItemMap_[identifier].find(userId) == extItemMap_[identifier].end()) { in RegisterRelationalObserver()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_auto_launch.h28 extItemMap_[identify][userId] = item; in SetAutoLaunchItem()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h202 std::map<std::string, std::map<std::string, AutoLaunchItem>> extItemMap_; variable