Searched refs:CheckUserTableResult (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_check_sync_test.cpp | 154 void CheckUserTableResult(sqlite3 *&db, const std::string &tableName, int64_t expectCount) in CheckUserTableResult() function 1529 CheckUserTableResult(db_, tableName_, 10); // 10 is count of user records 1538 CheckUserTableResult(db_, tableName_, 10); // 10 is count of user records after sync 1542 CheckUserTableResult(db_, tableName_, 7); // 7 is count of user records after sync 1574 CheckUserTableResult(db_, tableName_, 3); // 3 is count of user records after first sync in __anonc8f560be1d02() 1607 CheckUserTableResult(db_, tableName_, 10); // 10 is count of user records 1636 CheckUserTableResult(db_, tableName_, 0); // 0 is count of user records 1645 CheckUserTableResult(db_, tableName_, 0); // 0 is count of user records
|