/base/telephony/cellular_data/services/include/ |
H A D | data_connection_monitor.h | 76 void GetPdpContextList();
|
/base/telephony/cellular_data/services/src/ |
H A D | data_connection_monitor.cpp | 149 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 D | tel_ril_data.h | 41 int32_t GetPdpContextList(const AppExecFwk::InnerEvent::Pointer &response);
|
H A D | tel_ril_manager.h | 214 int32_t GetPdpContextList(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) override;
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_data_defs.h | 413 void (*GetPdpContextList)(const ReqDataInfo *requestInfo); member
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_data.h | 32 int32_t GetPdpContextList(int32_t serialId, const OHOS::HDI::Ril::V1_1::UniInfo &uniInfo);
|
H A D | hril_manager.h | 119 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 D | tel_ril_data.cpp | 95 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 D | tel_ril_manager.cpp | 579 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 D | ril_data_test.cpp | 157 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 D | zero_branch_test.cpp | 132 EXPECT_NE(HDF_SUCCESS, manager->GetPdpContextList(0, 0, uniInfo)); in TestDataInterface()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 166 .GetPdpContextList = ReqGetPdpContextList,
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_data.cpp | 191 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 D | hril_manager.cpp | 601 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 D | i_tel_ril_manager.h | 185 virtual int32_t GetPdpContextList(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &response) = 0;
|
H A D | core_manager_inner.h | 104 int32_t GetPdpContextList(
|
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | vsim_test.cpp | 627 int32_t status = CoreManagerInner::GetInstance().GetPdpContextList(0, 0, handler); in HWTEST_F()
|
H A D | zero_branch_test.cpp | 966 EXPECT_GT(mInner.GetPdpContextList(0, 0, nullptr), TELEPHONY_ERR_SUCCESS); in HWTEST_F()
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_manager_inner.cpp | 1230 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 D | ril_interface_test.cpp | 1015 int32_t ret = g_rilInterface->GetPdpContextList(slotId, serialId, uniInfo);
in GetPdpContextListTest()
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.cpp | 1506 telRilManager_->GetPdpContextList(slotId, event); in GetDataCallListTest()
|
/base/telephony/cellular_data/test/ |
H A D | zero_branch_test.cpp | 1733 dataConnectionMonitor->GetPdpContextList(); in HWTEST_F()
|
/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 1278 telRilManager_->GetPdpContextList(slotId, event); in OnRequestGetDataCallListTest()
|