Searched refs:SetCallRestrictionRequest (Results 1 - 9 of 9) sorted by relevance
/base/telephony/cellular_call/services/common/include/ |
H A D | supplement_request_cs.h | 92 * @brief SetCallRestrictionRequest Set Call Restriction Request 102 int32_t SetCallRestrictionRequest(
|
H A D | supplement_request_ims.h | 115 * @brief SetCallRestrictionRequest Set Call Restriction Request 125 int32_t SetCallRestrictionRequest(int32_t slotId, std::string &fac, int32_t mode, std::string &pw, int32_t index);
|
/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
|
/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() 1028 supplementRequestCs_.SetCallRestrictionRequest(slotId, fac, static_cast<int32_t>(cRInfo.mode), info, index); in SetCallRestriction() 1047 int32_t result = supplementRequestIms_.SetCallRestrictionRequest(slotId, fac, mode, pw, index); in SetCallRestrictionByIms()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | zero_branch1_test.cpp | 755 SRequestIms.SetCallRestrictionRequest(SIM1_SLOTID, fac, 0, pw, 0); in HWTEST_F() 924 ASSERT_EQ(supplementRequestCs.SetCallRestrictionRequest(SIM1_SLOTID, fac, 0, pw, 0), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
|
H A D | cellular_call_hisysevent_test.cpp | 393 int32_t ret = supplementRequestIms.SetCallRestrictionRequest(slotId, fac, mode, pw, index); in HWTEST_F()
|
/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); in HWTEST_F()
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_stub.cpp | 1163 return supplementRequest.SetCallRestrictionRequest(
in SetCallRestrictionResponse()
|
Completed in 12 milliseconds