Searched refs:GetCallRestrictionRequest (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/telephony/cellular_call/services/common/include/ |
H A D | supplement_request_ims.h | 112 int32_t GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int32_t index);
|
H A D | supplement_request_cs.h | 89 int32_t GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int32_t index);
|
/ohos5.0/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_ims.cpp | 104 int32_t SupplementRequestIms::GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int… in GetCallRestrictionRequest() function in OHOS::Telephony::SupplementRequestIms
|
H A D | supplement_request_cs.cpp | 86 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 D | cellular_call_supplement.cpp | 445 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 D | zero_branch1_test.cpp | 753 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 D | cs2_test.cpp | 817 EXPECT_NE(request.GetCallRestrictionRequest(slotId, fac, index), TELEPHONY_SUCCESS);
|
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_stub.cpp | 1123 return supplementRequest.GetCallRestrictionRequest(slotId, fac, result.result.index); in GetCallRestrictionResponse()
|