Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/control/include/
Dcellular_call_config.h334 std::int32_t BooleanToImsSwitchValue(bool value);
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp142 int32_t ret = SaveImsSwitch(slotId, BooleanToImsSwitchValue(active)); in SetImsSwitchStatus()
299 slotId, BooleanToImsSwitchValue(imsSwitchOnByDefault_[slotId])); in ResetImsSwitch()
812 int32_t CellularCallConfig::BooleanToImsSwitchValue(bool value) in BooleanToImsSwitchValue() function in OHOS::Telephony::CellularCallConfig