/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_callback_interface.h | 283 * @brief GetCallRestrictionResponse the result of get the call restriction by IMS.
290 virtual int32_t GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResult &result) = 0;
|
H A D | ims_call_callback_proxy.h | 64 int32_t GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResult &result) override;
|
H A D | ims_call_callback_stub.h | 67 int32_t GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResult &result) override;
|
/base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/ |
H A D | getcscalldata_fuzzer.cpp | 129 handle->GetCallRestrictionResponse(event); in RegisterHandler()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims_call_callback_stub_test.cpp | 182 callBackStub.GetCallRestrictionResponse(slotId, callRestriResult); in HWTEST_F() 203 EXPECT_EQ(callBackStub.GetCallRestrictionResponse(slotId, callRestriResult), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
|
H A D | ims_callback_test.cpp | 132 ASSERT_EQ(callCallbackProxy->GetCallRestrictionResponse(slotId, crResult), TELEPHONY_SUCCESS); in HWTEST_F()
|
H A D | ims_callback1_test.cpp | 549 ASSERT_NE(stubTestSeven->GetCallRestrictionResponse(slotId, crResult), TELEPHONY_SUCCESS); in HWTEST_F() 1145 ASSERT_NE(stubTestSeven->GetCallRestrictionResponse(slotId, crResult), TELEPHONY_SUCCESS); in HWTEST_F()
|
/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_handler.h | 220 void GetCallRestrictionResponse(const AppExecFwk::InnerEvent::Pointer &event);
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 312 EXPECT_NE(HDF_SUCCESS, call->GetCallRestrictionResponse(0, responseInfo, nullptr, 1)); in HWTEST_F() 358 EXPECT_NE(HDF_SUCCESS, call->GetCallRestrictionResponse(0, responseInfo, nullptr, 1)); in HWTEST_F() 359 EXPECT_NE(HDF_SUCCESS, call->GetCallRestrictionResponse(0, responseInfo, nullptr, 0)); in HWTEST_F() 380 EXPECT_NE(HDF_SUCCESS, call->GetCallRestrictionResponse(0, responseInfo, &restrictionResult, 1)); in HWTEST_F() 382 call->GetCallRestrictionResponse(0, responseInfo, &restrictionResult, sizeof(HRilCallRestrictionResult))); in HWTEST_F()
|
H A D | ril_callback_test.cpp | 1224 int32_t RilCallbackTest::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::RilCallbackTest
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/ |
H A D | ims_call.cpp | 670 imsCallCallback_->GetCallRestrictionResponse(slotId, info); in GetCallRestriction()
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_call.h | 94 int32_t GetCallRestrictionResponse(
|
H A D | tel_ril_callback.h | 68 int32_t GetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_call.h | 107 int32_t GetCallRestrictionResponse(int32_t requestNum, HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_call.cpp | 152 size_t responseLen) { return GetCallRestrictionResponse(requestNum, responseInfo, response, responseLen); }; in AddCallSupplementResponseToMap() 628 int32_t HRilCall::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::HRilCall 642 return Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::GetCallRestrictionResponse, resultT); in GetCallRestrictionResponse()
|
/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 69 int32_t GetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_callback_proxy.cpp | 348 int32_t ImsCallCallbackProxy::GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResult &result)
in GetCallRestrictionResponse() function in OHOS::Telephony::ImsCallCallbackProxy
|
H A D | ims_call_callback_stub.cpp | 535 reply.WriteInt32(GetCallRestrictionResponse(slotId, result));
in OnGetCallRestrictionResponseInner() 1115 int32_t ImsCallCallbackStub::GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResult &result)
in GetCallRestrictionResponse() function in OHOS::Telephony::ImsCallCallbackStub
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_common_test.cpp | 518 auto result = telRilCall->GetCallRestrictionResponse(responseInfo, callRestrictionResult); in HWTEST_F()
|
/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_handler.cpp | 156 [this](const AppExecFwk::InnerEvent::Pointer &event) { GetCallRestrictionResponse(event); }; in InitSupplementFuncMap() 1586 void CellularCallHandler::GetCallRestrictionResponse(const AppExecFwk::InnerEvent::Pointer &event) in GetCallRestrictionResponse() function in OHOS::Telephony::CellularCallHandler
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_callback.cpp | 164 int32_t TelRilCallback::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::TelRilCallback 167 return Response(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::GetCallRestrictionResponse, result); in GetCallRestrictionResponse()
|
H A D | tel_ril_call.cpp | 211 int32_t TelRilCall::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::TelRilCall
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 287 int32_t GetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 1083 int32_t RilCallbackTest::GetCallRestrictionResponse(
in GetCallRestrictionResponse() function in OHOS::Telephony::RilCallbackTest 1086 PrintResponseInfo("GetCallRestrictionResponse", responseInfo);
in GetCallRestrictionResponse()
|