Searched refs:SetCallRestrictionRequest (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/common/include/ |
H A D | supplement_request_ims.h | 125 …int32_t SetCallRestrictionRequest(int32_t slotId, std::string &fac, int32_t mode, std::string &pw,…
|
H A D | supplement_request_cs.h | 102 int32_t SetCallRestrictionRequest(
|
/ohos5.0/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_ims.cpp | 115 int32_t SupplementRequestIms::SetCallRestrictionRequest( in SetCallRestrictionRequest() function in OHOS::Telephony::SupplementRequestIms
|
H A D | supplement_request_cs.cpp | 99 int32_t SupplementRequestCs::SetCallRestrictionRequest( in SetCallRestrictionRequest() function in OHOS::Telephony::SupplementRequestCs
|
/ohos5.0/base/telephony/cellular_call/services/utils/src/ |
H A D | cellular_call_supplement.cpp | 458 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 D | zero_branch1_test.cpp | 755 SRequestIms.SetCallRestrictionRequest(SIM1_SLOTID, fac, 0, pw, 0); 924 …ASSERT_EQ(supplementRequestCs.SetCallRestrictionRequest(SIM1_SLOTID, fac, 0, pw, 0), TELEPHONY_ERR…
|
H A D | cellular_call_hisysevent_test.cpp | 393 int32_t ret = supplementRequestIms.SetCallRestrictionRequest(slotId, fac, mode, pw, index);
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 818 … EXPECT_NE(request.SetCallRestrictionRequest(slotId, fac, mode, pw, index), TELEPHONY_SUCCESS);
|
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_stub.cpp | 1159 return supplementRequest.SetCallRestrictionRequest( in SetCallRestrictionResponse()
|