Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_config_test.cpp548 std::string retDatabaseFileType = config.GetDatabaseFileType();
561 retDatabaseFileType = config.GetDatabaseFileType();
572 retDatabaseFileType = config.GetDatabaseFileType();
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h148 std::string GetDatabaseFileType() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h321 API_EXPORT std::string GetDatabaseFileType() const;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp108 std::string RdbStoreConfig::GetDatabaseFileType() const in GetDatabaseFileType() function in OHOS::NativeRdb::RdbStoreConfig
H A Drdb_store_impl.cpp876 fileType_(config.GetDatabaseFileType()) in RdbStoreImpl()
884 fileType_(config.GetDatabaseFileType()) in RdbStoreImpl()