Searched refs:profileName (Results 1 - 7 of 7) sorted by relevance
/base/telephony/telephony_data/interfaces/innerkits/include/ |
H A D | pdp_profile_data.h | 123 std::string profileName = ""; member
|
/base/telephony/cellular_data/services/src/apn_manager/ |
H A D | apn_item.cpp | 123 if (strcpy_s(apnItem->attr_.apnName_, ALL_APN_ITEM_CHAR_LENGTH, apnData.profileName.c_str()) != EOK) { in MakeApn()
|
H A D | apn_manager.cpp | 346 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 D | esim_service.h | 143 std::string profileName; member
|
/base/telephony/telephony_data/common/src/ |
H A D | parser_util.cpp | 153 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 D | cellular_data_rdb_helper.cpp | 220 result->GetString(index, apnBean.profileName); in MakePdpProfile()
|
/base/telephony/core_service/services/sim/src/ |
H A D | esim_file.cpp | 516 dst.profileName_ = OHOS::Telephony::ToUtf16(src.profileName);
in ConvertProfileInfoToApiStruct() 574 eProfileInfo->profileName = Asn1Utils::BytesToString(profileNameBytes);
in BuildBasicProfileInfo()
|
Completed in 10 milliseconds