Home | History | Annotate | Download | only in apmanager

Lines Matching full:manager

17 #include "apmanager/manager.h"
22 #include "apmanager/manager.h"
28 Manager::Manager(ControlInterface* control_interface)
34 Manager::~Manager() {}
36 void Manager::RegisterAsync(
41 void Manager::Start() {
47 void Manager::Stop() {
51 scoped_refptr<Service> Manager::CreateService() {
52 LOG(INFO) << "Manager::CreateService";
58 bool Manager::RemoveService(const scoped_refptr<Service>& service,
74 scoped_refptr<Device> Manager::GetAvailableDevice() {
84 scoped_refptr<Device> Manager::GetDeviceFromInterfaceName(
94 void Manager::RegisterDevice(const scoped_refptr<Device>& device) {
95 LOG(INFO) << "Manager::RegisterDevice: registering device "
101 void Manager::ClaimInterface(const string& interface_name) {
105 void Manager::ReleaseInterface(const string& interface_name) {
110 bool Manager::SetupApModeInterface(string* interface_name) {
114 bool Manager::SetupStationModeInterface(string* interface_name) {
119 void Manager::RequestDHCPPortAccess(const string& interface) {
123 void Manager::ReleaseDHCPPortAccess(const string& interface) {