Searched refs:ApplyChanges (Results 1 – 4 of 4) sorted by relevance
48 bool ApplyChanges(const NetworkInterface& interface);
109 bool NetworkInterfaceManager::ApplyChanges(const NetworkInterface& iface) { in ApplyChanges() function in cuttlefish::NetworkInterfaceManager
46 res = nm->ApplyChanges(*ni); in main()
125 bool changes_applied = net_manager->ApplyChanges(*connection); in RenameNetwork()