• Home
  • Raw
  • Download

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()
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()
149 versionComponent.upgradeAction = Str16ToStr8(reply.ReadString16()); in ReadVersionComponents()
150 versionComponent.displayVersion = Str16ToStr8(reply.ReadString16()); in ReadVersionComponents()
151 versionComponent.innerVersion = Str16ToStr8(reply.ReadString16()); in ReadVersionComponents()
156 versionComponent.descriptionInfo.content = Str16ToStr8(reply.ReadString16()); in ReadVersionComponents()
157 versionComponent.componentExtra = Str16ToStr8(reply.ReadString16()); in ReadVersionComponents()
183 newVersionInfo.versionDigestInfo.versionDigest = Str16ToStr8(reply.ReadString16()); in ReadNewVersionInfoEx()
221 info.osVersion = Str16ToStr8(reply.ReadString16()); in ReadCurrentVersionInfo()
222 info.deviceName = Str16ToStr8(reply.ReadString16()); in ReadCurrentVersionInfo()
237 taskBody.versionDigestInfo.versionDigest = Str16ToStr8(reply.ReadString16()); in ReadTaskBody()
317 versionDigestInfo.versionDigest = Str16ToStr8(reply.ReadString16()); in ReadVersionDigestInfo()
330 descriptionOptions.language = Str16ToStr8(reply.ReadString16()); in ReadDescriptionOptions()