Home
last modified time | relevance | path

Searched refs:E_NOT_NEED_DELETE_MSG (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_errno.h113 constexpr int E_NOT_NEED_DELETE_MSG = (E_BASE + 92); // not need delete msg, will be delete by slid… variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.cpp175 return -E_NOT_NEED_DELETE_MSG; in ReceiveRemoteExecutorRequest()
197 return -E_NOT_NEED_DELETE_MSG; in ReceiveRemoteExecutorRequest()
797 if (errCode != -E_NOT_NEED_DELETE_MSG) { in ReceiveMessageInner()
H A Dsync_engine.cpp359 if (errCode == -E_NOT_NEED_DELETE_MSG) { in MessageReciveCallbackTask()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dgeneric_virtual_device.cpp163 if (errCode != -E_NOT_NEED_DELETE_MSG) { in MessageCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_sync_state_machine.cpp768 errCode = -E_NOT_NEED_DELETE_MSG; in DataPktRecv()