Home
last modified time | relevance | path

Searched defs:dataProfile (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_data.cpp29 HDI::Ril::V1_1::DataProfileDataInfo TelRilData::ChangeDPToHalDataProfile(DataProfile dataProfile) in ChangeDPToHalDataProfile()
55 int32_t TelRilData::ActivatePdpContext(int32_t radioTechnology, DataProfile dataProfile, bool isRoa… in ActivatePdpContext()
103 int32_t TelRilData::SetInitApnInfo(const DataProfile &dataProfile, const AppExecFwk::InnerEvent::Po… in SetInitApnInfo()
H A Dtel_ril_manager.cpp550 int32_t slotId, const DataProfile &dataProfile, const AppExecFwk::InnerEvent::Pointer &response) in SetInitApnInfo()
/ohos5.0/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp170 DataProfile dataProfile; in DeactivatePdpContext() local
/ohos5.0/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp1606 DataProfile dataProfile; in SetInitApnWithNullDp() local
1630 DataProfile dataProfile; in SetRilAttachApn() local
/ohos5.0/base/telephony/core_service/services/tel_ril/test/
H A Dtel_ril_test.cpp1237 DataProfile dataProfile = {0, "cmnet", "IPV4V6", AUTHTYPE_1, "", "", "IPV4V6"}; in OnRequestSetInitApnInfoTest() local
1251 DataProfile dataProfile = {0, "cmnet", "IPV4V6", AUTHTYPE_1, "", "", "IPV4V6"}; in OnRequestDataSetupDataCallTest() local
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtelephony_types.h210 struct DataProfile dataProfile; member
/ohos5.0/base/telephony/core_service/test/unittest/tel_ril_gtest/
H A Dtel_ril_test_util.cpp1424 DataProfile dataProfile; in DataSetInitApnInfoTest() local
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dcore_manager_inner.cpp1182 …t CoreManagerInner::SetInitApnInfo(int32_t slotId, int32_t eventId, const DataProfile &dataProfile, in SetInitApnInfo()