Home
last modified time | relevance | path

Searched refs:GetPdpContextList (Results 1 - 23 of 23) sorted by relevance

/base/telephony/cellular_data/services/include/
H A Ddata_connection_monitor.h76 void GetPdpContextList();
/base/telephony/cellular_data/services/src/
H A Ddata_connection_monitor.cpp149 GetPdpContextList(); in HandleRecovery()
218 void DataConnectionMonitor::GetPdpContextList() in GetPdpContextList() function in OHOS::Telephony::DataConnectionMonitor
220 CoreManagerInner::GetInstance().GetPdpContextList(slotId_, in GetPdpContextList()
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_data.h41 int32_t GetPdpContextList(const AppExecFwk::InnerEvent::Pointer &response);
H A Dtel_ril_manager.h214 int32_t GetPdpContextList(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_data_defs.h413 void (*GetPdpContextList)(const ReqDataInfo *requestInfo); member
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_data.h32 int32_t GetPdpContextList(int32_t serialId, const OHOS::HDI::Ril::V1_1::UniInfo &uniInfo);
H A Dhril_manager.h119 int32_t GetPdpContextList(int32_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1::UniInfo &uniInfo);
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_data.cpp95 int32_t TelRilData::GetPdpContextList(const AppExecFwk::InnerEvent::Pointer &response) in GetPdpContextList() function in OHOS::Telephony::TelRilData
98 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::GetPdpContextList, uniInfo); in GetPdpContextList()
H A Dtel_ril_manager.cpp579 int32_t TelRilManager::GetPdpContextList(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) in GetPdpContextList() function in OHOS::Telephony::TelRilManager
581 return TaskSchedule(response, "TelRilData", GetTelRilData(slotId), &TelRilData::GetPdpContextList); in GetPdpContextList()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_data_test.cpp157 int32_t ret = g_rilInterface->GetPdpContextList(SLOTID_1, serialId, uniInfo); in HWTEST_F()
176 int32_t ret = g_rilInterface->GetPdpContextList(SLOTID_2, serialId, uniInfo); in HWTEST_F()
H A Dzero_branch_test.cpp132 EXPECT_NE(HDF_SUCCESS, manager->GetPdpContextList(0, 0, uniInfo)); in TestDataInterface()
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c166 .GetPdpContextList = ReqGetPdpContextList,
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_data.cpp191 int32_t HRilData::GetPdpContextList(int32_t serialId, const OHOS::HDI::Ril::V1_1::UniInfo &uniInfo) in GetPdpContextList() function in OHOS::Telephony::HRilData
194 return RequestVendor(serialId, HREQ_DATA_GET_PDP_CONTEXT_LIST, dataFuncs_, &HRilDataReq::GetPdpContextList); in GetPdpContextList()
H A Dhril_manager.cpp601 int32_t HRilManager::GetPdpContextList(int32_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1::UniInfo &uniInfo) in GetPdpContextList() function in OHOS::Telephony::HRilManager
603 return TaskSchedule(MODULE_HRIL_DATA, hrilData_[slotId], &HRilData::GetPdpContextList, serialId, uniInfo); in GetPdpContextList()
/base/telephony/core_service/interfaces/innerkits/include/
H A Di_tel_ril_manager.h185 virtual int32_t GetPdpContextList(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0;
H A Dcore_manager_inner.h104 int32_t GetPdpContextList(
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvsim_test.cpp627 int32_t status = CoreManagerInner::GetInstance().GetPdpContextList(0, 0, handler); in HWTEST_F()
H A Dzero_branch_test.cpp966 EXPECT_GT(mInner.GetPdpContextList(0, 0, nullptr), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp1230 int32_t CoreManagerInner::GetPdpContextList( in GetPdpContextList() function in OHOS::Telephony::CoreManagerInner
1243 return telRilManager_->GetPdpContextList(slotId, response); in GetPdpContextList()
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp1015 int32_t ret = g_rilInterface->GetPdpContextList(slotId, serialId, uniInfo); in GetPdpContextListTest()
/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp1506 telRilManager_->GetPdpContextList(slotId, event); in GetDataCallListTest()
/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp1733 dataConnectionMonitor->GetPdpContextList(); in HWTEST_F()
/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp1278 telRilManager_->GetPdpContextList(slotId, event); in OnRequestGetDataCallListTest()

Completed in 43 milliseconds