Home
last modified time | relevance | path

Searched refs:GetCallRestrictionResponse (Results 1 - 24 of 24) sorted by relevance

/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_callback_interface.h283 * @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 Dims_call_callback_proxy.h64 int32_t GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResult &result) override;
H A Dims_call_callback_stub.h67 int32_t GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResult &result) override;
/base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/
H A Dgetcscalldata_fuzzer.cpp129 handle->GetCallRestrictionResponse(event); in RegisterHandler()
/base/telephony/cellular_call/test/unittest/imstest/
H A Dims_call_callback_stub_test.cpp182 callBackStub.GetCallRestrictionResponse(slotId, callRestriResult); in HWTEST_F()
203 EXPECT_EQ(callBackStub.GetCallRestrictionResponse(slotId, callRestriResult), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F()
H A Dims_callback_test.cpp132 ASSERT_EQ(callCallbackProxy->GetCallRestrictionResponse(slotId, crResult), TELEPHONY_SUCCESS); in HWTEST_F()
H A Dims_callback1_test.cpp549 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 Dcellular_call_handler.h220 void GetCallRestrictionResponse(const AppExecFwk::InnerEvent::Pointer &event);
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp312 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 Dril_callback_test.cpp1224 int32_t RilCallbackTest::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::RilCallbackTest
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp670 imsCallCallback_->GetCallRestrictionResponse(slotId, info); in GetCallRestriction()
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h94 int32_t GetCallRestrictionResponse(
H A Dtel_ril_callback.h68 int32_t GetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h107 int32_t GetCallRestrictionResponse(int32_t requestNum, HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_call.cpp152 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 Dril_callback_test.h69 int32_t GetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_callback_proxy.cpp348 int32_t ImsCallCallbackProxy::GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResult &result) in GetCallRestrictionResponse() function in OHOS::Telephony::ImsCallCallbackProxy
H A Dims_call_callback_stub.cpp535 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 Dtel_ril_common_test.cpp518 auto result = telRilCall->GetCallRestrictionResponse(responseInfo, callRestrictionResult); in HWTEST_F()
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp156 [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 Dtel_ril_callback.cpp164 int32_t TelRilCallback::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::TelRilCallback
167 return Response(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::GetCallRestrictionResponse, result); in GetCallRestrictionResponse()
H A Dtel_ril_call.cpp211 int32_t TelRilCall::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::TelRilCall
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h287 int32_t GetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp1083 int32_t RilCallbackTest::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::RilCallbackTest
1086 PrintResponseInfo("GetCallRestrictionResponse", responseInfo); in GetCallRestrictionResponse()

Completed in 35 milliseconds