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 D | ability_sync.cpp | 354 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 D | sync_state_machine.cpp | 26 storageInterface_(nullptr), in SyncStateMachine() 44 storageInterface_ = nullptr; in ~SyncStateMachine() 60 storageInterface_ = syncInterface; in Initialize()
|
H A D | sync_state_machine.h | 162 ISyncInterface *storageInterface_; variable
|
H A D | ability_sync.h | 266 ISyncInterface *storageInterface_; variable
|