Home
last modified time | relevance | path

Searched refs:GetClip (Results 1 - 25 of 34) sorted by relevance

12

/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h80 int32_t GetClip(const sptr<ImsCallInterface> &imsCallSerivce) const;
H A Dims_unit_test.cpp105 requestCallFuncMap_[ImsCallInterfaceCode::IMS_GET_CLIP] = &ImsUnitTest::GetClip; in InitSupplementFuncMap()
574 int32_t ImsUnitTest::GetClip(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in GetClip() function in OHOS::Telephony::ImsUnitTest
579 imsCallPtr->GetClip(slotId); in GetClip()
727 "400:GetClip\n401:SetClir\n402:GetClir\n" in ImsCallTest()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h518 void (*GetClip)(const ReqDataInfo *requestInfo); member
/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h394 * @brief GetClip IMS GetClip interface
401 virtual int32_t GetClip(int32_t slotId, int32_t index) = 0;
H A Dims_call_client.h443 * @brief GetClip IMS GetClip interface
450 int32_t GetClip(int32_t slotId, int32_t index);
H A Dims_call_proxy.h76 int32_t GetClip(int32_t slotId, int32_t index) override;
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h354 * IMS GetClip interface
359 int32_t GetClip(int32_t slotId) override;
/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_ims.cpp45 return imsCallClient->GetClip(slotId, index); in GetClipRequest()
H A Dsupplement_request_cs.cpp34 return CoreManagerInner::GetInstance().GetClip(slotId, response); in GetClipRequest()
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c65 .GetClip = ReqGetClip,
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_client.cpp571 int32_t ImsCallClient::GetClip(int32_t slotId, int32_t index) in GetClip() function in OHOS::Telephony::ImsCallClient
578 return imsCallProxy_->GetClip(slotId, index); in GetClip()
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp165 imsCallClient->GetClip(slotId, index); in TestImsCallClientWithSettingFunction()
340 proxy->GetClip(slotId, index); in TestImsCallProxyWithSettingFunction()
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp575 int32_t ImsCall::GetClip(int32_t slotId) in GetClip() function in OHOS::Telephony::ImsCall
H A Dims_call_stub.cpp519 reply.WriteInt32(GetClip(slotId)); in OnGetClip()
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h46 int32_t GetClip(const AppExecFwk::InnerEvent::Pointer &result);
H A Dtel_ril_manager.h88 int32_t GetClip(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) override;
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp109 telRilCall->GetClip(result); in GetCallList()
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h48 int32_t GetClip(int32_t serialId);
H A Dhril_manager.h93 int32_t GetClip(int32_t slotId, int32_t serialId);
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.cpp1016 ret = imsCallPtr_->GetClip(DEFAULT_SLOTID); in HWTEST_F()
1031 ret = imsCallPtr_->GetClip(SIM_SLOT_ID_1); in HWTEST_F()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp417 int32_t TelRilCall::GetClip(const AppExecFwk::InnerEvent::Pointer &result) in GetClip() function in OHOS::Telephony::TelRilCall
419 return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::GetClip); in GetClip()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_call_test.cpp687 int32_t ret = g_rilInterface->GetClip(SLOTID_1, RilTestUtil::GetSerialId()); in HWTEST_F()
703 int32_t ret = g_rilInterface->GetClip(SLOTID_2, RilTestUtil::GetSerialId()); in HWTEST_F()
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h82 virtual int32_t GetClip(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) = 0;
H A Dcore_manager_inner.h78 int32_t GetClip(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) const;
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp490 int32_t HRilManager::GetClip(int32_t slotId, int32_t serialId) in GetClip() function in OHOS::Telephony::HRilManager
492 return TaskSchedule(MODULE_HRIL_CALL, hrilCall_[slotId], &HRilCall::GetClip, serialId); in GetClip()

Completed in 24 milliseconds

12