Home
last modified time | relevance | path

Searched refs:GetClip (Results 1 – 25 of 70) sorted by relevance

123

/ohos5.0/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()
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h518 void (*GetClip)(const ReqDataInfo *requestInfo); member
/ohos5.0/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()
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h359 int32_t GetClip(int32_t slotId) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_node.h182 virtual std::string GetClip() const = 0;
H A Dinspector_composed_element.h195 std::string GetClip() const override;
/ohos5.0/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h401 virtual int32_t GetClip(int32_t slotId, int32_t index) = 0;
H A Dims_call_client.h450 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;
/ohos5.0/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()
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c65 .GetClip = ReqGetClip,
/ohos5.0/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()
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h46 int32_t GetClip(const AppExecFwk::InnerEvent::Pointer &result);
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp142 int32_t RilImpl::GetClip(int32_t slotId, int32_t serialId) in GetClip() function in OHOS::HDI::Ril::V1_3::RilImpl
144 return TaskSchedule(&Telephony::HRilManager::GetClip, slotId, serialId); in GetClip()
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h48 int32_t GetClip(int32_t serialId);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md41 | [GetClip](#getclip) ([in] int slotId, [in] int serialId) | 获取主叫号码显示(CLIP)。 |
646 ### GetClip()
649 IRil::GetClip ([in] int slotId, [in] int serialId )
H A Dinterface_i_ril_v11.md41 | [GetClip](#getclip) ([in] int slotId, [in] int serialId) | 获取主叫号码显示(CLIP)。 |
651 ### GetClip()
654 IRil::GetClip ([in] int slotId, [in] int serialId )
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.cpp1016 ret = imsCallPtr_->GetClip(DEFAULT_SLOTID);
1031 ret = imsCallPtr_->GetClip(SIM_SLOT_ID_1);
/ohos5.0/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()
/ohos5.0/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());
703 int32_t ret = g_rilInterface->GetClip(SLOTID_2, RilTestUtil::GetSerialId());
/ohos5.0/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
/ohos5.0/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp109 telRilCall->GetClip(result); in GetCallList()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_model_test_ng.cpp1198 EXPECT_FALSE(dialogContext->GetClip());
1203 EXPECT_TRUE(dialogContext->GetClip());

123