Searched refs:SyncCallBack (Results 1 – 2 of 2) sorted by relevance
36 using SyncCallBack = std::function<void(const std::map<std::string, int32_t> &results)>; variable51 uint64_t AddNotifier(const std::string &userId, SyncCallBack &callback);60 std::map<uint64_t, SyncCallBack> seqIdCallbackRelations_;156 …ore(const std::string &prefix, const std::vector<std::string> &deviceList, SyncCallBack &callback);
161 SyncCallBack syncCallback = in Save()225 SyncCallBack tmp = [proxy](const std::map<std::string, int32_t> &results) { in RevokeSave()870 const std::string &prefix, const std::vector<std::string> &deviceList, SyncCallBack &callback) in SyncOnStore()1096 uint64_t SequenceSyncManager::AddNotifier(const std::string &userId, SyncCallBack &callback) in AddNotifier()