Home | History | Annotate | Download | only in network

Lines Matching refs:technology

103   std::string technology = GetTechnologyForType(type);
105 if (shill_property_handler_->IsTechnologyEnabled(technology))
107 else if (shill_property_handler_->IsTechnologyEnabling(technology))
109 else if (shill_property_handler_->IsTechnologyUninitialized(technology))
111 else if (shill_property_handler_->IsTechnologyAvailable(technology))
126 std::string* technology = *it;
127 DCHECK(technology);
128 if (!shill_property_handler_->IsTechnologyAvailable(*technology))
131 base::StringPrintf("%s:%d", technology->c_str(), enabled));
133 *technology, enabled, error_callback);
135 // Signal Device/Technology state changed.
672 // Eventually we would like to replace Technology state with Device state.
673 // For now, treat technology state changes as device list changes.