Home
last modified time | relevance | path

Searched defs:checkLogSql (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_test.cpp1262 std::string checkLogSql = "SELECT count(*) FROM naturalbase_rdb_aux_t1_log"; variable
1324 std::string checkLogSql = "SELECT count(*) FROM naturalbase_rdb_aux_t1_log"; in TestRemoveDeviceDataWithCallback() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_check_sync_test.cpp572 std::string checkLogSql = "SELECT count(*) FROM " + tableName_; in CheckLocalCount() local
616 std::string checkLogSql = "SELECT count(*) FROM " + tableName_; variable
671 std::string checkLogSql = "SELECT count(*) FROM " + tableName_; variable
H A Ddistributeddb_cloud_assets_operation_sync_test.cpp831 …std::string checkLogSql = "SELECT count(*) FROM " + DBCommon::GetLogTableName(tableName_) + " whe… variable