Home
last modified time | relevance | path

Searched refs:ShillManager (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/apmanager/
Dshill_manager.cc28 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()
[all …]
Dshill_manager.h32 class ShillManager {
34 ShillManager();
35 virtual ~ShillManager();
58 base::WeakPtrFactory<ShillManager> weak_factory_{this};
59 DISALLOW_COPY_AND_ASSIGN(ShillManager);
Dmanager.h94 ShillManager shill_manager_;