Home
last modified time | relevance | path

Searched refs:authPwd (Results 1 – 4 of 4) sorted by relevance

/base/telephony/data_storage/pdp_profile/include/
Dpdp_profile_data.h51 std::string authPwd; member
/base/telephony/cellular_data/services/src/apn_manager/
Dapn_item.cpp125 …if (strcpy_s(apnItem->attr_.password_, ALL_APN_ITEM_CHAR_LENGTH, apnData.authPwd.c_str()) != EOK) { in MakeApn()
/base/telephony/data_storage/common/src/
Dparser_util.cpp108 bean.authPwd = itemRoot[ITEM_AUTH_PWD].asString(); in ParserPdpProfileInfos()
137 value.PutString(PdpProfileData::AUTH_PWD, bean.authPwd); in ParserPdpProfileToValuesBucket()
/base/telephony/cellular_data/services/src/utils/
Dcellular_data_rdb_helper.cpp120 result->GetString(index, apnBean.authPwd); in ReadApnResult()