Searched defs:WiMax (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/wimax/
H A Dwimax.h39 class WiMax : public Device { class in namespace:shill
41 WiMax(ControlInterface* control,
50 ~WiMax() override;
121 base::WeakPtrFactory<WiMax> weak_ptr_factory_;
131 DISALLOW_COPY_AND_ASSIGN(WiMax);
H A Dwimax.cc40 static string ObjectID(WiMax* w) { return w->GetRpcIdentifier(); }
66 const int WiMax::kDefaultConnectTimeoutSeconds = 60;
67 const int WiMax::kDefaultRPCTimeoutSeconds = 30;
69 WiMax::WiMax(ControlInterface* control, function in class:shill::WiMax
89 WiMax::~WiMax() {
93 void WiMax::Start(Error* error, const EnabledStateChangedCallback& callback) {
98 Bind(&WiMax::OnNetworksChanged, Unretained(this)));
100 Bind(&WiMax
[all...]

Completed in 54 milliseconds