Searched refs:ShillManager (Results 1 – 3 of 3) sorted by relevance
28 ShillManager::ShillManager() {} in ShillManager() function in apmanager::ShillManager30 ShillManager::~ShillManager() {} in ~ShillManager()32 void ShillManager::Init(ControlInterface* control_interface) { in Init()36 base::Bind(&ShillManager::OnShillServiceAppeared, in Init()38 base::Bind(&ShillManager::OnShillServiceVanished, in Init()42 void ShillManager::ClaimInterface(const string& interface_name) { in ClaimInterface()48 void ShillManager::ReleaseInterface(const string& interface_name) { in ReleaseInterface()55 bool ShillManager::SetupApModeInterface(string* interface_name) { in SetupApModeInterface()60 bool ShillManager::SetupStationModeInterface(string* interface_name) { in SetupStationModeInterface()66 void ShillManager::OnShillServiceAppeared() { in OnShillServiceAppeared()[all …]
32 class ShillManager {34 ShillManager();35 virtual ~ShillManager();58 base::WeakPtrFactory<ShillManager> weak_factory_{this};59 DISALLOW_COPY_AND_ASSIGN(ShillManager);
94 ShillManager shill_manager_;