Searched refs:GetCost (Results 1 – 4 of 4) sorted by relevance
427 uint16_t GetCost() const;
1032 uint16_t Network::GetCost() const { in GetCost() function in rtc::Network
182 network_cost_ = network_->GetCost(); in Construct()848 uint16_t new_cost = network_->GetCost(); in UpdateNetworkCost()
733 lowest_cost = std::min<uint16_t>(lowest_cost, network->GetCost()); in GetNetworks()737 return network->GetCost() > lowest_cost + rtc::kNetworkCostLow; in GetNetworks()