/base/telephony/cellular_call/interfaces/innerkits/ims/ |
D | ims_call_callback_interface.h | 290 …virtual int32_t GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResult &result) = …
|
D | ims_call_callback_proxy.h | 63 … int32_t GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResult &result) override;
|
D | ims_call_callback_stub.h | 66 … int32_t GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResult &result) override;
|
/base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/ |
D | getcscalldata_fuzzer.cpp | 115 handle->GetCallRestrictionResponse(event); in RegisterHandler()
|
/base/telephony/cellular_call/services/manager/include/ |
D | cellular_call_handler.h | 179 void GetCallRestrictionResponse(const AppExecFwk::InnerEvent::Pointer &event);
|
/base/telephony/ril_adapter/services/hril/src/ |
D | hril_call.cpp | 82 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/ |
D | hril_call.h | 108 int32_t GetCallRestrictionResponse(
|
/base/telephony/core_service/services/tel_ril/include/ |
D | tel_ril_call.h | 94 int32_t GetCallRestrictionResponse(
|
D | tel_ril_callback.h | 68 int32_t GetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/ |
D | ims_call.cpp | 670 imsCallCallback_->GetCallRestrictionResponse(slotId, info); in GetCallRestriction()
|
/base/telephony/core_service/services/tel_ril/src/ |
D | tel_ril_callback.cpp | 164 int32_t TelRilCallback::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::TelRilCallback 167 …onse(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::GetCallRestrictionResponse, result); in GetCallRestrictionResponse()
|
D | tel_ril_call.cpp | 210 int32_t TelRilCall::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::TelRilCall
|
/base/telephony/cellular_call/services/ims_service_interaction/src/ |
D | ims_call_callback_proxy.cpp | 347 int32_t ImsCallCallbackProxy::GetCallRestrictionResponse(int32_t slotId, const CallRestrictionResul… in GetCallRestrictionResponse() function in OHOS::Telephony::ImsCallCallbackProxy
|
D | ims_call_callback_stub.cpp | 512 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/ |
D | cellular_call_handler.cpp | 106 …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/ |
D | ril_callback_test.h | 69 int32_t GetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
D | ril_callback_test.h | 283 int32_t GetCallRestrictionResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
D | zero_branch_test.cpp | 304 EXPECT_NE(HDF_SUCCESS, call->GetCallRestrictionResponse(0, responseInfo, nullptr, 1));
|
D | ril_callback_test.cpp | 1048 int32_t RilCallbackTest::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::RilCallbackTest
|
/base/telephony/cellular_call/test/unittest/imstest/ |
D | ims_test.cpp | 1867 … ASSERT_EQ(callCallbackProxy->GetCallRestrictionResponse(slotId, crResult), TELEPHONY_SUCCESS); 2224 ASSERT_NE(stub->GetCallRestrictionResponse(slotId, crResult), TELEPHONY_SUCCESS);
|
/base/telephony/ril_adapter/test/unittest/ |
D | ril_callback_test.cpp | 921 int32_t RilCallbackTest::GetCallRestrictionResponse( in GetCallRestrictionResponse() function in OHOS::Telephony::RilCallbackTest
|