Home
last modified time | relevance | path

Searched refs:ReadString16 (Results 1 - 25 of 82) sorted by relevance

1234

/base/location/frameworks/location_common/common/source/
H A Dgeo_address.cpp77 locale_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
78 placeName_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
79 countryCode_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
80 countryName_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
81 administrativeArea_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
82 subAdministrativeArea_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
83 locality_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
84 subLocality_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
85 roadName_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
86 subRoadName_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
[all...]
/base/telephony/core_service/frameworks/native/src/
H A Dprofile_info_list_parcel.cpp28 if (!parcel.ReadString16(profile.iccId_) || !parcel.ReadString16(profile.nickName_) || in ReadProfileFromParcel()
29 !parcel.ReadString16(profile.serviceProviderName_) || !parcel.ReadString16(profile.profileName_) || in ReadProfileFromParcel()
31 !parcel.ReadString16(profile.carrierId_.mcc_) || !parcel.ReadString16(profile.carrierId_.mnc_) || in ReadProfileFromParcel()
32 !parcel.ReadString16(profile.carrierId_.gid1_) || !parcel.ReadString16(profile.carrierId_.gid2_) || in ReadProfileFromParcel()
50 if (!parcel.ReadString16(rule.certificateHashHexStr_) || in ReadProfileFromParcel()
51 !parcel.ReadString16(rul in ReadProfileFromParcel()
[all...]
H A Ddownloadable_profile_parcel.cpp25 if (!parcel.ReadString16(encodedActivationCode_) || !parcel.ReadString16(confirmationCode_) || in ReadFromParcel()
26 !parcel.ReadString16(carrierName_)) { in ReadFromParcel()
41 if (!parcel.ReadString16(rule.certificateHashHexStr_) || !parcel.ReadString16(rule.packageName_) || in ReadFromParcel()
H A Dget_downloadable_profiles_result_parcel.cpp42 if (!parcel.ReadString16(profile.encodedActivationCode_) || in ReadFromParcel()
43 !parcel.ReadString16(profile.confirmationCode_) || in ReadFromParcel()
44 !parcel.ReadString16(profile.carrierName_)) { in ReadFromParcel()
59 if (!parcel.ReadString16(rule.certificateHashHexStr_) || in ReadFromParcel()
60 !parcel.ReadString16(rule.packageName_) || in ReadFromParcel()
H A Dprofile_metadata_result_parcel.cpp25 if (!parcel.ReadString16(downloadableProfiles_.encodedActivationCode_) || in ReadFromParcel()
26 !parcel.ReadString16(downloadableProfiles_.confirmationCode_) || in ReadFromParcel()
27 !parcel.ReadString16(downloadableProfiles_.carrierName_)) { in ReadFromParcel()
41 if (!parcel.ReadString16(rule.certificateHashHexStr_) || in ReadFromParcel()
42 !parcel.ReadString16(rule.packageName_) || in ReadFromParcel()
H A Deuicc_info_parcel.cpp24 return parcel.ReadString16(osVersion_) && parcel.ReadString16(response_); in ReadFromParcel()
H A Dnetwork_information.cpp65 operatorLongName_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
66 operatorShortName_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
67 operatorNumeric_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_request.cpp215 locale_ = Str16ToStr8(parcel.ReadString16()); // locale in ReadFromParcel()
220 locale_ = Str16ToStr8(parcel.ReadString16()); // locale in ReadFromParcel()
221 description_ = Str16ToStr8(parcel.ReadString16()); // description in ReadFromParcel()
228 bundleName_ = Str16ToStr8(parcel.ReadString16()); // bundleName in ReadFromParcel()
230 transId_ = Str16ToStr8(parcel.ReadString16()); // transId in ReadFromParcel()
231 country_ = Str16ToStr8(parcel.ReadString16()); // country in ReadFromParcel()
238 out.WriteString16(in.ReadString16()); // locale in OrderParcel()
243 out.WriteString16(in.ReadString16()); // locale in OrderParcel()
244 out.WriteString16(in.ReadString16()); // description in OrderParcel()
251 auto transId = in.ReadString16(); in OrderParcel()
[all...]
/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/
H A Dmessage_parcel_helper.cpp40 errorMsg.errorMessage = Str16ToStr8(reply.ReadString16()); in ReadErrorMessages()
63 componentDescription.componentId = Str16ToStr8(reply.ReadString16()); in ReadComponentDescriptions()
65 componentDescription.descriptionInfo.content = Str16ToStr8(reply.ReadString16()); in ReadComponentDescriptions()
67 componentDescription.notifyDescriptionInfo.content = Str16ToStr8(reply.ReadString16()); in ReadComponentDescriptions()
86 info.upgradeApp = Str16ToStr8(reply.ReadString16()); in ReadUpgradeInfo()
87 info.businessType.vendor = Str16ToStr8(reply.ReadString16()); in ReadUpgradeInfo()
89 info.upgradeDevId = Str16ToStr8(reply.ReadString16()); in ReadUpgradeInfo()
90 info.controlDevId = Str16ToStr8(reply.ReadString16()); in ReadUpgradeInfo()
124 businessError.message = Str16ToStr8(reply.ReadString16()); in ReadBusinessError()
147 versionComponent.componentId = Str16ToStr8(reply.ReadString16()); in ReadVersionComponents()
[all...]
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_ipc_helper.cpp38 info.saName = Str16ToStr8(reply.ReadString16()); in ReadSaInfo()
52 info.bundleName = Str16ToStr8(reply.ReadString16()); in ReadBundleInfo()
53 info.bundleVersion = Str16ToStr8(reply.ReadString16()); in ReadBundleInfo()
64 info.hmpName = Str16ToStr8(reply.ReadString16()); in ReadModulePackageInfo()
65 info.version = Str16ToStr8(reply.ReadString16()); in ReadModulePackageInfo()
66 info.saSdkVersion = Str16ToStr8(reply.ReadString16()); in ReadModulePackageInfo()
67 info.type = Str16ToStr8(reply.ReadString16()); in ReadModulePackageInfo()
102 status.hmpName = Str16ToStr8(reply.ReadString16()); in ReadModuleUpdateStatus()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/form_manager/
H A Dform_instance.cpp36 if (!parcel.ReadString16(u16FormHostName)) { in ReadFromParcel()
37 ACCESSTOKEN_LOG_ERROR(LABEL, "ReadString16 failed."); in ReadFromParcel()
53 if (!parcel.ReadString16(u16BundleName) || (!parcel.ReadString16(u16ModuleName)) || in ReadFromParcel()
54 (!parcel.ReadString16(u16AbilityName)) || (!parcel.ReadString16(u16FormName))) { in ReadFromParcel()
55 ACCESSTOKEN_LOG_ERROR(LABEL, "ReadString16 failed."); in ReadFromParcel()
70 if (!parcel.ReadString16(u16description)) { in ReadFromParcel()
71 ACCESSTOKEN_LOG_ERROR(LABEL, "ReadString16 failed."); in ReadFromParcel()
/base/update/sys_installer/interfaces/inner_api/include/
H A Dimodule_update.h52 name = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
53 laneCode = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
54 compatibleVersion = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
55 version = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
91 path = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
93 resultMsg = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
/base/update/sys_installer/frameworks/ipc_server/src/
H A Dsys_installer_stub.cpp78 string pkgPath = Str16ToStr8(data.ReadString16()); in StartUpdatePackageZipStub()
120 string pkgPath = Str16ToStr8(data.ReadString16()); in StartUpdateParaZipStub()
121 string location = Str16ToStr8(data.ReadString16()); in StartUpdateParaZipStub()
122 string cfgDir = Str16ToStr8(data.ReadString16()); in StartUpdateParaZipStub()
137 string location = Str16ToStr8(data.ReadString16()); in StartDeleteParaZipStub()
138 string cfgDir = Str16ToStr8(data.ReadString16()); in StartDeleteParaZipStub()
153 string srcPath = Str16ToStr8(data.ReadString16()); in AccDecompressAndVerifyPkgStub()
154 string dstPath = Str16ToStr8(data.ReadString16()); in AccDecompressAndVerifyPkgStub()
170 string dstPath = Str16ToStr8(data.ReadString16()); in AccDeleteDirStub()
H A Dmodule_update_stub.cpp68 string pkgPath = Str16ToStr8(data.ReadString16()); in InstallModulePackageStub()
81 string hmpName = Str16ToStr8(data.ReadString16()); in UninstallModulePackageStub()
94 string hmpName = Str16ToStr8(data.ReadString16()); in GetModulePackageInfoStub()
149 std::string path = Str16ToStr8(data.ReadString16()); in StartUpdateHmpPackageStub()
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dsys_event_callback_stub.cpp39 bool ret = data.ReadString16(domain); in OnRemoteRequest()
45 ret = data.ReadString16(eventName); in OnRemoteRequest()
57 ret = data.ReadString16(eventDetail); in OnRemoteRequest()
/base/telephony/sms_mms/services/sms/
H A Dsms_interface_stub.cpp161 u16string desAddr = data.ReadString16(); in OnSendSmsTextRequest()
162 u16string scAddr = data.ReadString16(); in OnSendSmsTextRequest()
163 u16string text = data.ReadString16(); in OnSendSmsTextRequest()
192 u16string desAddr = data.ReadString16(); in OnSendSmsTextWithoutSaveRequest()
193 u16string scAddr = data.ReadString16(); in OnSendSmsTextWithoutSaveRequest()
194 u16string text = data.ReadString16(); in OnSendSmsTextWithoutSaveRequest()
221 u16string desAddr = data.ReadString16(); in OnSendSmsDataRequest()
222 u16string scAddr = data.ReadString16(); in OnSendSmsDataRequest()
272 std::u16string scAddr = data.ReadString16(); in OnSetSmscAddr()
301 std::u16string smsc = data.ReadString16(); in OnAddSimMessage()
[all...]
/base/account/os_account/frameworks/ohosaccount/native/src/
H A Daccount_info_parcel.cpp87 if (!data.ReadString16(name)) { in ReadOhosAccountInfo()
92 if (!data.ReadString16(uid)) { in ReadOhosAccountInfo()
97 if (!data.ReadString16(rawUid)) { in ReadOhosAccountInfo()
107 if (!data.ReadString16(nickname)) { in ReadOhosAccountInfo()
/base/startup/init/device_info/
H A Ddevice_info_proxy.cpp50 result = Str16ToStr8(reply.ReadString16()); in GetUdid()
64 result = Str16ToStr8(reply.ReadString16()); in GetSerialID()
/base/telephony/core_service/interfaces/innerkits/include/
H A Ddialling_numbers_info.h54 if (!parcel.ReadString16(name_)) { in ReadFromParcel()
57 if (!parcel.ReadString16(number_)) { in ReadFromParcel()
60 if (!parcel.ReadString16(pin2_)) { in ReadFromParcel()
/base/location/interfaces/inner_api/include/
H A Dbluetooth_scan_info.h87 deviceName_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
88 mac_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
H A Dwifi_scan_info.h98 ssid_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
99 bssid_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
/base/location/services/location_network/network/source/
H A Dnetwork_callback_host.cpp50 auto errMsg = Str16ToStr8(data.ReadString16()); in OnRemoteRequest()
51 auto uuid = Str16ToStr8(data.ReadString16()); in OnRemoteRequest()
/base/telephony/sms_mms/frameworks/native/sms/src/
H A Ddelivery_short_message_callback_stub.cpp37 auto result = data.ReadString16(); in OnRemoteRequest()
H A Dshort_message.cpp27 if (!parcel.ReadString16(visibleMessageBody_)) { in ReadFromParcel()
30 if (!parcel.ReadString16(visibleRawAddress_)) { in ReadFromParcel()
46 if (!parcel.ReadString16(scAddress_)) { in ReadFromParcel()
/base/telephony/sms_mms/test/unittest/
H A Dsms_delivery_callback_test.cpp31 OnSmsDeliveryResult(data.ReadString16()); in OnRemoteRequest()

Completed in 9 milliseconds

1234