Home
last modified time | relevance | path

Searched refs:switchEnabled (Results 1 - 3 of 3) sorted by relevance

/base/telephony/cellular_data/services/include/
H A Ddata_switch_settings.h41 int32_t QueryIntelligenceSwitchStatus(bool &switchEnabled);
/base/telephony/cellular_data/services/src/
H A Ddata_switch_settings.cpp114 int32_t DataSwitchSettings::QueryIntelligenceSwitchStatus(bool &switchEnabled) in QueryIntelligenceSwitchStatus() argument
130 switchEnabled = intelliSwitchOn_; in QueryIntelligenceSwitchStatus()
H A Dcellular_data_handler.cpp174 bool switchEnabled = false; in SetIntelligenceSwitchEnable() local
175 int32_t result = dataSwitchSettings_->QueryIntelligenceSwitchStatus(switchEnabled); in SetIntelligenceSwitchEnable()
179 if (switchEnabled == userSwitchOn) { in SetIntelligenceSwitchEnable()
219 bool switchEnabled = false; in GetIntelligenceSwitchState() local
220 int32_t result = dataSwitchSettings_->QueryIntelligenceSwitchStatus(switchEnabled); in GetIntelligenceSwitchState()
224 TELEPHONY_LOGI("GetIntelligenceSwitchState: %{public}d -- %{public}d", switchState, switchEnabled); in GetIntelligenceSwitchState()
225 switchState = switchEnabled; in GetIntelligenceSwitchState()

Completed in 5 milliseconds