Home
last modified time | relevance | path

Searched refs:GetClir (Results 1 - 25 of 33) sorted by relevance

12

/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()
727 "400:GetClip\n401:SetClir\n402:GetClir\n" in ImsCallTest()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h666 void (*GetClir)(const ReqDataInfo *requestInfo); member
/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h416 * @brief GetClir IMS GetClir interface
423 virtual int32_t GetClir(int32_t slotId, int32_t index) = 0;
H A Dims_call_client.h465 * @brief GetClir IMS GetClir interface
472 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;
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h371 * IMS GetClir interface
376 int32_t GetClir(int32_t slotId) override;
/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()
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c79 .GetClir = ReqGetClir,
/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()
/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()
/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
H A Dims_call_stub.cpp535 reply.WriteInt32(GetClir(slotId)); in OnGetClir()
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h48 int32_t GetClir(const AppExecFwk::InnerEvent::Pointer &result);
H A Dtel_ril_manager.h92 int32_t GetClir(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) override;
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp111 telRilCall->GetClir(result); in GetCallList()
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h50 int32_t GetClir(int32_t serialId);
H A Dhril_manager.h95 int32_t GetClir(int32_t slotId, int32_t serialId);
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.cpp1078 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 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()
/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()); 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 Di_tel_ril_manager.h86 virtual int32_t GetClir(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) = 0;
H A Dcore_manager_inner.h80 int32_t GetClir(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) const;
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp500 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()

Completed in 32 milliseconds

12