Home
last modified time | relevance | path

Searched defs:databaseFileType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp31const std::string &databaseFileType, SecurityLevel securityLevel, bool isCreateNecessary, bool aut… in RdbStoreConfig()
284 std::string RdbStoreConfig::GetDatabaseFileTypeValue(DatabaseFileType databaseFileType) in GetDatabaseFileTypeValue()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h715 std::string databaseFileType; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h291 std::string databaseFileType; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_config_test.cpp546 DatabaseFileType databaseFileType = DatabaseFileType::NORMAL; variable