Searched refs:ActivatePdpContextWithApnTypes (Results 1 - 7 of 7) sorted by relevance
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_data_defs.h | 502 void (*ActivatePdpContextWithApnTypes)(const ReqDataInfo *requestInfo, const HRilDataInfoWithApnTypes *data); member
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_data.h | 30 int32_t ActivatePdpContextWithApnTypes(int32_t serialId,
|
H A D | hril_manager.h | 116 int32_t ActivatePdpContextWithApnTypes(
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_adapter.c | 172 .ActivatePdpContextWithApnTypes = ReqActivatePdpContextWithApnTypes,
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_data.cpp | 159 int32_t HRilData::ActivatePdpContextWithApnTypes(int32_t serialId, in ActivatePdpContextWithApnTypes() function in OHOS::Telephony::HRilData 176 TELEPHONY_LOGI("Call V1_3 ActivatePdpContextWithApnTypes"); in ActivatePdpContextWithApnTypes() 188 &HRilDataReq::ActivatePdpContextWithApnTypes, &dataInfoWithApnTypes); in ActivatePdpContextWithApnTypes()
|
H A D | hril_manager.cpp | 588 int32_t HRilManager::ActivatePdpContextWithApnTypes( in ActivatePdpContextWithApnTypes() function in OHOS::Telephony::HRilManager 591 return TaskSchedule(MODULE_HRIL_DATA, hrilData_[slotId], &HRilData::ActivatePdpContextWithApnTypes, in ActivatePdpContextWithApnTypes()
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_data.cpp | 78 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_3::IRil::ActivatePdpContextWithApnTypes, in ActivatePdpContext()
|
Completed in 8 milliseconds