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

/system/connectivity/shill/wimax/
H A Dwimax_service.h33 class WiMaxService : public Service { class in namespace:shill
40 WiMaxService(ControlInterface* control,
44 ~WiMaxService() override;
125 DISALLOW_COPY_AND_ASSIGN(WiMaxService);
H A Dwimax_service.cc46 static string ObjectID(WiMaxService* w) { return w->GetRpcIdentifier(); }
49 const char WiMaxService::kStorageNetworkId[] = "NetworkId";
50 const char WiMaxService::kNetworkIdProperty[] = "NetworkId";
52 WiMaxService::WiMaxService(ControlInterface* control, function in class:shill::WiMaxService
74 // Now that |this| is a fully constructed WiMaxService, synchronize observers
80 WiMaxService::~WiMaxService() {}
82 void WiMaxService::GetConnectParameters(KeyValueStore* parameters) const {
87 RpcIdentifier WiMaxService
[all...]

Completed in 67 milliseconds