Home
last modified time | relevance | path

Searched refs:IsCreateNecessary (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h152 bool IsCreateNecessary() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h341 API_EXPORT bool IsCreateNecessary() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_config_test.cpp440 bool retCreateNecessary = config.IsCreateNecessary();
453 retCreateNecessary = config.IsCreateNecessary();
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp321 bool RdbStoreConfig::IsCreateNecessary() const in IsCreateNecessary() function in OHOS::NativeRdb::RdbStoreConfig
H A Dsqlite_connection.cpp198 rdbStoreConfig.SetCreateNecessary(rdbConfig.IsCreateNecessary()); in GetSlaveRdbStoreConfig()
226 if (!isDbFileExist && (!config.IsCreateNecessary())) { in InnerOpen()