Home
last modified time | relevance | path

Searched refs:storageInterface_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dability_sync.cpp354 storageInterface_(nullptr), in AbilitySync()
363 storageInterface_ = nullptr; in ~AbilitySync()
374 storageInterface_ = inStorage; in Initialize()
404 SetSendConfigParam(storageInterface_->GetDbProperties(), deviceId_, false, SEND_TIME_OUT, conf); in SyncStart()
529 … int errCode = (static_cast<SyncGenericInterface *>(storageInterface_))->GetSecurityOption(option); in SecLabelCheck()
599 (static_cast<SyncGenericInterface *>(storageInterface_))->GetSecurityOption(option); in GetPacketSecOption()
1105 return storageInterface_->GetInterfaceType() == ISyncInterface::SYNC_SVD; in IsSingleKvVer()
1110 return storageInterface_->GetInterfaceType() == ISyncInterface::SYNC_RELATION; in IsSingleRelationalVer()
1202 SetSendConfigParam(storageInterface_->GetDbProperties(), deviceId_, false, SEND_TIME_OUT, conf); in SendAck()
1269 … auto localSchema = (static_cast<RelationalDBSyncInterface *>(storageInterface_))->GetSchemaInfo(); in HandleRelationAckSchemaParam()
[all …]
H A Dsync_state_machine.cpp26 storageInterface_(nullptr), in SyncStateMachine()
44 storageInterface_ = nullptr; in ~SyncStateMachine()
60 storageInterface_ = syncInterface; in Initialize()
H A Dsync_state_machine.h162 ISyncInterface *storageInterface_; variable
H A Dability_sync.h266 ISyncInterface *storageInterface_; variable