Home
last modified time | relevance | path

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

/ohos5.0/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.cpp142 int32_t CellularDataHandler::SetIntelligenceSwitchEnable(bool userSwitchOn) in SetIntelligenceSwitchEnable() argument
153 if (switchEnabled == userSwitchOn) { in SetIntelligenceSwitchEnable()
157 return dataSwitchSettings_->SetIntelliSwitchOn(userSwitchOn); in SetIntelligenceSwitchEnable()
/ohos5.0/base/telephony/cellular_data/services/include/
H A Ddata_switch_settings.h39 int32_t SetIntelliSwitchOn(bool userSwitchOn);