Lines Matching defs:WiMaxService

46 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,
74 // Now that |this| is a fully constructed WiMaxService, synchronize observers
80 WiMaxService::~WiMaxService() {}
82 void WiMaxService::GetConnectParameters(KeyValueStore* parameters) const {
87 RpcIdentifier WiMaxService::GetNetworkObjectPath() const {
92 void WiMaxService::Stop() {
107 bool WiMaxService::Start(WiMaxNetworkProxyInterface* proxy) {
139 Bind(&WiMaxService::OnSignalStrengthChanged, Unretained(this)));
147 bool WiMaxService::IsStarted() const {
151 void WiMaxService::Connect(Error* error, const char* reason) {
183 void WiMaxService::Disconnect(Error* error, const char* reason) {
195 string WiMaxService::GetStorageIdentifier() const {
199 string WiMaxService::GetDeviceRpcId(Error* error) const {
207 bool WiMaxService::IsAutoConnectable(const char** reason) const {
220 bool WiMaxService::Is8021x() const {
224 bool WiMaxService::IsVisible() const {
230 void WiMaxService::OnEapCredentialsChanged(
238 void WiMaxService::UpdateConnectable() {
244 void WiMaxService::OnSignalStrengthChanged(int strength) {
249 void WiMaxService::SetDevice(WiMaxRefPtr new_device) {
262 bool WiMaxService::Save(StoreInterface* storage) {
273 bool WiMaxService::Unload() {
283 void WiMaxService::SetState(ConnectState state) {
292 WiMaxNetworkId WiMaxService::ConvertIdentifierToNetworkId(uint32_t identifier) {
296 void WiMaxService::InitStorageIdentifier() {
301 string WiMaxService::CreateStorageIdentifier(const WiMaxNetworkId& id,
310 void WiMaxService::ClearPassphrase() {