Home
last modified time | relevance | path

Searched refs:ForceCheckPoint (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store_connection.cpp213 return ForceCheckPoint(); in Pragma()
236 int RdSingleVerNaturalStoreConnection::ForceCheckPoint() const in ForceCheckPoint() function in DistributedDB::RdSingleVerNaturalStoreConnection
245 errCode = handle->ForceCheckPoint(); in ForceCheckPoint()
H A Drd_single_ver_natural_store_connection.h119 int ForceCheckPoint() const;
H A Drd_single_ver_storage_executor.h191 int ForceCheckPoint() const;
H A Drd_single_ver_storage_executor.cpp371 int RdSingleVerStorageExecutor::ForceCheckPoint() const in ForceCheckPoint() function in DistributedDB::RdSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp258 EXPECT_EQ(g_nullHandle->ForceCheckPoint(), -E_INVALID_DB);
535 EXPECT_EQ(g_handle->ForceCheckPoint(), E_OK);
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp409 EXPECT_EQ(g_nullHandle->ForceCheckPoint(), -E_INVALID_DB);
1005 EXPECT_EQ(g_handle->ForceCheckPoint(), E_OK);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store_connection.h214 int ForceCheckPoint() const;
H A Dsqlite_single_ver_storage_executor.h182 int ForceCheckPoint() const;
H A Dsqlite_single_ver_natural_store_connection.cpp359 return ForceCheckPoint(); in Pragma()
714 int SQLiteSingleVerNaturalStoreConnection::ForceCheckPoint() const in ForceCheckPoint() function in DistributedDB::SQLiteSingleVerNaturalStoreConnection
723 errCode = handle->ForceCheckPoint(); in ForceCheckPoint()
H A Dsqlite_single_ver_storage_executor.cpp2107 int SQLiteSingleVerStorageExecutor::ForceCheckPoint() const in ForceCheckPoint() function in DistributedDB::SQLiteSingleVerStorageExecutor