Home
last modified time | relevance | path

Searched refs:GetCdmaCBConfig (Results 1 - 21 of 21) sorted by relevance

/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sms_defs.h225 void (*GetCdmaCBConfig)(const ReqDataInfo *requestInfo); member
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_adapter_service_test.cpp99 hRilSms.GetCdmaCBConfig(serialId); in HWTEST_F()
H A Dril_sms_test.cpp458 int32_t ret = g_rilInterface->GetCdmaCBConfig(SLOTID_1, RilTestUtil::GetSerialId()); in HWTEST_F()
474 int32_t ret = g_rilInterface->GetCdmaCBConfig(SLOTID_2, RilTestUtil::GetSerialId()); in HWTEST_F()
H A Dzero_branch_test.cpp245 EXPECT_NE(HDF_SUCCESS, manager->GetCdmaCBConfig(0, 0)); in TestSmsInterface()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sms.cpp93 int32_t TelRilSms::GetCdmaCBConfig(const AppExecFwk::InnerEvent::Pointer &response) in GetCdmaCBConfig() function in OHOS::Telephony::TelRilSms
95 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::GetCdmaCBConfig); in GetCdmaCBConfig()
H A Dtel_ril_manager.cpp757 int32_t TelRilManager::GetCdmaCBConfig(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) in GetCdmaCBConfig() function in OHOS::Telephony::TelRilManager
759 return TaskSchedule(response, "TelRilSms", GetTelRilSms(slotId), &TelRilSms::GetCdmaCBConfig); in GetCdmaCBConfig()
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_sms.h41 int32_t GetCdmaCBConfig(int32_t serialId);
H A Dhril_manager.h218 int32_t GetCdmaCBConfig(int32_t slotId, int32_t serialId);
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sms.h44 int32_t GetCdmaCBConfig(const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h183 int32_t GetCdmaCBConfig(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c136 .GetCdmaCBConfig = ReqGetCdmaCBConfig,
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp68 telRilSms->GetCdmaCBConfig(response); in SendSmsMoreMode()
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h153 virtual int32_t GetCdmaCBConfig(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0;
H A Dcore_manager_inner.h162 int32_t GetCdmaCBConfig(int32_t slotId, int32_t eventId, const std::shared_ptr<AppExecFwk::EventHandler> &handler);
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_manager.cpp1006 int32_t HRilManager::GetCdmaCBConfig(int32_t slotId, int32_t serialId) in GetCdmaCBConfig() function in OHOS::Telephony::HRilManager
1008 return TaskSchedule(MODULE_HRIL_SMS, hrilSms_[slotId], &HRilSms::GetCdmaCBConfig, serialId); in GetCdmaCBConfig()
H A Dhril_sms.cpp352 int32_t HRilSms::GetCdmaCBConfig(int32_t serialId) in GetCdmaCBConfig() function in OHOS::Telephony::HRilSms
354 return RequestVendor(serialId, HREQ_SMS_GET_CDMA_CB_CONFIG, smsFuncs_, &HRilSmsReq::GetCdmaCBConfig); in GetCdmaCBConfig()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvsim_test.cpp301 int32_t status = CoreManagerInner::GetInstance().GetCdmaCBConfig(0, 0, handler); in HWTEST_F()
H A Dzero_branch_test.cpp1239 EXPECT_GT(mInner.GetCdmaCBConfig(0, 0, nullptr), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp613 int32_t CoreManagerInner::GetCdmaCBConfig( in GetCdmaCBConfig() function in OHOS::Telephony::CoreManagerInner
626 return telRilManager_->GetCdmaCBConfig(slotId, response); in GetCdmaCBConfig()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp1264 telRilManager_->GetCdmaCBConfig(slotId, event); in GetRilCmCdmaCBConfigTest()
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp1082 telRilManager_->GetCdmaCBConfig(slotId, event); in OnRequestGetRilCdmaCBConfigTest()

Completed in 37 milliseconds