Home
last modified time | relevance | path

Searched refs:GetPdpContextList (Results 1 – 25 of 50) sorted by relevance

12

/ohos5.0/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()
/ohos5.0/base/telephony/cellular_data/services/include/
H A Ddata_connection_monitor.h76 void GetPdpContextList();
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_data_defs.h359 void (*GetPdpContextList)(const ReqDataInfo *requestInfo); member
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_data.h40 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) overrid…
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_data.cpp78 int32_t TelRilData::GetPdpContextList(const AppExecFwk::InnerEvent::Pointer &response) in GetPdpContextList() function in OHOS::Telephony::TelRilData
81 …return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::GetPdpContextList, uniInf… in GetPdpContextList()
H A Dtel_ril_manager.cpp568 int32_t TelRilManager::GetPdpContextList(int32_t slotId, const AppExecFwk::InnerEvent::Pointer &res… in GetPdpContextList() function in OHOS::Telephony::TelRilManager
570 …return TaskSchedule(response, "TelRilData", GetTelRilData(slotId), &TelRilData::GetPdpContextList); in GetPdpContextList()
/ohos5.0/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);
176 int32_t ret = g_rilInterface->GetPdpContextList(SLOTID_2, serialId, uniInfo);
/ohos5.0/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.h120 …int32_t GetPdpContextList(int32_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1::UniInfo &u…
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_data.cpp161 int32_t HRilData::GetPdpContextList(int32_t serialId, const OHOS::HDI::Ril::V1_1::UniInfo &uniInfo) in GetPdpContextList() function in OHOS::Telephony::HRilData
164 …questVendor(serialId, HREQ_DATA_GET_PDP_CONTEXT_LIST, dataFuncs_, &HRilDataReq::GetPdpContextList); in GetPdpContextList()
H A Dhril_manager.cpp605 int32_t HRilManager::GetPdpContextList(int32_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1… in GetPdpContextList() function in OHOS::Telephony::HRilManager
607 …return TaskSchedule(MODULE_HRIL_DATA, hrilData_[slotId], &HRilData::GetPdpContextList, serialId, u… in GetPdpContextList()
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c166 .GetPdpContextList = ReqGetPdpContextList,
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp250 int32_t RilImpl::GetPdpContextList(int32_t slotId, int32_t serialId, const UniInfo &uniInfo) in GetPdpContextList() function in OHOS::HDI::Ril::V1_3::RilImpl
252 return TaskSchedule(&Telephony::HRilManager::GetPdpContextList, slotId, serialId, uniInfo); in GetPdpContextList()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_v10.md59 | [GetPdpContextList](#getpdpcontextlist) ([in] int slotId, [in] int serialId, [in] struct [UniInfo…
997 ### GetPdpContextList()
1000 IRil::GetPdpContextList ([in] int slotId, [in] int serialId, [in] struct UniInfo uniInfo )
H A Dinterface_i_ril_v11.md60 | [GetPdpContextList](#getpdpcontextlist) ([in] int slotId, [in] int serialId, [in] struct [UniInfo…
1052 ### GetPdpContextList()
1055 IRil::GetPdpContextList ([in] int slotId, [in] int serialId, [in] struct UniInfo uniInfo )
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h82 int32_t GetPdpContextList(int32_t slotId, int32_t serialId, const UniInfo &uniInfo) override;
/ohos5.0/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)…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_service.h.txt114 …int32_t GetPdpContextList(int32_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1::UniInfo& u…
H A Dril_service.cpp.txt230 int32_t RilService::GetPdpContextList(int32_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1:…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dril_service.h.txt110 …int32_t GetPdpContextList(int32_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_0::UniInfo& u…
H A Diril.h.txt254 virtual int32_t GetPdpContextList(int32_t slotId, int32_t serialId,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_service.h.txt123 …int32_t GetPdpContextList(int32_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1::UniInfo& u…
H A Dril_proxy.h.txt164 …int32_t GetPdpContextList(int32_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1::UniInfo& u…
H A Dril_service.cpp.txt251 int32_t RilService::GetPdpContextList(int32_t slotId, int32_t serialId, const OHOS::HDI::Ril::V1_1:…

12