Searched refs:checkLogSql (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_assets_operation_sync_test.cpp | 831 …std::string checkLogSql = "SELECT count(*) FROM " + DBCommon::GetLogTableName(tableName_) + " whe… variable 832 RelationalTestUtils::ExecSql(db_, checkLogSql, nullptr, [&dataCnt](sqlite3_stmt *stmt) { in __anond35eef630a02() 846 …checkLogSql = "SELECT count(*) FROM " + DBCommon::GetLogTableName(tableName_) + " where cursor = … 847 RelationalTestUtils::ExecSql(db_, checkLogSql, nullptr, [&dataCnt](sqlite3_stmt *stmt) { in __anond35eef630b02()
|
H A D | distributeddb_cloud_check_sync_test.cpp | 572 std::string checkLogSql = "SELECT count(*) FROM " + tableName_; in CheckLocalCount() local 573 RelationalTestUtils::ExecSql(db_, checkLogSql, nullptr, [&dataCnt](sqlite3_stmt *stmt) { in CheckLocalCount() 616 std::string checkLogSql = "SELECT count(*) FROM " + tableName_; variable 617 RelationalTestUtils::ExecSql(db_, checkLogSql, nullptr, [&dataCnt](sqlite3_stmt *stmt) { in __anonc8f560be0c02() 671 std::string checkLogSql = "SELECT count(*) FROM " + tableName_; variable 672 RelationalTestUtils::ExecSql(db_, checkLogSql, nullptr, [&dataCnt](sqlite3_stmt *stmt) { in __anonc8f560be0d02()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_relational_test.cpp | 1262 std::string checkLogSql = "SELECT count(*) FROM naturalbase_rdb_aux_t1_log"; variable 1263 RelationalTestUtils::ExecSql(db, checkLogSql, nullptr, [&logCnt](sqlite3_stmt *stmt) { in __anonc71ddc450402() 1324 std::string checkLogSql = "SELECT count(*) FROM naturalbase_rdb_aux_t1_log"; in TestRemoveDeviceDataWithCallback() local 1325 RelationalTestUtils::ExecSql(db, checkLogSql, nullptr, [&logCnt](sqlite3_stmt *stmt) { in TestRemoveDeviceDataWithCallback()
|