Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.cpp219 SyncGenericInterface *storage = static_cast<SyncGenericInterface *>(GetAndIncSyncInterface()); in CheckPermissions()
250 auto *syncInterface = GetAndIncSyncInterface(); in SendRemoteExecutorData()
289 auto storage = GetAndIncSyncInterface(); in ReceiveRemoteExecutorAck()
510 auto syncInterface = GetAndIncSyncInterface(); in SendRequestMessage()
571 SyncGenericInterface *storage = static_cast<SyncGenericInterface *>(GetAndIncSyncInterface()); in ResponseStart()
743 ISyncInterface *storage = GetAndIncSyncInterface(); in FillRequestPacket()
843 ISyncInterface *RemoteExecutor::GetAndIncSyncInterface() const in GetAndIncSyncInterface() function in DistributedDB::RemoteExecutor
H A Dremote_executor.h146 ISyncInterface *GetAndIncSyncInterface() const;
H A Dsync_engine.h140 ISyncInterface *GetAndIncSyncInterface();
H A Dsync_engine.cpp627 auto storage = GetAndIncSyncInterface(); in GetSyncTaskContext()
1295 ISyncInterface *SyncEngine::GetAndIncSyncInterface() in GetAndIncSyncInterface() function in DistributedDB::SyncEngine