Searched defs:DeviceSyncOption (Results 1 – 2 of 2) sorted by relevance
193 struct DeviceSyncOption { struct194 std::vector<std::string> devices;195 SyncMode mode = SYNC_MODE_PULL_ONLY;196 Query query; // isQuery must be set to true if the query is set197 bool isQuery = false;198 bool isWait = true;
50 using DeviceSyncOption = DistributedDB::DeviceSyncOption; variable