Home
last modified time | relevance | path

Searched refs:IsSendLabelExchange (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Ddb_status_adapter.cpp49 if (IsSendLabelExchange()) { in IsSupport()
67 if (IsSendLabelExchange()) { in GetLocalDBInfos()
126 if (IsSendLabelExchange()) { in NotifyDBInfos()
168 if (dbInfoHandle == nullptr || IsSendLabelExchange()) { in IsNeedAutoSync()
215 bool DBStatusAdapter::IsSendLabelExchange() in IsSendLabelExchange() function in DistributedDB::DBStatusAdapter
H A Dcommunicator_aggregator.cpp311 sendLabelExchange = dbStatusAdapter_->IsSendLabelExchange(); in ScheduleSendTask()
496 … dbStatusAdapter_->SetRemoteOptimizeCommunication(srcTarget, !packetResult.IsSendLabelExchange()); in OnBytesReceive()
H A Dcommunicator_linker.cpp483 if (checkAdapter && statusAdapter_ != nullptr && !statusAdapter_->IsSendLabelExchange()) { in TriggerLabelExchangeEvent()
H A Dprotocol_proto.cpp63 bool IsSendLabelExchange(uint8_t inPacketType) in IsSendLabelExchange() function
808 inResult.SetSendLabelExchange(IsSendLabelExchange(phyHeader.packetType)); in ParseCommPhyHeader()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.cpp832 if (dbStatusAdapter != nullptr && dbStatusAdapter->IsSendLabelExchange()) { in RecordRemoteSubscribe()
844 if (dbStatusAdapter != nullptr && dbStatusAdapter->IsSendLabelExchange()) { in RemoveRemoteSubscribe()
856 if (dbStatusAdapter != nullptr && dbStatusAdapter->IsSendLabelExchange()) { in RemoveRemoteSubscribe()
868 if (dbStatusAdapter != nullptr && dbStatusAdapter->IsSendLabelExchange()) { in RemoveRemoteSubscribe()
881 if (dbStatusAdapter != nullptr && dbStatusAdapter->IsSendLabelExchange()) { in RemoveRemoteSubscribe()
894 if (dbStatusAdapter != nullptr && dbStatusAdapter->IsSendLabelExchange()) { in GetSubscribeQuery()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Ddb_status_adapter.h43 bool IsSendLabelExchange();
H A Dparse_result.h111 bool IsSendLabelExchange() const in IsSendLabelExchange() function