Home
last modified time | relevance | path

Searched refs:BooleanToImsSwitchValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_config.cpp148 int32_t ret = SaveImsSwitch(slotId, BooleanToImsSwitchValue(active)); in SetImsSwitchStatus()
236 int32_t ret = SaveImsSwitch(slotId, BooleanToImsSwitchValue(imsSwitchOnByDefault_[slotId])); in HandleFactoryReset()
445 slotId, BooleanToImsSwitchValue(imsSwitchOnByDefault_[slotId])); in ResetImsSwitch()
449 … saveImsSwitchStatusToLocal(slotId, BooleanToImsSwitchValue(imsSwitchOnByDefault_[slotId])); in ResetImsSwitch()
953 int32_t CellularCallConfig::BooleanToImsSwitchValue(bool value) in BooleanToImsSwitchValue() function in OHOS::Telephony::CellularCallConfig
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h289 std::int32_t BooleanToImsSwitchValue(bool value);