Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/
H A Ddata_switch_settings.h39 int32_t SetIntelliSwitchOn(bool userSwitchOn);
/base/telephony/cellular_data/services/src/
H A Ddata_switch_settings.cpp71 int32_t DataSwitchSettings::SetIntelliSwitchOn(bool userSwitchOn) in SetIntelliSwitchOn() argument
78 int value = (userSwitchOn ? static_cast<int>(IntelligenceSwitchCode::INTELLIGENCE_SWITCH_ENABLED) in SetIntelliSwitchOn()
84 intelliSwitchOn_ = userSwitchOn; in SetIntelliSwitchOn()
H A Dcellular_data_handler.cpp168 int32_t CellularDataHandler::SetIntelligenceSwitchEnable(bool userSwitchOn) in SetIntelligenceSwitchEnable() argument
179 if (switchEnabled == userSwitchOn) { in SetIntelligenceSwitchEnable()
183 return dataSwitchSettings_->SetIntelliSwitchOn(userSwitchOn); in SetIntelligenceSwitchEnable()

Completed in 5 milliseconds