Home
last modified time | relevance | path

Searched refs:profileName (Results 1 - 7 of 7) sorted by relevance

/base/telephony/telephony_data/interfaces/innerkits/include/
H A Dpdp_profile_data.h123 std::string profileName = ""; member
/base/telephony/cellular_data/services/src/apn_manager/
H A Dapn_item.cpp123 if (strcpy_s(apnItem->attr_.apnName_, ALL_APN_ITEM_CHAR_LENGTH, apnData.profileName.c_str()) != EOK) { in MakeApn()
H A Dapn_manager.cpp346 TELEPHONY_LOGI("profileId = %{public}d, profileName = %{public}s, mvnoType = %{public}s", in MakeSpecificApnItem()
347 apnData.profileId, apnData.profileName.c_str(), apnData.mvnoType.c_str()); in MakeSpecificApnItem()
/base/telephony/core_service/utils/common/include/
H A Desim_service.h143 std::string profileName; member
/base/telephony/telephony_data/common/src/
H A Dparser_util.cpp153 bean.profileName = ParseString(cJSON_GetObjectItem(itemRoot, ITEM_OPERATOR_NAME)); in ParserPdpProfileInfos()
193 value.PutString(PdpProfileData::PROFILE_NAME, bean.profileName); in ParserPdpProfileToValuesBucket()
/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_rdb_helper.cpp220 result->GetString(index, apnBean.profileName); in MakePdpProfile()
/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp516 dst.profileName_ = OHOS::Telephony::ToUtf16(src.profileName); in ConvertProfileInfoToApiStruct()
574 eProfileInfo->profileName = Asn1Utils::BytesToString(profileNameBytes); in BuildBasicProfileInfo()

Completed in 10 milliseconds