Home
last modified time | relevance | path

Searched refs:GetClir (Results 1 – 25 of 60) sorted by relevance

123

/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h82 int32_t GetClir(const sptr<ImsCallInterface> &imsCallSerivce) const;
H A Dims_unit_test.cpp107 requestCallFuncMap_[ImsCallInterfaceCode::IMS_GET_CLIR] = &ImsUnitTest::GetClir; in InitSupplementFuncMap()
595 int32_t ImsUnitTest::GetClir(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in GetClir() function in OHOS::Telephony::ImsUnitTest
600 imsCallPtr->GetClir(slotId); in GetClir()
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h666 void (*GetClir)(const ReqDataInfo *requestInfo); member
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_ims.cpp67 return imsCallClient->GetClir(slotId, index); in GetClirRequest()
H A Dsupplement_request_cs.cpp58 return CoreManagerInner::GetInstance().GetClir(slotId, response); in GetClirRequest()
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h376 int32_t GetClir(int32_t slotId) override;
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h423 virtual int32_t GetClir(int32_t slotId, int32_t index) = 0;
H A Dims_call_client.h472 int32_t GetClir(int32_t slotId, int32_t index);
H A Dims_call_proxy.h78 int32_t GetClir(int32_t slotId, int32_t index) override;
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp167 imsCallClient->GetClir(slotId, index); in TestImsCallClientWithSettingFunction()
342 proxy->GetClir(slotId, index); in TestImsCallProxyWithSettingFunction()
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c79 .GetClir = ReqGetClir,
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_client.cpp591 int32_t ImsCallClient::GetClir(int32_t slotId, int32_t index) in GetClir() function in OHOS::Telephony::ImsCallClient
598 return imsCallProxy_->GetClir(slotId, index); in GetClir()
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h48 int32_t GetClir(const AppExecFwk::InnerEvent::Pointer &result);
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp152 int32_t RilImpl::GetClir(int32_t slotId, int32_t serialId) in GetClir() function in OHOS::HDI::Ril::V1_3::RilImpl
154 return TaskSchedule(&Telephony::HRilManager::GetClir, slotId, serialId); in GetClir()
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h50 int32_t GetClir(int32_t serialId);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md43 | [GetClir](#getclir) ([in] int slotId, [in] int serialId) | 获取主叫号码显示限制(CLIR)。 |
671 ### GetClir()
674 IRil::GetClir ([in] int slotId, [in] int serialId )
H A Dinterface_i_ril_v11.md43 | [GetClir](#getclir) ([in] int slotId, [in] int serialId) | 获取主叫号码显示限制(CLIR)。 |
676 ### GetClir()
679 IRil::GetClir ([in] int slotId, [in] int serialId )
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.cpp1078 ret = imsCallPtr_->GetClir(DEFAULT_SLOTID);
1093 ret = imsCallPtr_->GetClir(SIM_SLOT_ID_1);
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp427 int32_t TelRilCall::GetClir(const AppExecFwk::InnerEvent::Pointer &result) in GetClir() function in OHOS::Telephony::TelRilCall
429 return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::GetClir); in GetClir()
H A Dtel_ril_manager.cpp434 int32_t TelRilManager::GetClir(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) in GetClir() function in OHOS::Telephony::TelRilManager
436 return TaskSchedule(response, "TelRilCall", GetTelRilCall(slotId), &TelRilCall::GetClir); in GetClir()
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_call_test.cpp751 int32_t ret = g_rilInterface->GetClir(SLOTID_1, RilTestUtil::GetSerialId());
767 int32_t ret = g_rilInterface->GetClir(SLOTID_2, RilTestUtil::GetSerialId());
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp603 int32_t ImsCall::GetClir(int32_t slotId) in GetClir() function in OHOS::Telephony::ImsCall
/ohos5.0/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp111 telRilCall->GetClir(result); in GetCallList()
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h60 int32_t GetClir(int32_t slotId, int32_t serialId) override;
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h86 virtual int32_t GetClir(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) = 0;

123