/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() 727 "400:GetClip\n401:SetClir\n402:GetClir\n" in ImsCallTest()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_call_defs.h | 666 void (*GetClir)(const ReqDataInfo *requestInfo); member
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
H A D | ims_call_interface.h | 416 * @brief GetClir IMS GetClir interface
423 virtual int32_t GetClir(int32_t slotId, int32_t index) = 0;
|
H A D | ims_call_client.h | 465 * @brief GetClir IMS GetClir interface
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;
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
H A D | ims_call.h | 371 * IMS GetClir interface 376 int32_t GetClir(int32_t slotId) override;
|
/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()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 79 .GetClir = ReqGetClir,
|
/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()
|
/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()
|
/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
|
H A D | ims_call_stub.cpp | 535 reply.WriteInt32(GetClir(slotId)); in OnGetClir()
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_call.h | 48 int32_t GetClir(const AppExecFwk::InnerEvent::Pointer &result);
|
H A D | tel_ril_manager.h | 92 int32_t GetClir(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) override;
|
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/ |
H A D | sendsmsmoremode_fuzzer.cpp | 111 telRilCall->GetClir(result); in GetCallList()
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_call.h | 50 int32_t GetClir(int32_t serialId);
|
H A D | hril_manager.h | 95 int32_t GetClir(int32_t slotId, int32_t serialId);
|
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/ |
H A D | ims_service_test.cpp | 1078 ret = imsCallPtr_->GetClir(DEFAULT_SLOTID); in HWTEST_F() 1093 ret = imsCallPtr_->GetClir(SIM_SLOT_ID_1); in HWTEST_F()
|
/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()
|
/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()); in HWTEST_F() 767 int32_t ret = g_rilInterface->GetClir(SLOTID_2, RilTestUtil::GetSerialId()); in HWTEST_F()
|
/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;
|
H A D | core_manager_inner.h | 80 int32_t GetClir(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) const;
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_manager.cpp | 500 int32_t HRilManager::GetClir(int32_t slotId, int32_t serialId) in GetClir() function in OHOS::Telephony::HRilManager 502 return TaskSchedule(MODULE_HRIL_CALL, hrilCall_[slotId], &HRilCall::GetClir, serialId); in GetClir()
|