/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_kvdata_storage.cpp | 52 dbProperties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in OpenKvDB() 301 dbProperties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, property.isNeedCreate); in GetVersion() 437 dbProperties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in BackupCurrentDatabase() 456 dbProperties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in ImportDatabase()
|
H A D | multi_ver_natural_store_commit_storage.cpp | 85 dbProperties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, property.isNeedCreate); in GetVersion() 116 dbProperties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, property.isNeedCreate); in Open() 890 dbProperties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in BackupCurrentDatabase() 904 dbProperties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in ImportDatabase()
|
H A D | multi_ver_natural_store.cpp | 279 bool isNeedCreate = kvDBProp.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in InitStorages() 329 bool isNeedCreate = kvDBProp.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in CheckSubStorageVersion()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | db_properties.h | 55 static constexpr const char *CREATE_IF_NECESSARY = "createIfNecessary"; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
H A D | sqlite_local_kvdb.cpp | 68 bool createIfNecessary = kvDBProp.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in Open() 300 bool createIfNecessary = kvDBProp.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in InitDataBaseOption()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.cpp | 121 bool isCreate = kvDBProp.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in Open() 547 option.createIfNecessary = kvDBProp.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in InitDataBaseOption()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_multi_ver_sync_db_interface.cpp | 157 prop.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in Initialize()
|
H A D | distributeddb_multi_ver_p2p_sync_test.cpp | 86 prop.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in GetConnection()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_data_connection_test.cpp | 99 properties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in SetUp()
|
H A D | distributeddb_storage_data_operation_test.cpp | 109 properties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in SetUp()
|
H A D | distributeddb_storage_transaction_data_test.cpp | 260 g_prop.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in SetUp()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_manager.cpp | 87 properties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, option.createIfNecessary); in InitPropWithNbOption() 142 properties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, option.createIfNecessary); in InitPropWithOption()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | multi_ver_database_oper.cpp | 180 … = multiVerNaturalStore_->GetDbProperties().GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in BackupCurrentDatabase()
|
H A D | single_ver_database_oper.cpp | 504 bool isCreate = properties.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in InitDataBaseOption()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_auto_launch_test.cpp | 291 prop.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in GetKvDB()
|
H A D | distributeddb_interfaces_database_rd_kernel_test.cpp | 643 property.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true);
|
H A D | distributeddb_interfaces_database_test.cpp | 1256 property.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store.cpp | 372 bool isCreate = kvDBProp.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in CheckDatabaseRecovery() 1615 bool isCreateNecessary = kvDBProp.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in InitDataBaseOption()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | kvdb_manager.cpp | 438 bool isCreateNecessary = property.GetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in GetDataBase()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_auto_launch_test.cpp | 145 prop.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in GetProperty()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store.cpp | 65 option.createIfNecessary = properties.GetBoolProp(DBProperties::CREATE_IF_NECESSARY, false); in InitDataBaseOption()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | auto_launch.cpp | 1013 propertiesPtr->SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, param.option.createIfNecessary); in GetAutoLaunchKVProperties()
|