/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
H A D | ims_unit_test.h | 82 int32_t GetClir(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
H A D | ims_unit_test.cpp | 107 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 D | hril_vendor_call_defs.h | 666 void (*GetClir)(const ReqDataInfo *requestInfo); member
|
/ohos5.0/base/telephony/cellular_call/services/common/src/ |
H A D | supplement_request_ims.cpp | 67 return imsCallClient->GetClir(slotId, index); in GetClirRequest()
|
H A D | supplement_request_cs.cpp | 58 return CoreManagerInner::GetInstance().GetClir(slotId, response); in GetClirRequest()
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
H A D | ims_call.h | 376 int32_t GetClir(int32_t slotId) override;
|
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_interface.h | 423 virtual int32_t GetClir(int32_t slotId, int32_t index) = 0;
|
H A D | ims_call_client.h | 472 int32_t GetClir(int32_t slotId, int32_t index);
|
H A D | ims_call_proxy.h | 78 int32_t GetClir(int32_t slotId, int32_t index) override;
|
/ohos5.0/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/ |
H A D | imsclient_fuzzer.cpp | 167 imsCallClient->GetClir(slotId, index); in TestImsCallClientWithSettingFunction() 342 proxy->GetClir(slotId, index); in TestImsCallProxyWithSettingFunction()
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 79 .GetClir = ReqGetClir,
|
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/ |
H A D | ims_call_client.cpp | 591 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 D | tel_ril_call.h | 48 int32_t GetClir(const AppExecFwk::InnerEvent::Pointer &result);
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/ |
H A D | ril_impl.cpp | 152 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 D | hril_call.h | 50 int32_t GetClir(int32_t serialId);
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | interface_i_ril_v10.md | 43 | [GetClir](#getclir) ([in] int slotId, [in] int serialId) | 获取主叫号码显示限制(CLIR)。 | 671 ### GetClir() 674 IRil::GetClir ([in] int slotId, [in] int serialId )
|
H A D | interface_i_ril_v11.md | 43 | [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 D | ims_service_test.cpp | 1078 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 D | tel_ril_call.cpp | 427 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 D | tel_ril_manager.cpp | 434 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 D | ril_call_test.cpp | 751 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 D | ims_call.cpp | 603 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 D | sendsmsmoremode_fuzzer.cpp | 111 telRilCall->GetClir(result); in GetCallList()
|
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/ |
H A D | ril_impl.h | 60 int32_t GetClir(int32_t slotId, int32_t serialId) override;
|
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | i_tel_ril_manager.h | 86 virtual int32_t GetClir(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) = 0;
|