Searched refs:network_cost_ (Results 1 – 4 of 4) sorted by relevance
26 network_cost_(0) {} in Candidate()51 network_cost_(network_cost) {} in Candidate()81 << password_ << ":" << network_id_ << ":" << network_cost_ << ":" in ToStringInternal()
120 network_cost_ = network_cost; in set_network_cost()122 uint16_t network_cost() const { return network_cost_; } in network_cost()199 uint16_t network_cost_; variable
182 network_cost_ = network_->GetCost(); in Construct()187 << network_cost_; in Construct()275 type, generation_, foundation, network_->id(), network_cost_); in AddAddress()849 if (network_cost_ == new_cost) { in UpdateNetworkCost()852 RTC_LOG(LS_INFO) << "Network cost changed from " << network_cost_ << " to " in UpdateNetworkCost()857 network_cost_ = new_cost; in UpdateNetworkCost()859 candidate.set_network_cost(network_cost_); in UpdateNetworkCost()
351 int16_t network_cost() const { return network_cost_; } in network_cost()472 int16_t network_cost_; variable