Home | History | Annotate | Download | only in base

Lines Matching refs:networks

68 // networks.
94 // is emitted whenever list of networks changes.
98 // Returns the current list of networks available on this machine.
102 // include ignored networks.
103 virtual void GetNetworks(NetworkList* networks) const = 0;
113 virtual void GetAnyAddressNetworks(NetworkList* networks) {}
115 // Dumps the current list of networks in the network manager.
135 void GetNetworks(std::vector<Network*>* networks) const override;
136 void GetAnyAddressNetworks(NetworkList* networks) override;
140 void set_max_ipv6_networks(int networks) { max_ipv6_networks_ = networks; }
149 // Updates |networks_| with the networks listed in |list|. If
187 // of networks using OS APIs.
223 NetworkList* networks) const;
227 bool CreateNetworks(bool include_ignored, NetworkList* networks) const;
248 // Updates the networks and reschedules the next update.
250 // Only updates the networks; does not reschedule the next update.
349 // When we enumerate networks and find a previously-seen network is missing,