Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_type_define.h68 COMMUNICATION_LABEL_EXCHANGE_ACK = 3, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.cpp456 … aggregator_->ScheduleSendTask(toTarget, inBuff, FrameType::COMMUNICATION_LABEL_EXCHANGE_ACK, conf… in SendLabelExchangeAck()
H A Dcommunicator_aggregator.cpp607 if (inResult.GetFrameTypeInfo() == FrameType::COMMUNICATION_LABEL_EXCHANGE_ACK) { in OnCommLayerFrameReceive()
H A Dprotocol_proto.cpp860 if (inResult.GetFrameTypeInfo() == FrameType::COMMUNICATION_LABEL_EXCHANGE_ACK) { in ParseCommLayerPayload()