Lines Matching refs:Manager
28 Manager::Manager(ControlInterface* control_interface) in Manager() function in apmanager::Manager
34 Manager::~Manager() {} in ~Manager()
36 void Manager::RegisterAsync( in RegisterAsync()
41 void Manager::Start() { in Start()
47 void Manager::Stop() { in Stop()
51 scoped_refptr<Service> Manager::CreateService() { in CreateService()
58 bool Manager::RemoveService(const scoped_refptr<Service>& service, in RemoveService()
74 scoped_refptr<Device> Manager::GetAvailableDevice() { in GetAvailableDevice()
84 scoped_refptr<Device> Manager::GetDeviceFromInterfaceName( in GetDeviceFromInterfaceName()
94 void Manager::RegisterDevice(const scoped_refptr<Device>& device) { in RegisterDevice()
101 void Manager::ClaimInterface(const string& interface_name) { in ClaimInterface()
105 void Manager::ReleaseInterface(const string& interface_name) { in ReleaseInterface()
110 bool Manager::SetupApModeInterface(string* interface_name) { in SetupApModeInterface()
114 bool Manager::SetupStationModeInterface(string* interface_name) { in SetupStationModeInterface()
119 void Manager::RequestDHCPPortAccess(const string& interface) { in RequestDHCPPortAccess()
123 void Manager::ReleaseDHCPPortAccess(const string& interface) { in ReleaseDHCPPortAccess()