Home
last modified time | relevance | path

Searched refs:apnType_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/cellular_data/services/include/
H A Ddata_disconnect_params.h29 : apnType_(apnType), reason_(reason) in DataDisconnectParams()
36 return apnType_; in GetApnType()
41 apnType_ = apnType; in SetApnType()
59 std::string apnType_;
/ohos5.0/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_holder.cpp54 ApnHolder::ApnHolder(const std::string &apnType, const int32_t priority) : apnType_(apnType), prior… in ApnHolder()
105 return apnType_; in GetApnType()
115 … std::make_unique<DataDisconnectParams>(apnType_, DisConnectionReason::REASON_CLEAR_CONNECTION); in ReleaseDataConnection()
193 return apnType_ == DATA_CONTEXT_ROLE_EMERGENCY; in IsEmergencyType()
198 return apnType_ == DATA_CONTEXT_ROLE_MMS; in IsMmsType()
/ohos5.0/base/telephony/cellular_data/services/include/apn_manager/
H A Dapn_holder.h78 std::string apnType_; variable