Lines Matching full:value
8 > Some parameters whose return value is the default value are not yet available.
45 …e value is the first digit in **osFullName**. You are advised to use **deviceInfo.majorVersion** i…
46 … value is the second digit in **osFullName**. You are advised to use **deviceInfo.seniorVersion** …
47 … value is the third digit in **osFullName**. You are advised to use **deviceInfo.featureVersion** …
48 …e value is the fourth digit in **osFullName**. You are advised to use **deviceInfo.buildVersion** …
63 … one device.<br>An ODID is generated based on the following rules:<br>The value is generated based…
73 // Output: the value of the deviceType is :wearable
74 console.info('the value of the deviceType is :' + deviceTypeInfo);
77 // Output: the value of the manufacture is :HUAWEI
78 console.info('the value of the manufactureInfo is :' + manufactureInfo);
81 // Output: the value of the brand is :HUAWEI
82 console.info('the value of the device brand is :' + brandInfo);
85 // Output: the value of the marketName is :Mate XX
86 console.info('the value of the deviceInfo marketName is :' + marketNameInfo);
89 // Output: the value of the productSeries is :TAS
90 console.info('the value of the deviceInfo productSeries is :' + productSeriesInfo);
93 // Output: the value of the productModel is :TAS-AL00
94 console.info('the value of the deviceInfo productModel is :' + productModelInfo);
97 console.info('the value of the deviceInfo productModelAlias is :' + productModelAliasInfo);
100 // Output: the value of the softwareModel is :TAS-AL00
101 console.info('the value of the deviceInfo softwareModel is :' + softwareModelInfo);
104 // Output: the value of the hardwareModel is :TASA00CVN1
105 console.info('the value of the deviceInfo hardwareModel is :' + hardwareModelInfo);
108 // Output: the value of the serial is :The SN varies with the device.
109 console.info('the value of the deviceInfo serial is :' + serialInfo);
112 // Output: the value of the bootloaderVersion is :bootloader
113 console.info('the value of the deviceInfo bootloaderVersion is :' + bootloaderVersionInfo);
116 // Output: the value of the abiList is :arm64-v8a
117 console.info('the value of the deviceInfo abiList is :' + abiListInfo);
120 // Output: the value of the securityPatchTag is :2021/01/01
121 console.info('the value of the deviceInfo securityPatchTag is :' + securityPatchTagInfo);
124 // Output: the value of the displayVersion is :XXX X.X.X.X
125 console.info('the value of the deviceInfo displayVersion is :' + displayVersionInfo);
128 // Output: the value of the incrementalVersion is :default
129 console.info('the value of the deviceInfo incrementalVersion is :' + incrementalVersionInfo);
132 // Output: the value of the osReleaseType is :Release
133 console.info('the value of the deviceInfo osReleaseType is :' + osReleaseTypeInfo);
136 // Output: the value of the osFullName is :OpenHarmony-5.0.0.1
137 console.info('the value of the deviceInfo osFullName is :' + osFullNameInfo);
140 // Output: the value of the majorVersion is :5
141 console.info('the value of the deviceInfo majorVersion is :' + majorVersionInfo);
144 // Output: the value of the seniorVersion is :0
145 console.info('the value of the deviceInfo seniorVersion is :' + seniorVersionInfo);
148 // Output: the value of the featureVersion is :0
149 console.info('the value of the deviceInfo featureVersion is :' + featureVersionInfo);
152 // Output: the value of the buildVersion is :1
153 console.info('the value of the deviceInfo buildVersion is :' + buildVersionInfo);
156 // Output: the value of the sdkApiVersion is :12
157 console.info('the value of the deviceInfo sdkApiVersion is :' + sdkApiVersionInfo);
160 // Output: the value of the firstApiVersion is :3
161 console.info('the value of the deviceInfo firstApiVersion is :' + firstApiVersionInfo);
164 …// Output: the value of the versionId is :wearable/HUAWEI/HUAWEI/TAS/OpenHarmony-5.0.0.1/TAS-AL00/…
165 console.info('the value of the deviceInfo versionId is :' + versionIdInfo);
168 // Output: the value of the buildType is :default
169 console.info('the value of the deviceInfo buildType is :' + buildTypeInfo);
172 // Output: the value of the buildUser is :default
173 console.info('the value of the deviceInfo buildUser is :' + buildUserInfo);
176 // Output: the value of the buildHost is :default
177 console.info('the value of the deviceInfo buildHost is :' + buildHostInfo);
180 // Output: the value of the buildTime is :default
181 console.info('the value of the deviceInfo buildTime is :' + buildTimeInfo);
184 // Output: the value of the buildRootHash is :default
185 console.info('the value of the deviceInfo buildRootHash is :' + buildRootHashInfo);
188 …// Output: the value of the udid is :9D6AABD147XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXE5536…
189 console.info('the value of the deviceInfo udid is :' + udid);
192 // Output: the value of the distributionOSName is :OpenHarmony
193 console.info('the value of the deviceInfo distributionOSName is :' + distributionOSName);
196 // Output: the value of the distributionOSVersion is :5.0.0
197 console.info('the value of the deviceInfo distributionOSVersion is :' + distributionOSVersion);
200 // Output: the value of the distributionOSApiVersion is :500001
201 …console.info('the value of the deviceInfo distributionOSApiVersion is :' + distributionOSApiVersio…
204 console.info('the value of the deviceInfo distributionOSApiName is :' + distributionOSApiName);
207 // Output: the value of the distributionOSReleaseType is :Release
208 …console.info('the value of the deviceInfo distributionOSReleaseType is :' + distributionOSReleaseT…
211 // Output: the value of the ODID is :1234a567-XXXX-XXXX-XXXX-XXXXXXXXXXXX
212 console.info('the value of the deviceInfo odid is :' + odid);
215 // Output: the value of the deviceInfo diskSN is :2502EM400567
216 console.info('the value of the deviceInfo diskSN is :' + diskSN);
219 // Output: the value of the deviceInfo performanceClass is :0
220 console.info('the value of the deviceInfo performanceClass is :' + performanceClass);
230 | Name | Value | Description |
238 Enumerates device types, which can be used to verify the return value of **deviceType**.
244 | Name| Value | Description |
258 // Output: the value of the DeviceTypes is :default
259 console.info('the value of the DeviceTypes is :' + deviceTypesInfo);
262 // Output: the value of the DeviceTypes is :phone-type
263 console.info('the value of the DeviceTypes is :' + deviceTypesInfo);
266 //Output: the value of the DeviceTypes is :tablet
267 console.info('the value of the DeviceTypes is :' + deviceTypesInfo);
270 //Output: the value of the DeviceTypes is :2in1
271 console.info('the value of the DeviceTypes is :' + deviceTypesInfo);
274 //Output: the value of the DeviceTypes is :tv
275 console.info('the value of the DeviceTypes is :' + deviceTypesInfo);
278 // Output: the value of the DeviceTypes is :wearable
279 console.info('the value of the DeviceTypes is :' + deviceTypesInfo);
282 //Output: the value of the DeviceTypes is :car
283 console.info('the value of the DeviceTypes is :' + deviceTypesInfo);