Home
last modified time | relevance | path

Searched refs:GetCallRestrictionResponse (Results 1 – 21 of 21) sorted by relevance

/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_callback_interface.h290 …virtual int32_t GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResult &result) = …
Dims_call_callback_proxy.h63 … int32_t GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResult &result) override;
Dims_call_callback_stub.h66 … int32_t GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResult &result) override;
/base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/
Dgetcscalldata_fuzzer.cpp115 handle->GetCallRestrictionResponse(event); in RegisterHandler()
/base/telephony/cellular_call/services/manager/include/
Dcellular_call_handler.h179 void GetCallRestrictionResponse(const AppExecFwk::InnerEvent::Pointer &event);
/base/telephony/ril_adapter/services/hril/src/
Dhril_call.cpp82 respMemberFuncMap_[HREQ_CALL_GET_CALL_RESTRICTION] = &HRilCall::GetCallRestrictionResponse; in AddCallResponseToMap()
533 int32_t HRilCall::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::HRilCall
547 … return Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::GetCallRestrictionResponse, resultT); in GetCallRestrictionResponse()
/base/telephony/ril_adapter/services/hril/include/
Dhril_call.h108 int32_t GetCallRestrictionResponse(
/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_call.h94 int32_t GetCallRestrictionResponse(
Dtel_ril_callback.h68 int32_t GetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
Dims_call.cpp670 imsCallCallback_->GetCallRestrictionResponse(slotId, info); in GetCallRestriction()
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_callback.cpp164 int32_t TelRilCallback::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::TelRilCallback
167 …onse(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::GetCallRestrictionResponse, result); in GetCallRestrictionResponse()
Dtel_ril_call.cpp210 int32_t TelRilCall::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::TelRilCall
/base/telephony/cellular_call/services/ims_service_interaction/src/
Dims_call_callback_proxy.cpp347 int32_t ImsCallCallbackProxy::GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResul… in GetCallRestrictionResponse() function in OHOS::Telephony::ImsCallCallbackProxy
Dims_call_callback_stub.cpp512 reply.WriteInt32(GetCallRestrictionResponse(slotId, result)); in OnGetCallRestrictionResponseInner()
1003 int32_t ImsCallCallbackStub::GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResult… in GetCallRestrictionResponse() function in OHOS::Telephony::ImsCallCallbackStub
/base/telephony/cellular_call/services/manager/src/
Dcellular_call_handler.cpp106 …uncMap_[RadioEvent::RADIO_GET_CALL_RESTRICTION] = &CellularCallHandler::GetCallRestrictionResponse; in InitSupplementFuncMap()
1101 void CellularCallHandler::GetCallRestrictionResponse(const AppExecFwk::InnerEvent::Pointer &event) in GetCallRestrictionResponse() function in OHOS::Telephony::CellularCallHandler
/base/telephony/ril_adapter/test/unittest/include/
Dril_callback_test.h69 int32_t GetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
Dril_callback_test.h283 int32_t GetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dzero_branch_test.cpp304 EXPECT_NE(HDF_SUCCESS, call->GetCallRestrictionResponse(0, responseInfo, nullptr, 1));
Dril_callback_test.cpp1048 int32_t RilCallbackTest::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::RilCallbackTest
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.cpp1867 … ASSERT_EQ(callCallbackProxy->GetCallRestrictionResponse(slotId, crResult), TELEPHONY_SUCCESS);
2224 ASSERT_NE(stub->GetCallRestrictionResponse(slotId, crResult), TELEPHONY_SUCCESS);
/base/telephony/ril_adapter/test/unittest/
Dril_callback_test.cpp921 int32_t RilCallbackTest::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::RilCallbackTest