Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmanager.cc1047 bool Manager::MoveServiceToProfile(const ServiceRefPtr& to_move, in MoveServiceToProfile() function in shill::Manager
1089 } else if (!MoveServiceToProfile(to_set, profile)) { in SetProfileForService()
1488 MoveServiceToProfile(to_update, profiles_.back()); in SaveServiceToProfile()
2365 if (!MoveServiceToProfile(service, profile)) { in ConfigureService()
Dmanager.h142 bool MoveServiceToProfile(const ServiceRefPtr& to_move,
Dmanager_unittest.cc857 ASSERT_TRUE(manager.MoveServiceToProfile(s2, manager.ActiveProfile())); in TEST_F()