Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dparse_result.h50 void SetSendLabelExchange(bool sendLabelExchange) in SetSendLabelExchange() argument
52 sendLabelExchange_ = sendLabelExchange; in SetSendLabelExchange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h35 bool sendLabelExchange = true; member
H A Dcommunicator_aggregator.cpp309 bool sendLabelExchange = true; in ScheduleSendTask() local
311 sendLabelExchange = dbStatusAdapter_->IsSendLabelExchange(); in ScheduleSendTask()
314 sendLabelExchange}; in ScheduleSendTask()
H A Dprotocol_proto.cpp68 void SetSendLabelExchange(uint8_t &inPacketType, bool sendLabelExchange) in SetSendLabelExchange() argument
70 if (!sendLabelExchange) { in SetSendLabelExchange()
462 SetSendLabelExchange(packetType, inInfo.sendLabelExchange); in SetPhyHeader()