Lines Matching refs:of

71     // 输出结果:the value of the deviceType is :wearable
72 console.info('the value of the deviceType is :' + deviceTypeInfo);
75 // 输出结果:the value of the manufacture is :HUAWEI
76 console.info('the value of the manufactureInfo is :' + manufactureInfo);
79 // 输出结果:the value of the brand is :HUAWEI
80 console.info('the value of the device brand is :' + brandInfo);
83 // 输出结果:the value of the marketName is :Mate XX
84 console.info('the value of the deviceInfo marketName is :' + marketNameInfo);
87 // 输出结果:the value of the productSeries is :TAS
88 console.info('the value of the deviceInfo productSeries is :' + productSeriesInfo);
91 // 输出结果:the value of the productModel is :TAS-AL00
92 console.info('the value of the deviceInfo productModel is :' + productModelInfo);
95 console.info('the value of the deviceInfo productModelAlias is :' + productModelAliasInfo);
98 // 输出结果:the value of the softwareModel is :TAS-AL00
99 console.info('the value of the deviceInfo softwareModel is :' + softwareModelInfo);
102 // 输出结果:the value of the hardwareModel is :TASA00CVN1
103 console.info('the value of the deviceInfo hardwareModel is :' + hardwareModelInfo);
106 // 输出结果:the value of the serial is :ABC123456789
107 console.info('the value of the deviceInfo serial is :' + serialInfo);
110 // 输出结果:the value of the bootloaderVersion is :bootloader
111 console.info('the value of the deviceInfo bootloaderVersion is :' + bootloaderVersionInfo);
114 // 输出结果:the value of the abiList is :arm64-v8a
115 console.info('the value of the deviceInfo abiList is :' + abiListInfo);
118 // 输出结果:the value of the securityPatchTag is :2021-01-01
119 console.info('the value of the deviceInfo securityPatchTag is :' + securityPatchTagInfo);
122 // 输出结果:the value of the displayVersion is :XXX X.X.X.X
123 console.info('the value of the deviceInfo displayVersion is :' + displayVersionInfo);
126 // 输出结果:the value of the incrementalVersion is :default
127 console.info('the value of the deviceInfo incrementalVersion is :' + incrementalVersionInfo);
130 // 输出结果:the value of the osReleaseType is :Release
131 console.info('the value of the deviceInfo osReleaseType is :' + osReleaseTypeInfo);
134 // 输出结果:the value of the osFullName is :OpenHarmony-5.0.0.1
135 console.info('the value of the deviceInfo osFullName is :' + osFullNameInfo);
138 // 输出结果:the value of the majorVersion is :5
139 console.info('the value of the deviceInfo majorVersion is :' + majorVersionInfo);
142 // 输出结果:the value of the seniorVersion is :0
143 console.info('the value of the deviceInfo seniorVersion is :' + seniorVersionInfo);
146 // 输出结果:the value of the featureVersion is :0
147 console.info('the value of the deviceInfo featureVersion is :' + featureVersionInfo);
150 // 输出结果:the value of the buildVersion is :1
151 console.info('the value of the deviceInfo buildVersion is :' + buildVersionInfo);
154 // 输出结果:the value of the sdkApiVersion is :12
155 console.info('the value of the deviceInfo sdkApiVersion is :' + sdkApiVersionInfo);
158 // 输出结果:the value of the firstApiVersion is :3
159 console.info('the value of the deviceInfo firstApiVersion is :' + firstApiVersionInfo);
162 …// 输出结果:the value of the versionId is :wearable/HUAWEI/HUAWEI/TAS/OpenHarmony-5.0.0.1/TAS-AL00/TAS…
163 console.info('the value of the deviceInfo versionId is :' + versionIdInfo);
166 // 输出结果:the value of the buildType is :release:nolog
167 console.info('the value of the deviceInfo buildType is :' + buildTypeInfo);
170 // 输出结果:the value of the buildUser is :default
171 console.info('the value of the deviceInfo buildUser is :' + buildUserInfo);
174 // 输出结果:the value of the buildHost is :default
175 console.info('the value of the deviceInfo buildHost is :' + buildHostInfo);
178 // 输出结果:the value of the buildTime is :default
179 console.info('the value of the deviceInfo buildTime is :' + buildTimeInfo);
182 // 输出结果:the value of the buildRootHash is :default
183 console.info('the value of the deviceInfo buildRootHash is :' + buildRootHashInfo);
186 // 输出结果:the value of the udid is :1234567890
187 console.info('the value of the deviceInfo udid is :' + udid);
190 // 输出结果:the value of the distributionOSName is :OpenHarmony
191 console.info('the value of the deviceInfo distributionOSName is :' + distributionOSName);
194 // 输出结果:the value of the distributionOSVersion is :5.0.0
195 console.info('the value of the deviceInfo distributionOSVersion is :' + distributionOSVersion);
198 // 输出结果:the value of the distributionOSApiVersion is :500001
199 …console.info('the value of the deviceInfo distributionOSApiVersion is :' + distributionOSApiVersio…
202 console.info('the value of the deviceInfo distributionOSApiName is :' + distributionOSApiName);
205 // 输出结果:the value of the distributionOSReleaseType is :Release
206 …console.info('the value of the deviceInfo distributionOSReleaseType is :' + distributionOSReleaseT…
209 // 输出结果:the value of the ODID is :1234a567-XXXX-XXXX-XXXX-XXXXXXXXXXXX
210 console.info('the value of the deviceInfo odid is :' + odid);