Home
last modified time | relevance | path

Searched refs:GetCallRestrictionRequest (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/common/include/
H A Dsupplement_request_ims.h112 int32_t GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int32_t index);
H A Dsupplement_request_cs.h89 int32_t GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int32_t index);
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_ims.cpp104 int32_t SupplementRequestIms::GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int… in GetCallRestrictionRequest() function in OHOS::Telephony::SupplementRequestIms
H A Dsupplement_request_cs.cpp86 int32_t SupplementRequestCs::GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int3… in GetCallRestrictionRequest() function in OHOS::Telephony::SupplementRequestCs
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp445 result = supplementRequestIms_.GetCallRestrictionRequest(slotId, facType, index); in HandleCallRestriction()
447 result = supplementRequestCs_.GetCallRestrictionRequest(slotId, facType, index); in HandleCallRestriction()
1073 result = supplementRequestIms_.GetCallRestrictionRequest(slotId, fac, index); in GetCallRestriction()
1084 result = supplementRequestCs_.GetCallRestrictionRequest(slotId, fac, index); in GetCallRestriction()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch1_test.cpp753 SRequestIms.GetCallRestrictionRequest(SIM1_SLOTID, fac, 0);
923 …ASSERT_EQ(supplementRequestCs.GetCallRestrictionRequest(SIM1_SLOTID, fac, 0), TELEPHONY_ERR_LOCAL_…
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp817 EXPECT_NE(request.GetCallRestrictionRequest(slotId, fac, index), TELEPHONY_SUCCESS);
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp1123 return supplementRequest.GetCallRestrictionRequest(slotId, fac, result.result.index); in GetCallRestrictionResponse()