Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dmessage.h198 bool IsFeedbackError() const in IsFeedbackError() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_sync_state_machine.cpp145 if (inMsg->IsFeedbackError()) { in ReceiveMessageCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync_utils.cpp86 if (message->IsFeedbackError()) { in AckMsgErrnoCheck()
H A Dsingle_ver_data_sync.cpp1159 if (message->GetMessageType() == TYPE_NOTIFY || message->IsFeedbackError()) { in AckPacketIdCheck()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.cpp780 if (inMsg->IsFeedbackError() && IsPacketValid(inMsg->GetSessionId())) { in ReceiveMessageInner()
H A Dsync_engine.cpp967 if (inMsg->IsFeedbackError()) { in IsSkipCalculateLen()