Home
last modified time | relevance | path

Searched refs:callBackStores_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.cpp373 if (item.second.callBackStores_.count(storeName) != 0) { in GetCallbacks()
637 it->second.callBackStores_.insert(std::make_pair(storeName, 0));
639 it->second.callBackStores_[storeName]++;
656 auto it = agent->second.callBackStores_.find(storeName);
657 if (it == agent->second.callBackStores_.end()) {
662 agent->second.callBackStores_.erase(it);
979 callBackStores_.clear();
H A Drdb_service_impl.h117 std::map<std::string, int> callBackStores_; member

Completed in 3 milliseconds