Searched defs:DBInfo (Results 1 – 3 of 3) sorted by relevance
37 using DBInfo = DistributedData::CloudInfo::AppInfo; variable
204 struct DBInfo { struct205 std::string userId;206 std::string appId;207 std::string storeId;208 bool syncDualTupleMode = false;209 bool isNeedSync = false;
1139 EXPECT_CALL(*syncDBInterface, GetDBInfo(_)).WillRepeatedly([&dbInfoCount](DBInfo &) { in __anon34a84a721102() argument2082 EXPECT_CALL(*syncDBInterface, GetDBInfo(_)).WillRepeatedly([](DBInfo &) { in __anon34a84a722602() argument