Searched refs:DropLogicDeletedData (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/rdbmock/frameworks/native/rdb/ |
H A D | relational_store_client.h | 52 DistributedDB::DBStatus DropLogicDeletedData(sqlite3* db,
|
H A D | mock.cpp | 103 __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 D | relational_store_client.h | 47 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 D | distributeddb_cloud_interfaces_relational_ext_test.cpp | 1034 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 D | distributeddb_cloud_interfaces_relational_remove_device_data_test.cpp | 1610 DropLogicDeletedData(db, g_tables[0], 0);
|
H A D | distributeddb_cloud_interfaces_set_cloud_schema_test.cpp | 1866 EXPECT_EQ(DropLogicDeletedData(db_, g_tableName2, 0u), OK);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/storage_fuzzer/ |
H A D | storage_fuzzer.cpp | 340 DropLogicDeletedData(db, tableName, 0u); in DropLogicDeletedDataFuzz()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_connection.cpp | 957 auto status = DropLogicDeletedData(dbHandle_, table, tmpCursor); in CleanDirtyData()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_sqlite_ext.cpp | 1722 DB_API DistributedDB::DBStatus DropLogicDeletedData(sqlite3 *db, const std::string &tableName, uint… in DropLogicDeletedData() function
|