Home
last modified time | relevance | path

Searched refs:GetAutoClean (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_manager.cpp179 syncerParam.isAutoClean_ = config.GetAutoClean(); in GetSyncParam()
H A Drdb_store_config.cpp458 bool RdbStoreConfig::GetAutoClean() const in GetAutoClean() function in OHOS::NativeRdb::RdbStoreConfig
H A Dsqlite_connection.cpp190 rdbStoreConfig.SetAutoClean(rdbConfig.GetAutoClean()); in GetSlaveRdbStoreConfig()
1321 param.isAutoClean_ = config.GetAutoClean(); in SetServiceKey()
H A Drdb_store_impl.cpp93 syncerParam_.isAutoClean_ = config.GetAutoClean(); in InitSyncerParam()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h198 bool GetAutoClean() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h548 bool GetAutoClean() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_config_test.cpp906 EXPECT_EQ(autoClean, config.GetAutoClean());