Searched defs:to_move (Results 1 - 1 of 1) sorted by relevance

/system/connectivity/shill/
H A Dmanager.cc1047 bool Manager::MoveServiceToProfile(const ServiceRefPtr& to_move, argument
1049 const ProfileRefPtr from = to_move->profile();
1051 << to_move->unique_name()
1056 return destination->AdoptService(to_move) && from->AbandonService(to_move);

Completed in 26 milliseconds