Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dconfig_request.h53 int32_t SetImsSwitchStatusRequest(int32_t slotId, bool active);
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dconfig_request_test.cpp54 … EXPECT_EQ(configRequest.SetImsSwitchStatusRequest(slotId, active), CALL_ERR_RESOURCE_UNAVAILABLE);
H A Dzero_branch_test.cpp1032 configReq.SetImsSwitchStatusRequest(SIM1_SLOTID, enabled);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dconfig_request.cpp68 int32_t ConfigRequest::SetImsSwitchStatusRequest(int32_t slotId, bool active) in SetImsSwitchStatusRequest() function in OHOS::Telephony::ConfigRequest
H A Dcellular_call_config.cpp464 configRequest_.SetImsSwitchStatusRequest(slotId, IsNeedTurnOnIms(imsCapabilityList)); in UpdateImsCapabilities()