Home
last modified time | relevance | path

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

/base/telephony/cellular_call/services/common/include/
H A Dsupplement_request_cs.h81 * @brief GetCallRestrictionRequest Get Call Restriction Request
89 int32_t GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int32_t index);
106 * @brief GetCallRestrictionRequest Get Call Restriction Request
H A Dsupplement_request_ims.h104 * @brief GetCallRestrictionRequest Get Call Restriction Request
112 int32_t GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int32_t index);
/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_ims.cpp104 int32_t SupplementRequestIms::GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int32_t index) in GetCallRestrictionRequest() function in OHOS::Telephony::SupplementRequestIms
H A Dsupplement_request_cs.cpp86 int32_t SupplementRequestCs::GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int32_t index) in GetCallRestrictionRequest() function in OHOS::Telephony::SupplementRequestCs
/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()
1072 result = supplementRequestIms_.GetCallRestrictionRequest(slotId, fac, index); in GetCallRestriction()
1083 result = supplementRequestCs_.GetCallRestrictionRequest(slotId, fac, index); in GetCallRestriction()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dzero_branch1_test.cpp753 SRequestIms.GetCallRestrictionRequest(SIM1_SLOTID, fac, 0); in HWTEST_F()
923 ASSERT_EQ(supplementRequestCs.GetCallRestrictionRequest(SIM1_SLOTID, fac, 0), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp817 EXPECT_NE(request.GetCallRestrictionRequest(slotId, fac, index), TELEPHONY_SUCCESS); in HWTEST_F()
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_stub.cpp1127 return supplementRequest.GetCallRestrictionRequest(slotId, fac, result.result.index); in GetCallRestrictionResponse()

Completed in 13 milliseconds