Lines Matching refs:Str16ToStr8
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()
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()
142 versionComponent.displayVersion = Str16ToStr8(reply.ReadString16()); in ReadVersionComponents()
143 versionComponent.innerVersion = Str16ToStr8(reply.ReadString16()); in ReadVersionComponents()
148 versionComponent.descriptionInfo.content = Str16ToStr8(reply.ReadString16()); in ReadVersionComponents()
149 versionComponent.componentExtra = Str16ToStr8(reply.ReadString16()); in ReadVersionComponents()
175 newVersionInfo.versionDigestInfo.versionDigest = Str16ToStr8(reply.ReadString16()); in ReadNewVersionInfoEx()
213 info.osVersion = Str16ToStr8(reply.ReadString16()); in ReadCurrentVersionInfo()
214 info.deviceName = Str16ToStr8(reply.ReadString16()); in ReadCurrentVersionInfo()
229 taskBody.versionDigestInfo.versionDigest = Str16ToStr8(reply.ReadString16()); in ReadTaskBody()
309 versionDigestInfo.versionDigest = Str16ToStr8(reply.ReadString16()); in ReadVersionDigestInfo()
322 descriptionOptions.language = Str16ToStr8(reply.ReadString16()); in ReadDescriptionOptions()