Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h75 uint32_t GetCommunicatorAggregatorTimeout() const;
76 uint32_t GetCommunicatorAggregatorTimeout(const std::string &target) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator.cpp85 return commAggrHandle_->GetCommunicatorAggregatorTimeout(); in GetTimeout()
90 return commAggrHandle_->GetCommunicatorAggregatorTimeout(target); in GetTimeout()
H A Dcommunicator_aggregator.cpp226 uint32_t CommunicatorAggregator::GetCommunicatorAggregatorTimeout() const in GetCommunicatorAggregatorTimeout() function in DistributedDB::CommunicatorAggregator
231 uint32_t CommunicatorAggregator::GetCommunicatorAggregatorTimeout(const std::string &target) const in GetCommunicatorAggregatorTimeout() function in DistributedDB::CommunicatorAggregator