Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dsync_operation.h47 OP_EKEYREVOKED_FAILURE, // EKEYREVOKED error enumerator
H A Dsync_operation.cpp342 { static_cast<int>(OP_EKEYREVOKED_FAILURE), EKEYREVOKED_ERROR }, in DBStatusTrans()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.cpp127 finalStatus = SyncOperation::OP_EKEYREVOKED_FAILURE; in SetOperationStatus()
133 finalStatus = SyncOperation::OP_EKEYREVOKED_FAILURE; in SetOperationStatus()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp466 context_->GetOperationStatus() == SyncOperation::OP_EKEYREVOKED_FAILURE && in DoWaitForDataRecv()
860 { -E_EKEYREVOKED, SyncOperation::OP_EKEYREVOKED_FAILURE }, in GetSyncOperationStatus()