Home
last modified time | relevance | path

Searched refs:SetCallRestrictionRequest (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/telephony/cellular_call/services/common/include/
H A Dsupplement_request_ims.h125 …int32_t SetCallRestrictionRequest(int32_t slotId, std::string &fac, int32_t mode, std::string &pw,…
H A Dsupplement_request_cs.h102 int32_t SetCallRestrictionRequest(
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_ims.cpp115 int32_t SupplementRequestIms::SetCallRestrictionRequest( in SetCallRestrictionRequest() function in OHOS::Telephony::SupplementRequestIms
H A Dsupplement_request_cs.cpp99 int32_t SupplementRequestCs::SetCallRestrictionRequest( in SetCallRestrictionRequest() function in OHOS::Telephony::SupplementRequestCs
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp458 result = supplementRequestIms_.SetCallRestrictionRequest( in HandleCallRestriction()
461 result = supplementRequestCs_.SetCallRestrictionRequest( in HandleCallRestriction()
1029 …supplementRequestCs_.SetCallRestrictionRequest(slotId, fac, static_cast<int32_t>(cRInfo.mode), inf… in SetCallRestriction()
1048 int32_t result = supplementRequestIms_.SetCallRestrictionRequest(slotId, fac, mode, pw, index); in SetCallRestrictionByIms()
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch1_test.cpp755 SRequestIms.SetCallRestrictionRequest(SIM1_SLOTID, fac, 0, pw, 0);
924 …ASSERT_EQ(supplementRequestCs.SetCallRestrictionRequest(SIM1_SLOTID, fac, 0, pw, 0), TELEPHONY_ERR…
H A Dcellular_call_hisysevent_test.cpp393 int32_t ret = supplementRequestIms.SetCallRestrictionRequest(slotId, fac, mode, pw, index);
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp818 … EXPECT_NE(request.SetCallRestrictionRequest(slotId, fac, mode, pw, index), TELEPHONY_SUCCESS);
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp1159 return supplementRequest.SetCallRestrictionRequest( in SetCallRestrictionResponse()