Home
last modified time | relevance | path

Searched refs:GetCBConfig (Results 1 – 25 of 48) sorted by relevance

12

/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sms_defs.h224 void (*GetCBConfig)(const ReqDataInfo *requestInfo); member
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_sms_test.cpp392 int32_t ret = g_rilInterface->GetCBConfig(SLOTID_1, RilTestUtil::GetSerialId());
408 int32_t ret = g_rilInterface->GetCBConfig(SLOTID_2, RilTestUtil::GetSerialId());
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sms.cpp138 int32_t TelRilSms::GetCBConfig(const AppExecFwk::InnerEvent::Pointer &response) in GetCBConfig() function in OHOS::Telephony::TelRilSms
140 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::GetCBConfig); in GetCBConfig()
H A Dtel_ril_manager.cpp770 int32_t TelRilManager::GetCBConfig(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) in GetCBConfig() function in OHOS::Telephony::TelRilManager
772 return TaskSchedule(response, "TelRilSms", GetTelRilSms(slotId), &TelRilSms::GetCBConfig); in GetCBConfig()
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sms.h47 int32_t GetCBConfig(const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h194 int32_t GetCBConfig(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) override;
/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_sms.h39 int32_t GetCBConfig(int32_t serialId);
H A Dhril_manager.h216 int32_t GetCBConfig(int32_t slotId, int32_t serialId);
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c135 .GetCBConfig = ReqGetCBConfig,
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp650 int32_t RilImpl::GetCBConfig(int32_t slotId, int32_t serialId) in GetCBConfig() function in OHOS::HDI::Ril::V1_3::RilImpl
652 return TaskSchedule(&Telephony::HRilManager::GetCBConfig, slotId, serialId); in GetCBConfig()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md123 | [GetCBConfig](#getcbconfig) ([in] int slotId, [in] int serialId) | 获取GSM小区广播配置。 |
596 ### GetCBConfig()
599 IRil::GetCBConfig ([in] int slotId, [in] int serialId )
H A Dinterface_i_ril_v11.md125 | [GetCBConfig](#getcbconfig) ([in] int slotId, [in] int serialId) | 获取GSM小区广播配置。 |
601 ### GetCBConfig()
604 IRil::GetCBConfig ([in] int slotId, [in] int serialId )
/ohos5.0/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp69 telRilSms->GetCBConfig(response); in SendSmsMoreMode()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_misc_manager.cpp373 …CoreManagerInner::GetInstance().GetCBConfig(slotId_, SmsMiscManager::GET_CB_CONFIG_FINISH, shared_… in GetModemCBRange()
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h167 int32_t GetCBConfig(int32_t slotId, int32_t serialId) override;
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sms.cpp329 int32_t HRilSms::GetCBConfig(int32_t serialId) in GetCBConfig() function in OHOS::Telephony::HRilSms
331 return RequestVendor(serialId, HREQ_SMS_GET_CB_CONFIG, smsFuncs_, &HRilSmsReq::GetCBConfig); in GetCBConfig()
H A Dhril_manager.cpp999 int32_t HRilManager::GetCBConfig(int32_t slotId, int32_t serialId) in GetCBConfig() function in OHOS::Telephony::HRilManager
1001 return TaskSchedule(MODULE_HRIL_SMS, hrilSms_[slotId], &HRilSms::GetCBConfig, serialId); in GetCBConfig()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h164 virtual int32_t GetCBConfig(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &result) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt264 int32_t GetCBConfig(int32_t slotId, int32_t serialId) override;
H A Dril_service.cpp.txt575 int32_t RilService::GetCBConfig(int32_t slotId, int32_t serialId)
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dril_service.h.txt258 int32_t GetCBConfig(int32_t slotId, int32_t serialId) override;
H A Diril.h.txt405 virtual int32_t GetCBConfig(int32_t slotId, int32_t serialId) = 0;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_service.h.txt273 int32_t GetCBConfig(int32_t slotId, int32_t serialId) override;
H A Dril_proxy.h.txt314 int32_t GetCBConfig(int32_t slotId, int32_t serialId) override;
H A Dril_service.cpp.txt596 int32_t RilService::GetCBConfig(int32_t slotId, int32_t serialId)

12