Home
last modified time | relevance | path

Searched refs:GetSyncType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_operation.h127 static SyncType GetSyncType(int mode);
H A Dsync_operation.cpp299 SyncType SyncOperation::GetSyncType(int mode) in GetSyncType() function in DistributedDB::SyncOperation
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.h213 SyncType GetSyncType(uint32_t messageId) const;
H A Dsingle_ver_data_sync_utils.cpp98 if (SyncOperation::GetSyncType(packet->GetMode()) != SyncType::QUERY_SYNC_TYPE) { in RequestQueryCheck()
H A Dsingle_ver_data_sync.cpp560 SyncType curType = SyncOperation::GetSyncType(packet->GetMode()); in RemoveDeviceDataHandle()
995 SyncType curType = SyncOperation::GetSyncType(packet->GetMode()); in DataRequestRecv()
1589 SyncType curType = SyncOperation::GetSyncType(packet->GetMode()); in SetAckPacket()
H A Dsingle_ver_sync_state_machine.cpp1160 SyncType SingleVerSyncStateMachine::GetSyncType(uint32_t messageId) const in GetSyncType() function in DistributedDB::SingleVerSyncStateMachine