Home
last modified time | relevance | path

Searched refs:ActivatePdpContextWithApnTypes (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_data.h30 int32_t ActivatePdpContextWithApnTypes(int32_t serialId,
H A Dhril_manager.h117 int32_t ActivatePdpContextWithApnTypes(
/ohos5.0/drivers/interface/ril/v1_3/
H A DIRil.idl100 [oneway] ActivatePdpContextWithApnTypes([in] int slotId, [in] int serialId,
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp239 int32_t RilImpl::ActivatePdpContextWithApnTypes(int32_t slotId, int32_t serialId, in ActivatePdpContextWithApnTypes() function in OHOS::HDI::Ril::V1_3::RilImpl
242 …return TaskSchedule(&Telephony::HRilManager::ActivatePdpContextWithApnTypes, slotId, serialId, dat… in ActivatePdpContextWithApnTypes()
/ohos5.0/drivers/peripheral/ril/interfaces/hdi_service/include/
H A Dril_impl.h79 int32_t ActivatePdpContextWithApnTypes(int32_t slotId, int32_t serialId,
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_data.cpp155 int32_t HRilData::ActivatePdpContextWithApnTypes(int32_t serialId, in ActivatePdpContextWithApnTypes() function in OHOS::Telephony::HRilData
H A Dhril_manager.cpp592 int32_t HRilManager::ActivatePdpContextWithApnTypes( in ActivatePdpContextWithApnTypes() function in OHOS::Telephony::HRilManager
595 …return TaskSchedule(MODULE_HRIL_DATA, hrilData_[slotId], &HRilData::ActivatePdpContextWithApnTypes, in ActivatePdpContextWithApnTypes()