Home
last modified time | relevance | path

Searched refs:IsNeedClearRemoteStaleData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_task_context.h83 bool IsNeedClearRemoteStaleData() const;
H A Dsingle_ver_sync_task_context.cpp307 bool SingleVerSyncTaskContext::IsNeedClearRemoteStaleData() const in IsNeedClearRemoteStaleData() function in DistributedDB::SingleVerSyncTaskContext
H A Dsingle_ver_data_sync.cpp570 if (context->IsNeedClearRemoteStaleData()) { in RemoveDeviceDataHandle()
1308 if (!context->IsNeedClearRemoteStaleData()) { in DealWaterMarkException()
1687 if (context->IsNeedClearRemoteStaleData() && clearRemoteDataMark == REMOVE_DEVICE_DATA_MARK) { in RemoveDeviceDataIfNeed()