/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_js_info_base_test/ |
H A D | fms_form_js_info_base_test.cpp | 75 parcel.WriteString16(Str8ToStr16(formName)); 76 parcel.WriteString16(Str8ToStr16(bundleName)); 78 parcel.WriteString16(Str8ToStr16(moduleName)); 84 parcel.WriteString16(Str8ToStr16(formData)); 85 parcel.WriteString16(Str8ToStr16(formSrc)); 123 parcel.WriteString16(Str8ToStr16(formName)); 132 parcel.WriteString16(Str8ToStr16(formData)); 133 parcel.WriteString16(Str8ToStr16(formSrc)); 166 parcel.WriteString16(Str8ToStr16(formName)); 176 parcel.WriteString16(Str8ToStr16(formSrc)); [all …]
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_icc_test.cpp | 146 mInfo.UpdateNumber(Str8ToStr16("12345678901")); 179 diallingNumber->name_ = Str8ToStr16("电话卡"); 221 diallingNumber->name_ = Str8ToStr16("电话卡"); 326 diallingNumbers->name_ = Str8ToStr16("电话卡"); 335 diallingNumber->name_ = Str8ToStr16("电话卡"); 399 diallingNumber->pin2_ = Str8ToStr16("1234"); 421 diallingNumber->pin2_ = Str8ToStr16("1234"); 443 diallingNumber->pin2_ = Str8ToStr16("1234"); 466 diallingNumber->pin2_ = Str8ToStr16("1234"); 487 diallingNumber->pin2_ = Str8ToStr16("1234"); [all …]
|
H A D | sim_test_util.cpp | 192 testInfo.password = Str8ToStr16("1234"); in SetLockStateTestFunc() 204 testInfo.password = Str8ToStr16("1234"); in SetLockStateTestFunc1() 215 testInfo.password = Str8ToStr16("1234"); in SetFDNStateTestFunc() 227 testInfo.password = Str8ToStr16("1234"); in SetFDNStateTestFunc1() 270 const std::u16string pin = Str8ToStr16("1234"); in UnlockPinTestFunc() 279 const std::u16string pin = Str8ToStr16("1234"); in UnlockPinTestFunc1() 287 const std::u16string pin = Str8ToStr16("1234"); in UnlockPukTestFunc() 297 const std::u16string pin = Str8ToStr16("1234"); in UnlockPukTestFunc1() 306 const std::u16string newpin = Str8ToStr16("1234"); in AlterPinTestFunc() 429 lockInfo.password = Str8ToStr16("1234"); in UnlockSimLockTestFunc() [all …]
|
/ohos5.0/base/location/frameworks/location_common/common/source/ |
H A D | geo_address.cpp | 113 parcel.WriteString16(Str8ToStr16(locale_)); in Marshalling() 114 parcel.WriteString16(Str8ToStr16(placeName_)); in Marshalling() 115 parcel.WriteString16(Str8ToStr16(countryCode_)); in Marshalling() 116 parcel.WriteString16(Str8ToStr16(countryName_)); in Marshalling() 119 parcel.WriteString16(Str8ToStr16(locality_)); in Marshalling() 120 parcel.WriteString16(Str8ToStr16(subLocality_)); in Marshalling() 121 parcel.WriteString16(Str8ToStr16(roadName_)); in Marshalling() 122 parcel.WriteString16(Str8ToStr16(subRoadName_)); in Marshalling() 123 parcel.WriteString16(Str8ToStr16(premises_)); in Marshalling() 124 parcel.WriteString16(Str8ToStr16(postalCode_)); in Marshalling() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/ |
H A D | installd_proxy.cpp | 44 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(bundleDir)); in CreateBundleDir() 59 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(cpuAbi)); in ExtractModuleFiles() 100 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(userId)); in ProcessBundleInstallNative() 103 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(cpuAbi)); in ProcessBundleInstallNative() 262 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(dir)); in RemoveDir() 273 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(dir)); in GetDiskUsage() 367 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(dir)); in SetDirApl() 369 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(apl)); in SetDirApl() 382 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(dir)); in GetBundleCachePath() 401 INSTALLD_PARCEL_WRITE(data, String16, Str8ToStr16(dir)); in ScanDir() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | compatible_ability_info.cpp | 156 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(package)); in Marshalling() 157 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(name)); in Marshalling() 159 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(label)); in Marshalling() 161 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(iconPath)); in Marshalling() 162 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(uri)); in Marshalling() 163 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(moduleName)); in Marshalling() 164 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(process)); in Marshalling() 166 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(appName)); in Marshalling() 167 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(privacyUrl)); in Marshalling() 202 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(className)); in Marshalling() [all …]
|
H A D | app_provision_info.cpp | 56 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(versionName)); in Marshalling() 57 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(uuid)); in Marshalling() 58 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(type)); in Marshalling() 59 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(appDistributionType)); in Marshalling() 60 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(developerId)); in Marshalling() 61 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(certificate)); in Marshalling() 62 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(apl)); in Marshalling() 63 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(issuer)); in Marshalling() 64 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(appIdentifier)); in Marshalling() 65 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(appServiceCapabilities)); in Marshalling() [all …]
|
H A D | install_param.cpp | 110 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(hashParam.first)); in Marshalling() 111 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(hashParam.second)); in Marshalling() 117 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(sharedBundleDirPath)); in Marshalling() 120 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(specifiedDistributionType)); in Marshalling() 121 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(additionalInfo)); in Marshalling() 131 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(pgoParam.first)); in Marshalling() 132 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(pgoParam.second)); in Marshalling() 137 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(parameter.first)); in Marshalling() 138 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(parameter.second)); in Marshalling() 165 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(bundleName)); in Marshalling() [all …]
|
H A D | ability_info.cpp | 346 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(name)); in Marshalling() 347 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(label)); in Marshalling() 353 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(theme)); in Marshalling() 355 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(kind)); in Marshalling() 361 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(srcPath)); in Marshalling() 368 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(process)); in Marshalling() 378 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(uri)); in Marshalling() 404 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(package)); in Marshalling() 410 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(hapPath)); in Marshalling() 430 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(appName)); in Marshalling() [all …]
|
H A D | extension_ability_info.cpp | 281 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(uri.host)); in MarshallingSkillUri() 282 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(uri.port)); in MarshallingSkillUri() 283 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(uri.path)); in MarshallingSkillUri() 286 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(uri.type)); in MarshallingSkillUri() 287 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(uri.utd)); in MarshallingSkillUri() 299 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(name)); in Marshalling() 301 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(icon)); in Marshalling() 303 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(label)); in Marshalling() 314 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(uri)); in Marshalling() 324 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(hapPath)); in Marshalling() [all …]
|
H A D | hap_module_info.cpp | 110 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(moduleName)); in Marshalling() 234 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(uri)); in Marshalling() 337 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(name)); in Marshalling() 346 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(ohmurl)); in Marshalling() 440 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(name)); in Marshalling() 441 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(value)); in Marshalling() 704 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(name)); in Marshalling() 705 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(package)); in Marshalling() 711 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(label)); in Marshalling() 739 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(pages)); in Marshalling() [all …]
|
H A D | compatible_application_info.cpp | 106 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(name)); in Marshalling() 107 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(icon)); in Marshalling() 108 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(label)); in Marshalling() 109 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(description)); in Marshalling() 110 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(cpuAbi)); in Marshalling() 111 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(process)); in Marshalling() 121 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(permissions[i])); in Marshalling() 126 … WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(moduleInfos[i].moduleName)); in Marshalling() 127 …WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(moduleInfos[i].moduleSourceDir… in Marshalling()
|
H A D | application_info.cpp | 181 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(name)); in Marshalling() 182 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(value)); in Marshalling() 207 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(package)); in Marshalling() 208 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(type)); in Marshalling() 249 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(name)); in Marshalling() 250 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(value)); in Marshalling() 251 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(extra)); in Marshalling() 313 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(name)); in Marshalling() 314 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(value)); in Marshalling() 609 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(name)); in Marshalling() [all …]
|
/ohos5.0/base/location/test/location_geocode/source/ |
H A D | geo_convert_service_test.cpp | 146 dataParcel.WriteString16(Str8ToStr16("ZH")); // language 147 dataParcel.WriteString16(Str8ToStr16("cn")); // country 148 dataParcel.WriteString16(Str8ToStr16("")); // description 175 dataParcel.WriteString16(Str8ToStr16("ZH")); // language 176 dataParcel.WriteString16(Str8ToStr16("cn")); // country 218 dataParcel.WriteString16(Str8ToStr16("cn")); // country 255 std::u16string arg1 = Str8ToStr16("arg1"); 257 std::u16string arg2 = Str8ToStr16("arg2"); 259 std::u16string arg3 = Str8ToStr16("arg3"); 261 std::u16string arg4 = Str8ToStr16("arg4"); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/ |
H A D | app_mgr_service_dump_ipc_test.cpp | 92 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); 94 auto arg1 = Str8ToStr16("all"); 133 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); 135 auto arg1 = Str8ToStr16("all"); 173 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); 175 auto arg1 = Str8ToStr16("all"); 177 auto arg2 = Str8ToStr16(STRING_CMD_STAT); 214 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); 299 auto arg2 = Str8ToStr16(STRING_CMD_STAT); 422 auto arg2 = Str8ToStr16(STRING_CMD_STAT); [all …]
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_file_manager.cpp | 191 return Str8ToStr16(""); in GetSimOperatorNumeric() 196 return Str8ToStr16(result); in GetSimOperatorNumeric() 203 return Str8ToStr16(""); in GetMCC() 208 return Str8ToStr16(result); in GetMCC() 215 return Str8ToStr16(""); in GetMNC() 220 return Str8ToStr16(result); in GetMNC() 227 return Str8ToStr16(""); in GetISOCountryCodeForSim() 232 return Str8ToStr16(result); in GetISOCountryCodeForSim() 239 return Str8ToStr16(""); in GetSimSpn() 244 return Str8ToStr16(result); in GetSimSpn() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
H A D | aot_args.cpp | 45 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(bundleName)); in Marshalling() 46 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(moduleName)); in Marshalling() 48 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(hapPath)); in Marshalling() 130 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(bundleName)); in Marshalling() 131 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(moduleName)); in Marshalling() 132 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(compileMode)); in Marshalling() 133 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(hapPath)); in Marshalling() 134 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(coreLibPath)); in Marshalling() 135 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(outputPath)); in Marshalling() 137 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(anFileName)); in Marshalling() [all …]
|
/ohos5.0/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
H A D | call_manager4_gtest.cpp | 337 std::u16string phoneNumber = Str8ToStr16(number); 363 std::u16string phoneNumber = Str8ToStr16("112"); 388 std::u16string number = Str8ToStr16("911"); 808 std::u16string countryCode = Str8ToStr16(Code); 828 std::u16string countryCode = Str8ToStr16(Code); 848 std::u16string countryCode = Str8ToStr16(Code); 868 std::u16string countryCode = Str8ToStr16(Code); 888 std::u16string countryCode = Str8ToStr16(Code); 908 std::u16string countryCode = Str8ToStr16(Code); 928 std::u16string countryCode = Str8ToStr16(Code); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/src/ |
H A D | service_info.cpp | 36 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(bundleName)); in Marshalling() 65 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(mimeType)); in Marshalling() 66 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(uri)); in Marshalling() 114 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(bundleName)); in Marshalling() 115 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(moduleName)); in Marshalling() 116 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(abilityName)); in Marshalling() 169 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(purposeName)); in Marshalling() 170 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(bundleName)); in Marshalling() 171 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(moduleName)); in Marshalling() 172 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(abilityName)); in Marshalling() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/ |
H A D | bms_bundle_overlay_info_test.cpp | 118 parcel.WriteString16(Str8ToStr16(TEST_BUNDLE_OVERLAY_BUNDLE_NAME)); 119 parcel.WriteString16(Str8ToStr16(TEST_BUNDLE_OVERLAY_BUNDLE_DIR)); 160 parcel.WriteString16(Str8ToStr16(TEST_BUNDLE_OVERLAY_BUNDLE_NAME)); 161 parcel.WriteString16(Str8ToStr16(TEST_BUNDLE_OVERLAY_BUNDLE_DIR)); 219 parcel.WriteString16(Str8ToStr16(TEST_MODULE_OVERLAY_BUNDLE_NAME)); 220 parcel.WriteString16(Str8ToStr16(TEST_MODULE_OVERLAY_MODULE_NAME)); 221 parcel.WriteString16(Str8ToStr16(TEST_MODULE_TARGET_MODULE_NAME)); 222 parcel.WriteString16(Str8ToStr16(TEST_MODULE_OVERLAY_HAP_PATH)); 265 parcel.WriteString16(Str8ToStr16(TEST_MODULE_OVERLAY_BUNDLE_NAME)); 267 parcel.WriteString16(Str8ToStr16(TEST_MODULE_TARGET_MODULE_NAME)); [all …]
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/model/message_parcel/src/ |
H A D | message_parcel_helper.cpp | 50 data.WriteString16(Str8ToStr16(errorMessages[i].errorMessage)); in WriteErrorMessages() 98 data.WriteString16(Str8ToStr16(info.upgradeApp)); in WriteUpgradeInfo() 99 data.WriteString16(Str8ToStr16(info.businessType.vendor)); in WriteUpgradeInfo() 101 data.WriteString16(Str8ToStr16(info.upgradeDevId)); in WriteUpgradeInfo() 102 data.WriteString16(Str8ToStr16(info.controlDevId)); in WriteUpgradeInfo() 132 data.WriteString16(Str8ToStr16(businessError.message)); in WriteBusinessError() 167 data.WriteString16(Str8ToStr16(versionComponent->componentId)); in WriteVersionComponents() 229 data.WriteString16(Str8ToStr16(info.osVersion)); in WriteCurrentVersionInfo() 230 data.WriteString16(Str8ToStr16(info.deviceName)); in WriteCurrentVersionInfo() 323 data.WriteString16(Str8ToStr16(versionDigestInfo.versionDigest)); in WriteVersionDigestInfo() [all …]
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_instance.cpp | 46 if (!parcel.WriteString16(Str8ToStr16(formHostName))) { in Marshalling() 61 if (!parcel.WriteString16(Str8ToStr16(bundleName))) { in Marshalling() 66 if (!parcel.WriteString16(Str8ToStr16(moduleName))) { in Marshalling() 71 if (!parcel.WriteString16(Str8ToStr16(abilityName))) { in Marshalling() 76 if (!parcel.WriteString16(Str8ToStr16(formName))) { in Marshalling() 86 if (!parcel.WriteString16(Str8ToStr16(description))) { in Marshalling()
|
H A D | form_js_info.cpp | 74 if (!parcel.WriteString16(Str8ToStr16(formName))) { in Marshalling() 78 if (!parcel.WriteString16(Str8ToStr16(bundleName))) { in Marshalling() 82 if (!parcel.WriteString16(Str8ToStr16(abilityName))) { in Marshalling() 87 if (!parcel.WriteString16(Str8ToStr16(moduleName))) { in Marshalling() 97 if (!parcel.WriteString16(Str8ToStr16(jsFormCodePath))) { in Marshalling() 102 … if (!parcel.WriteString16(Str8ToStr16(formData)) || !parcel.WriteString16(Str8ToStr16(formSrc))) { in Marshalling() 113 !parcel.WriteString16(Str8ToStr16(versionName)) || in Marshalling() 172 if (!parcel.WriteString16(Str8ToStr16(entry.first))) { in WriteImageData()
|
/ohos5.0/base/telephony/core_service/test/fuzztest/unlockpin_fuzzer/ |
H A D | unlockpin_fuzzer.cpp | 59 std::u16string pinStr = Str8ToStr16(pin); in UnlockPin() 75 std::u16string pinStr = Str8ToStr16(pin); in UnlockPuk() 78 std::u16string pukStr = Str8ToStr16(puk); in UnlockPuk() 94 std::u16string newPinStr = Str8ToStr16(newPin); in AlterPin() 97 std::u16string oldPinStr = Str8ToStr16(oldPin); in AlterPin() 113 std::u16string pin2Str = Str8ToStr16(pin2); in UnlockPin2() 129 std::u16string pin2Str = Str8ToStr16(pin2); in UnlockPuk2() 132 std::u16string puk2Str = Str8ToStr16(puk2); in UnlockPuk2() 148 std::u16string newPin2Str = Str8ToStr16(newPin2); in AlterPin2() 151 std::u16string oldPin2Str = Str8ToStr16(oldPin2); in AlterPin2() [all …]
|
/ohos5.0/base/update/sys_installer/services/module_update/util/src/ |
H A D | module_ipc_helper.cpp | 45 data.WriteString16(Str8ToStr16(info.saName)); in WriteSaInfo() 58 data.WriteString16(Str8ToStr16(info.bundleName)); in WriteBundleInfo() 59 data.WriteString16(Str8ToStr16(info.bundleVersion)); in WriteBundleInfo() 77 data.WriteString16(Str8ToStr16(info.hmpName)); in WriteModulePackageInfo() 78 data.WriteString16(Str8ToStr16(info.version)); in WriteModulePackageInfo() 79 data.WriteString16(Str8ToStr16(info.saSdkVersion)); in WriteModulePackageInfo() 80 data.WriteString16(Str8ToStr16(info.type)); in WriteModulePackageInfo() 112 data.WriteString16(Str8ToStr16(status.hmpName)); in WriteModuleUpdateStatus()
|