mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
commit
8d2a3d1fc8
@ -333,15 +333,15 @@ Status DmsBmStorage::GetKvStore()
|
||||
.encrypt = false,
|
||||
.autoSync = false,
|
||||
.isPublic = true,
|
||||
.securityLevel = SecurityLevel::S1,
|
||||
.cloudConfig = {
|
||||
.enableCloud = true,
|
||||
.autoSync = true
|
||||
},
|
||||
.securityLevel = SecurityLevel::S1,
|
||||
.area = EL1,
|
||||
.kvStoreType = KvStoreType::SINGLE_VERSION,
|
||||
.dataType = DataType::TYPE_DYNAMICAL,
|
||||
.baseDir = BMS_KV_BASE_DIR
|
||||
.baseDir = BMS_KV_BASE_DIR,
|
||||
.dataType = DataType::TYPE_DYNAMICAL
|
||||
};
|
||||
Status status = dataManager_.GetSingleKvStore(options, appId_, storeId_, kvStorePtr_);
|
||||
if (status == Status::SUCCESS) {
|
||||
|
Loading…
Reference in New Issue
Block a user