Home
last modified time | relevance | path

Searched refs:to_move (Results 1 – 2 of 2) sorted by relevance

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