Searched refs:GetCallRestrictionRequest (Results 1 - 8 of 8) sorted by relevance
/base/telephony/cellular_call/services/common/include/ |
H A D | supplement_request_cs.h | 81 * @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 D | supplement_request_ims.h | 104 * @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 D | supplement_request_ims.cpp | 104 int32_t SupplementRequestIms::GetCallRestrictionRequest(int32_t slotId, const std::string &fac, int32_t index) 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, int32_t index) in GetCallRestrictionRequest() function in OHOS::Telephony::SupplementRequestCs
|
/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() 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 D | zero_branch1_test.cpp | 753 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 D | cs2_test.cpp | 817 EXPECT_NE(request.GetCallRestrictionRequest(slotId, fac, index), TELEPHONY_SUCCESS); in HWTEST_F()
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_stub.cpp | 1127 return supplementRequest.GetCallRestrictionRequest(slotId, fac, result.result.index);
in GetCallRestrictionResponse()
|
Completed in 13 milliseconds