Home
last modified time | relevance | path

Searched refs:IsUnderlyingDeviceEnabled (Results 1 – 8 of 8) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular_capability_cdma.cc96 if (!cellular()->IsUnderlyingDeviceEnabled()) in StartModem()
Dcellular.h158 bool IsUnderlyingDeviceEnabled() const override;
Dcellular_capability_gsm.cc180 if (!cellular()->IsUnderlyingDeviceEnabled()) in StartModem()
Dcellular.cc283 bool Cellular::IsUnderlyingDeviceEnabled() const { in IsUnderlyingDeviceEnabled() function in shill::Cellular
Dcellular_unittest.cc335 if (!device_->IsUnderlyingDeviceEnabled()) in ExpectCdmaStartModem()
/system/connectivity/shill/
Ddevice.h127 virtual bool IsUnderlyingDeviceEnabled() const;
Ddevice.cc1780 bool Device::IsUnderlyingDeviceEnabled() const { in IsUnderlyingDeviceEnabled() function in shill::Device
Dmanager.cc1253 to_manage->IsUnderlyingDeviceEnabled())) in RegisterDevice()