Lines Matching refs:ShillManager
28 ShillManager::ShillManager() {} in ShillManager() function in apmanager::ShillManager
30 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()
74 void ShillManager::OnShillServiceVanished() { in OnShillServiceVanished()