Home
last modified time | relevance | path

Searched refs:IsFeedbackErrorMessage (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h113 static bool IsFeedbackErrorMessage(uint32_t errorNo);
H A Dprotocol_proto.cpp691 if (IsFeedbackErrorMessage(messageHdr.errorNo)) { in DeSerializeMessage()
716 bool ProtocolProto::IsFeedbackErrorMessage(uint32_t errorNo) in IsFeedbackErrorMessage() function in DistributedDB::ProtocolProto