mirror of
https://gitee.com/openharmony/distributeddatamgr_datamgr_service
synced 2024-11-23 06:50:35 +00:00
update
Signed-off-by: yangliu <yangliu178@huawei.com>
This commit is contained in:
parent
1189e9fadb
commit
18dd07e79b
@ -826,7 +826,7 @@ bool KVDBServiceImpl::IsTripleAutoLaunch(
|
||||
}
|
||||
|
||||
void KVDBServiceImpl::SetAutoLaunchParam(DistributedDB::AutoLaunchOption &option,
|
||||
DistributedDB::AutoLaunchParam ¶m, StoreMetaData &storeMeta)
|
||||
DistributedDB::AutoLaunchParam ¶m, const StoreMetaData &storeMeta)
|
||||
{
|
||||
option.schema = storeMeta.schema;
|
||||
option.createDirByStoreIdOnly = true;
|
||||
|
@ -157,7 +157,7 @@ private:
|
||||
int32_t DoTripleAutoLaunch(StoreMetaData &meta);
|
||||
DistributedDB::SecurityOption ConvertSecurity(int securityLevel);
|
||||
void SetAutoLaunchParam(DistributedDB::AutoLaunchOption &option, DistributedDB::AutoLaunchParam ¶m,
|
||||
StoreMetaData &storeMeta);
|
||||
const StoreMetaData &storeMeta);
|
||||
Status ConvertDbStatusNative(DBStatus status);
|
||||
static Factory factory_;
|
||||
ConcurrentMap<uint32_t, SyncAgent> syncAgents_;
|
||||
|
Loading…
Reference in New Issue
Block a user