Home
last modified time | relevance | path

Searched refs:GetCommunicatorAggregatorMtuSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h71 uint32_t GetCommunicatorAggregatorMtuSize() const;
72 uint32_t GetCommunicatorAggregatorMtuSize(const std::string &target) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator.cpp70 return commAggrHandle_->GetCommunicatorAggregatorMtuSize(); in GetCommunicatorMtuSize()
75 return commAggrHandle_->GetCommunicatorAggregatorMtuSize(target); in GetCommunicatorMtuSize()
H A Dcommunicator_aggregator.cpp216 uint32_t CommunicatorAggregator::GetCommunicatorAggregatorMtuSize() const in GetCommunicatorAggregatorMtuSize() function in DistributedDB::CommunicatorAggregator
221 uint32_t CommunicatorAggregator::GetCommunicatorAggregatorMtuSize(const std::string &target) const in GetCommunicatorAggregatorMtuSize() function in DistributedDB::CommunicatorAggregator