Home
last modified time | relevance | path

Searched refs:SetPageSize (Results 1 - 8 of 8) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_connection.h85 int SetPageSize(const RdbStoreConfig &config);
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_impl_test.cpp390 * @tc.desc: Abnormal testCase for SetPageSize,
399 config.SetPageSize(1024); in HWTEST_F()
522 config.SetPageSize(1024); in HWTEST_F()
535 config.SetPageSize(1024); in HWTEST_F()
579 config.SetPageSize(1024); in HWTEST_F()
H A Drdb_store_config_test.cpp735 config.SetPageSize(pageSize); in HWTEST_F()
747 config.SetPageSize(0); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h182 void SetPageSize(int pageSize);
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H A Drdb_store_test.cpp390 * @tc.desc: Abnormal testCase for SetPageSize,
399 config.SetPageSize(1024); in HWTEST_F()
522 config.SetPageSize(1024); in HWTEST_F()
535 config.SetPageSize(1024); in HWTEST_F()
579 config.SetPageSize(1024); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp163 void RdbStoreConfig::SetPageSize(int pageSize) in SetPageSize() function in OHOS::NativeRdb::RdbStoreConfig
H A Dsqlite_connection.cpp200 rdbStoreConfig.SetPageSize(rdbConfig.GetPageSize()); in GetSlaveRdbStoreConfig()
367 errCode = SetPageSize(config); in Configure()
498 int SqliteConnection::SetPageSize(const RdbStoreConfig &config) in SetPageSize() function in OHOS::NativeRdb::SqliteConnection
507 LOG_ERROR("SetPageSize fail to get page size : %{public}d", errCode); in SetPageSize()
517 LOG_ERROR("SetPageSize fail to set page size : %{public}d", errCode); in SetPageSize()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h476 API_EXPORT void SetPageSize(int pageSize);

Completed in 11 milliseconds