Home
last modified time | relevance | path

Searched refs:Str16ToStr8 (Results 1 – 25 of 131) sorted by relevance

123456

/base/location/frameworks/location_common/common/source/
Dgeo_address.cpp67 locale_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
68 placeName_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
69 countryCode_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
70 countryName_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
71 administrativeArea_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
72 subAdministrativeArea_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
73 locality_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
74 subLocality_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
75 roadName_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
76 subRoadName_ = Str16ToStr8(in.ReadString16()); in ReadFromParcel()
[all …]
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
Dhisysevent_listener_proxy.cpp27 eventListener->OnEvent(Str16ToStr8(domain), Str16ToStr8(eventName), in Handle()
28 eventType, Str16ToStr8(eventDetail)); in Handle()
Dhisysevent_query_proxy.cpp28 destSysEvents.emplace_back(Str16ToStr8(sysEvent)); in OnQuery()
/base/update/updateservice/services/engine/src/
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()
82 info.upgradeApp = Str16ToStr8(reply.ReadString16()); in ReadUpgradeInfo()
83 info.businessType.vendor = Str16ToStr8(reply.ReadString16()); in ReadUpgradeInfo()
85 info.upgradeDevId = Str16ToStr8(reply.ReadString16()); in ReadUpgradeInfo()
86 info.controlDevId = Str16ToStr8(reply.ReadString16()); in ReadUpgradeInfo()
116 businessError.message = Str16ToStr8(reply.ReadString16()); in ReadBusinessError()
139 versionComponent.componentId = Str16ToStr8(reply.ReadString16()); in ReadVersionComponents()
141 versionComponent.upgradeAction = Str16ToStr8(reply.ReadString16()); in ReadVersionComponents()
[all …]
/base/account/os_account/frameworks/ohosaccount/native/src/
Daccount_info_parcel.cpp120 ohosAccountInfo.name_ = Str16ToStr8(name); in ReadOhosAccountInfo()
121 ohosAccountInfo.uid_ = Str16ToStr8(uid); in ReadOhosAccountInfo()
123 ohosAccountInfo.nickname_ = Str16ToStr8(nickname); in ReadOhosAccountInfo()
125 ohosAccountInfo.SetRawUid(Str16ToStr8(rawUid)); in ReadOhosAccountInfo()
Daccount_proxy.cpp167 return std::make_pair(true, OhosAccountInfo(Str16ToStr8(name), Str16ToStr8(uid), status)); in QueryOhosAccountInfo()
239 return std::make_pair(true, OhosAccountInfo(Str16ToStr8(name), Str16ToStr8(uid), status)); in QueryOhosAccountInfoByUserId()
/base/update/sys_installer/frameworks/ipc_server/src/
Dsys_installer_stub.cpp74 string pkgPath = Str16ToStr8(data.ReadString16()); in StartUpdatePackageZipStub()
116 string pkgPath = Str16ToStr8(data.ReadString16()); in StartUpdateParaZipStub()
117 string location = Str16ToStr8(data.ReadString16()); in StartUpdateParaZipStub()
118 string cfgDir = Str16ToStr8(data.ReadString16()); in StartUpdateParaZipStub()
133 string location = Str16ToStr8(data.ReadString16()); in StartDeleteParaZipStub()
134 string cfgDir = Str16ToStr8(data.ReadString16()); in StartDeleteParaZipStub()
Dmodule_update_stub.cpp54 string pkgPath = Str16ToStr8(data.ReadString16()); in InstallModulePackageStub()
67 string hmpName = Str16ToStr8(data.ReadString16()); in UninstallModulePackageStub()
80 string hmpName = Str16ToStr8(data.ReadString16()); in GetModulePackageInfoStub()
/base/telephony/core_service/services/sim/src/
Doperator_config_loader.cpp67 std::string mccmncFromSim = Str16ToStr8(simFileManager_->GetSimOperatorNumeric()); in LoadOpKeyOnMccMnc()
91 iccidFromSim_ = Str16ToStr8(simFileManager_->GetSimIccId()); in GetOpKey()
92 imsiFromSim_ = Str16ToStr8(simFileManager_->GetIMSI()); in GetOpKey()
93 spnFromSim_ = Str16ToStr8(simFileManager_->GetSimSpn()); in GetOpKey()
94 gid1FromSim_ = Str16ToStr8(simFileManager_->GetSimGid1()); in GetOpKey()
95 gid2FromSim_ = Str16ToStr8(simFileManager_->GetSimGid2()); in GetOpKey()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_elementary_file_test.cpp49 result = Str16ToStr8(spn);
67 result = Str16ToStr8(spn);
85 std::string result = Str16ToStr8(iccId);
103 std::string result = Str16ToStr8(iccId);
120 std::string result = Str16ToStr8(iccId);
137 std::string result = Str16ToStr8(operatorNumeric);
154 std::string result = Str16ToStr8(operatorNumeric);
172 std::string result = Str16ToStr8(imsi);
190 std::string result = Str16ToStr8(imsi);
207 std::string result = Str16ToStr8(imsi);
[all …]
/base/telephony/core_service/frameworks/native/src/
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/test/location_common/source/
Dlocation_common_test.cpp144 EXPECT_EQ("locale", Str16ToStr8(newParcel.ReadString16())); in VerifyGeoAddressMarshalling()
145 EXPECT_EQ("placeName", Str16ToStr8(newParcel.ReadString16())); in VerifyGeoAddressMarshalling()
146 EXPECT_EQ("countryCode", Str16ToStr8(newParcel.ReadString16())); in VerifyGeoAddressMarshalling()
147 EXPECT_EQ("countryName", Str16ToStr8(newParcel.ReadString16())); in VerifyGeoAddressMarshalling()
148 EXPECT_EQ("administrativeArea", Str16ToStr8(newParcel.ReadString16())); in VerifyGeoAddressMarshalling()
149 EXPECT_EQ("subAdministrativeArea", Str16ToStr8(newParcel.ReadString16())); in VerifyGeoAddressMarshalling()
150 EXPECT_EQ("locality", Str16ToStr8(newParcel.ReadString16())); in VerifyGeoAddressMarshalling()
151 EXPECT_EQ("subLocality", Str16ToStr8(newParcel.ReadString16())); in VerifyGeoAddressMarshalling()
152 EXPECT_EQ("roadName", Str16ToStr8(newParcel.ReadString16())); in VerifyGeoAddressMarshalling()
153 EXPECT_EQ("subRoadName", Str16ToStr8(newParcel.ReadString16())); in VerifyGeoAddressMarshalling()
[all …]
/base/update/sys_installer/services/module_update/util/src/
Dmodule_ipc_helper.cpp38 info.saName = Str16ToStr8(reply.ReadString16()); in ReadSaInfo()
52 info.hmpName = Str16ToStr8(reply.ReadString16()); in ReadModulePackageInfo()
90 status.process = Str16ToStr8(reply.ReadString16()); in ReadModuleUpdateStatus()
/base/startup/init/device_info/
Ddevice_info_proxy.cpp51 result = Str16ToStr8(reply.ReadString16()); in GetUdid()
66 result = Str16ToStr8(reply.ReadString16()); in GetSerialID()
/base/telephony/core_service/services/sim/test/
Dtest.cpp395 std::string str = Str16ToStr8(result); in TestGetISOCountryCodeForSim()
409 std::string str = Str16ToStr8(result); in TestGetSimSpn()
423 std::string str = Str16ToStr8(result); in TestGetSimIccId()
471 std::string str = Str16ToStr8(result); in TestGetSimEons()
485 std::string str = Str16ToStr8(result); in TestGetSimOperatorNumeric()
499 std::string str = Str16ToStr8(imsi); in TestGetIMSI()
526 std::string str = Str16ToStr8(gid1); in TestGetSimGid1()
539 std::string str = Str16ToStr8(result); in TestGetSimGid2()
553 std::string str = Str16ToStr8(result); in TestGetSimTelephoneNumber()
566 std::string str = Str16ToStr8(result); in TestGetSimTeleNumberIdentifier()
[all …]
/base/location/interfaces/inner_api/include/
Dbluetooth_scan_info.h87 deviceName_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
88 mac_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
Dwifi_scan_info.h98 ssid_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
99 bssid_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
/base/notification/common_event_service/frameworks/native/src/
Dcommon_event_publish_info.cpp123 subscriberPermissions_.emplace_back(Str16ToStr8(permissionVec_[i])); in ReadFromParcel()
130 bundleName_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
Dcommon_event_subscribe_info.cpp149 permission_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
161 deviceId_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
/base/notification/common_event_service/frameworks/core/src/
Dcommon_event_stub.cpp132 std::string event = Str16ToStr8(data.ReadString16()); in OnRemoteRequest()
148 std::string event = Str16ToStr8(data.ReadString16()); in OnRemoteRequest()
169 std::string receiverData = Str16ToStr8(data.ReadString16()); in OnRemoteRequest()
205 std::string event = Str16ToStr8(data.ReadString16()); in OnRemoteRequest()
/base/powermgr/thermal_manager/frameworks/native/
Dthermal_srv_sensor_info.cpp34 type_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
/base/telephony/cellular_call/services/common/src/
Dmodule_service_utils.cpp70 return Str16ToStr8(countryCode); in GetIsoCountryCode()
77 return Str16ToStr8(countryCode); in GetNetworkCountryCode()
/base/powermgr/power_manager/frameworks/native/
Drunning_lock_info.cpp30 name = Str16ToStr8(u16Name); in ReadFromParcel()
/base/security/access_token/interfaces/innerkits/privacy/src/
Dstate_change_callback_stub.cpp37 …ACCESSTOKEN_LOG_ERROR(LABEL, "get unexpect descriptor: %{public}s", Str16ToStr8(descriptor).c_str(… in OnRemoteRequest()
/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/src/
Dopen_dlp_file_callback_stub.cpp36 DLP_LOG_ERROR(LABEL, "get unexpect descriptor:%{public}s", Str16ToStr8(descriptor).c_str()); in OnRemoteRequest()

123456