Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dconfig_request_test.cpp82 configRequest.GetImsSwitchStatusRequest(slotId);
85 EXPECT_EQ(configRequest.GetImsSwitchStatusRequest(slotId), CALL_ERR_RESOURCE_UNAVAILABLE);
H A Dzero_branch_test.cpp1033 configReq.GetImsSwitchStatusRequest(SIM1_SLOTID);
/ohos5.0/base/telephony/cellular_call/services/utils/include/
H A Dconfig_request.h61 int32_t GetImsSwitchStatusRequest(int32_t slotId);
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dconfig_request.cpp90 int32_t ConfigRequest::GetImsSwitchStatusRequest(int32_t slotId) in GetImsSwitchStatusRequest() function in OHOS::Telephony::ConfigRequest