HomeSort by relevance Sort by last modified time
    Searched refs:technology_ (Results 1 - 7 of 7) sorted by null

  /system/connectivity/shill/
connection.h 86 Technology::Identifier technology_,
139 virtual Technology::Identifier technology() const { return technology_; }
207 Technology::Identifier technology_; member in class:shill::Connection
device.cc 164 technology_(technology),
909 metrics_->NotifyNetworkConnectionIPType(technology_, ip_type);
913 metrics_->NotifyIPv6ConnectivityStatus(technology_, ipv6_connectivity);
    [all...]
device.h 241 virtual Technology::Identifier technology() const { return technology_; }
860 Technology::Identifier technology_; member in class:shill::Device
    [all...]
service.h 423 virtual Technology::Identifier technology() const { return technology_; }
861 Technology::Identifier technology_; member in class:shill::Service
    [all...]
service.cc 169 technology_(technology),
    [all...]
connection.cc 122 technology_(technology),
service_unittest.cc 271 service_->technology_ = Technology::kWifi;
    [all...]

Completed in 2452 milliseconds