Home
last modified time | relevance | path

Searched refs:SetCallRestrictionResponse (Results 1 - 23 of 23) sorted by relevance

/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_callback_interface.h293 * @brief SetCallRestrictionResponse the result of set the call restriction by IMS.
300 virtual int32_t SetCallRestrictionResponse(int32_t slotId, const SsBaseResult &resultInfo) = 0;
H A Dims_call_callback_proxy.h65 int32_t SetCallRestrictionResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
H A Dims_call_callback_stub.h68 int32_t SetCallRestrictionResponse(int32_t slotId, const SsBaseResult &resultInfo) override;
/base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/
H A Dgetcscalldata_fuzzer.cpp130 handle->SetCallRestrictionResponse(event); in RegisterHandler()
/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_handler.h221 void SetCallRestrictionResponse(const AppExecFwk::InnerEvent::Pointer &event);
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_callback_test.cpp123 ASSERT_EQ(callCallbackProxy->SetCallRestrictionResponse(slotId, normalResult), TELEPHONY_SUCCESS); in HWTEST_F()
H A Dims_callback1_test.cpp498 ASSERT_NE(stubTestSix->SetCallRestrictionResponse(slotId, ssBaseResult), TELEPHONY_SUCCESS); in HWTEST_F()
1088 ASSERT_NE(stubTestSix->SetCallRestrictionResponse(slotId, ssBaseResult), TELEPHONY_SUCCESS); in HWTEST_F()
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp656 imsCallCallback_->SetCallRestrictionResponse(slotId, info); in SetCallRestriction()
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h96 int32_t SetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo);
H A Dtel_ril_callback.h70 int32_t SetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h109 int32_t SetCallRestrictionResponse(int32_t requestNum, HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp155 size_t responseLen) { return SetCallRestrictionResponse(requestNum, responseInfo, response, responseLen); }; in AddCallSupplementResponseToMap()
645 int32_t HRilCall::SetCallRestrictionResponse( in SetCallRestrictionResponse() function in OHOS::Telephony::HRilCall
648 return Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::SetCallRestrictionResponse); in SetCallRestrictionResponse()
/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h71 int32_t SetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_proxy.cpp365 int32_t ImsCallCallbackProxy::SetCallRestrictionResponse(int32_t slotId, const SsBaseResult &resultInfo) in SetCallRestrictionResponse() function in OHOS::Telephony::ImsCallCallbackProxy
H A Dims_call_callback_stub.cpp551 reply.WriteInt32(SetCallRestrictionResponse(slotId, resultInfo)); in OnSetCallRestrictionResponseInner()
1151 int32_t ImsCallCallbackStub::SetCallRestrictionResponse(int32_t slotId, const SsBaseResult &resultInfo) in SetCallRestrictionResponse() function in OHOS::Telephony::ImsCallCallbackStub
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp158 [this](const AppExecFwk::InnerEvent::Pointer &event) { SetCallRestrictionResponse(event); }; in InitSupplementFuncMap()
1602 void CellularCallHandler::SetCallRestrictionResponse(const AppExecFwk::InnerEvent::Pointer &event) in SetCallRestrictionResponse() function in OHOS::Telephony::CellularCallHandler
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp1066 secondHandler.SetCallRestrictionResponse(event); in HWTEST_F()
1067 secondHandler.SetCallRestrictionResponse(errorEvent); in HWTEST_F()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_callback.cpp170 int32_t TelRilCallback::SetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) in SetCallRestrictionResponse() function in OHOS::Telephony::TelRilCallback
172 return Response(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::SetCallRestrictionResponse); in SetCallRestrictionResponse()
H A Dtel_ril_call.cpp235 int32_t TelRilCall::SetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) in SetCallRestrictionResponse() function in OHOS::Telephony::TelRilCall
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h289 int32_t SetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo) override;
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp1093 int32_t RilCallbackTest::SetCallRestrictionResponse(const RilRadioResponseInfo &responseInfo) in SetCallRestrictionResponse() function in OHOS::Telephony::RilCallbackTest
1095 PrintResponseInfo("SetCallRestrictionResponse", responseInfo); in SetCallRestrictionResponse()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_callback_test.cpp1235 int32_t RilCallbackTest::SetCallRestrictionResponse(const RilRadioResponseInfo &responseInfo) in SetCallRestrictionResponse() function in OHOS::Telephony::RilCallbackTest
1237 TELEPHONY_LOGI("GetBoolResult SetCallRestrictionResponse"); in SetCallRestrictionResponse()
H A Dzero_branch_test.cpp313 EXPECT_NE(HDF_SUCCESS, call->SetCallRestrictionResponse(0, responseInfo, nullptr, 1)); in HWTEST_F()

Completed in 46 milliseconds