Home
last modified time | relevance | path

Searched defs:SyncAgent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.h97 struct SyncAgent { struct
98 pid_t pid_ = 0;
99 int32_t switchesObserverCount_ = 0;
100 bool staticsChanged_ = false;
101 bool dynamicChanged_ = false;
102 AppId appId_;
103 sptr<IKVDBNotifier> notifier_;
104 std::map<std::string, uint32_t> delayTimes_;
105 std::map<std::string, std::set<std::shared_ptr<KVDBWatcher>>> watchers_;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h113 struct SyncAgent { struct
124 using SyncAgents = std::map<int32_t, SyncAgent>; argument
H A Drdb_service_impl.cpp974 RdbServiceImpl::SyncAgent::SyncAgent(const std::string &bundleName) : bundleName_(bundleName) in SyncAgent() function in OHOS::DistributedRdb::RdbServiceImpl::SyncAgent