| /base/location/frameworks/location_common/common/source/ |
| D | geo_address.cpp | 67 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/update/sys_installer/interfaces/inner_api/include/ |
| D | imodule_update.h | 52 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/updateservice/services/engine/src/ |
| D | message_parcel_helper.cpp | 40 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/hiviewdfx/hisysevent/adapter/native/idl/src/ |
| D | hisysevent_listener_proxy.cpp | 27 eventListener->OnEvent(Str16ToStr8(domain), Str16ToStr8(eventName), in Handle() 28 eventType, Str16ToStr8(eventDetail)); in Handle()
|
| D | hisysevent_query_proxy.cpp | 28 destSysEvents.emplace_back(Str16ToStr8(sysEvent)); in OnQuery()
|
| /base/update/sys_installer/frameworks/ipc_server/src/ |
| D | sys_installer_stub.cpp | 78 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()
|
| D | module_update_stub.cpp | 67 string pkgPath = Str16ToStr8(data.ReadString16()); in InstallModulePackageStub() 80 string hmpName = Str16ToStr8(data.ReadString16()); in UninstallModulePackageStub() 93 string hmpName = Str16ToStr8(data.ReadString16()); in GetModulePackageInfoStub() 161 std::string path = Str16ToStr8(data.ReadString16()); in StartUpdateHmpPackageStub()
|
| /base/account/os_account/frameworks/ohosaccount/native/src/ |
| D | account_info_parcel.cpp | 120 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()
|
| D | account_proxy.cpp | 166 return std::make_pair(true, OhosAccountInfo(Str16ToStr8(name), Str16ToStr8(uid), status)); in QueryOhosAccountInfo() 238 return std::make_pair(true, OhosAccountInfo(Str16ToStr8(name), Str16ToStr8(uid), status)); in QueryOhosAccountInfoByUserId()
|
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| D | sim_elementary_file_test.cpp | 49 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/ |
| D | network_information.cpp | 65 operatorLongName_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 66 operatorShortName_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 67 operatorNumeric_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
|
| /base/telephony/core_service/services/sim/src/ |
| D | operator_config_loader.cpp | 68 std::string mccmncFromSim = Str16ToStr8(simFileManager->GetSimOperatorNumeric()); in LoadOpKeyOnMccMnc() 91 iccidFromSim_ = Str16ToStr8(simFileManager->GetSimDecIccId()); 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/location/test/location_common/source/ |
| D | location_common_test.cpp | 144 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/powermgr/power_manager/frameworks/native/ |
| D | running_lock_info.cpp | 33 name = Str16ToStr8(u16Name); in ReadFromParcel() 37 bundleName = Str16ToStr8(u16BundleName); in ReadFromParcel()
|
| /base/startup/init/device_info/ |
| D | device_info_proxy.cpp | 50 result = Str16ToStr8(reply.ReadString16()); in GetUdid() 64 result = Str16ToStr8(reply.ReadString16()); in GetSerialID()
|
| /base/update/sys_installer/services/module_update/util/src/ |
| D | module_ipc_helper.cpp | 38 info.saName = Str16ToStr8(reply.ReadString16()); in ReadSaInfo() 52 info.hmpName = Str16ToStr8(reply.ReadString16()); in ReadModulePackageInfo() 90 status.process = Str16ToStr8(reply.ReadString16()); in ReadModuleUpdateStatus()
|
| /base/telephony/core_service/services/sim/test/ |
| D | test.cpp | 396 std::string str = Str16ToStr8(result); in TestGetISOCountryCodeForSim() 410 std::string str = Str16ToStr8(result); in TestGetSimSpn() 424 std::string str = Str16ToStr8(result); in TestGetSimIccId() 472 std::string str = Str16ToStr8(result); in TestGetSimEons() 486 std::string str = Str16ToStr8(result); in TestGetSimOperatorNumeric() 500 std::string str = Str16ToStr8(imsi); in TestGetIMSI() 527 std::string str = Str16ToStr8(gid1); in TestGetSimGid1() 540 std::string str = Str16ToStr8(result); in TestGetSimGid2() 554 std::string str = Str16ToStr8(result); in TestGetSimTelephoneNumber() 567 std::string str = Str16ToStr8(result); in TestGetSimTeleNumberIdentifier() [all …]
|
| /base/telephony/cellular_data/services/src/apn_manager/ |
| D | apn_manager.cpp | 194 std::string numeric = Str16ToStr8(operatorNumeric); in CreateAllApnItemByDatabase() 236 std::string iccId = Str16ToStr8(tempIccId); in GetCTOperator() 239 std::string spn = Str16ToStr8(tempSpn); in GetCTOperator() 246 std::string plmn = Str16ToStr8(tempPlmn); in GetCTOperator() 265 if (!helper->QueryMvnoApnsByType(mcc, mnc, MvnoType::SPN, Str16ToStr8(spn), mvnoApnVec)) { in CreateMvnoApnItems() 271 if (!helper->QueryMvnoApnsByType(mcc, mnc, MvnoType::IMSI, Str16ToStr8(imsi), mvnoApnVec)) { in CreateMvnoApnItems() 277 if (!helper->QueryMvnoApnsByType(mcc, mnc, MvnoType::GID1, Str16ToStr8(gid1), mvnoApnVec)) { in CreateMvnoApnItems() 283 if (!helper->QueryMvnoApnsByType(mcc, mnc, MvnoType::ICCID, Str16ToStr8(iccId), mvnoApnVec)) { in CreateMvnoApnItems()
|
| /base/location/interfaces/inner_api/include/ |
| D | bluetooth_scan_info.h | 87 deviceName_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 88 mac_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
|
| D | wifi_scan_info.h | 98 ssid_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 99 bssid_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
|
| /base/powermgr/battery_manager/services/zidl/src/ |
| D | battery_srv_stub.cpp | 191 std::string tempSceneName = Str16ToStr8(sceneName); in SetChargeConfigStub() 195 std::string tempValue = Str16ToStr8(value); in SetChargeConfigStub() 206 std::string tempSceneName = Str16ToStr8(sceneName); in GetChargeConfigStub() 217 std::string tempSceneName = Str16ToStr8(sceneName); in SupportChargeConfigStub()
|
| /base/notification/common_event_service/frameworks/native/src/ |
| D | common_event_publish_info.cpp | 123 subscriberPermissions_.emplace_back(Str16ToStr8(permissionVec_[i])); in ReadFromParcel() 130 bundleName_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
|
| /base/notification/common_event_service/frameworks/core/src/ |
| D | common_event_stub.cpp | 132 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/telephony/cellular_call/services/common/src/ |
| D | module_service_utils.cpp | 69 return Str16ToStr8(countryCode); in GetIsoCountryCode() 76 return Str16ToStr8(countryCode); in GetNetworkCountryCode()
|
| /base/powermgr/thermal_manager/frameworks/native/ |
| D | thermal_srv_sensor_info.cpp | 34 type_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
|