Home
last modified time | relevance | path

Searched refs:QueryIntelligenceSwitchStatus (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/include/
H A Ddata_switch_settings.h41 int32_t QueryIntelligenceSwitchStatus(bool &switchEnabled);
/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_switch_settings.cpp114 int32_t DataSwitchSettings::QueryIntelligenceSwitchStatus(bool &switchEnabled) in QueryIntelligenceSwitchStatus() function in OHOS::Telephony::DataSwitchSettings
H A Dcellular_data_handler.cpp149 int32_t result = dataSwitchSettings_->QueryIntelligenceSwitchStatus(switchEnabled); in SetIntelligenceSwitchEnable()
194 int32_t result = dataSwitchSettings_->QueryIntelligenceSwitchStatus(switchEnabled); in GetIntelligenceSwitchState()
/ohos5.0/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp1523 dataSwitchSettings->QueryIntelligenceSwitchStatus(status);