Searched defs:SyncAgent (Results 1 – 3 of 3) sorted by relevance
97 struct SyncAgent { struct98 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_;
113 struct SyncAgent { struct124 using SyncAgents = std::map<int32_t, SyncAgent>; argument
974 RdbServiceImpl::SyncAgent::SyncAgent(const std::string &bundleName) : bundleName_(bundleName) in SyncAgent() function in OHOS::DistributedRdb::RdbServiceImpl::SyncAgent