Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/connection/include/
Dconfig_request.h53 int32_t SetImsSwitchStatusRequest(int32_t slotId, bool active);
/base/telephony/cellular_call/services/connection/src/
Dconfig_request.cpp68 int32_t ConfigRequest::SetImsSwitchStatusRequest(int32_t slotId, bool active) in SetImsSwitchStatusRequest() function in OHOS::Telephony::ConfigRequest
/base/telephony/cellular_call/services/control/src/
Dcellular_call_config.cpp316 configRequest_.SetImsSwitchStatusRequest(slotId, IsNeedTurnOnIms(imsCapabilityList)); in UpdateImsCapabilities()