Home
last modified time | relevance | path

Searched refs:DropLogicDeletedData (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/
H A Drelational_store_client.h52 DistributedDB::DBStatus DropLogicDeletedData(sqlite3* db,
H A Dmock.cpp103 __attribute__((visibility("default"))) DBStatus DropLogicDeletedData(sqlite3 *db, const std::string… in DropLogicDeletedData() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_client.h47 DB_API DistributedDB::DBStatus DropLogicDeletedData(sqlite3 *db, const std::string &tableName, uint…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_ext_test.cpp1034 EXPECT_EQ(DropLogicDeletedData(nullptr, tableName, 0u), INVALID_ARGS);
1040 EXPECT_EQ(DropLogicDeletedData(db, "", 0u), INVALID_ARGS);
1046 EXPECT_EQ(DropLogicDeletedData(db, tableName + "_", 0u), DB_ERROR);
1052 EXPECT_EQ(DropLogicDeletedData(db, tableName, 0u), OK);
1061 EXPECT_EQ(DropLogicDeletedData(db, tableName, cursor), OK);
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp1610 DropLogicDeletedData(db, g_tables[0], 0);
H A Ddistributeddb_cloud_interfaces_set_cloud_schema_test.cpp1866 EXPECT_EQ(DropLogicDeletedData(db_, g_tableName2, 0u), OK);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/storage_fuzzer/
H A Dstorage_fuzzer.cpp340 DropLogicDeletedData(db, tableName, 0u); in DropLogicDeletedDataFuzz()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp957 auto status = DropLogicDeletedData(dbHandle_, table, tmpCursor); in CleanDirtyData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp1722 DB_API DistributedDB::DBStatus DropLogicDeletedData(sqlite3 *db, const std::string &tableName, uint… in DropLogicDeletedData() function