Lines Matching refs:GetProperty
111 const char *deviceType = GetProperty("const.product.devicetype", &productType);
115 return GetProperty("const.build.characteristics", &productType);
131 return GetProperty("const.product.brand", &productBrand);
137 return GetProperty("const.product.name", &marketName);
143 return GetProperty("const.build.product", &productSeries);
149 return GetProperty("const.software.model", &softwareModel);
155 return GetProperty("const.product.hardwareversion", &hardwareModel);
161 return GetProperty("const.product.hardwareprofile", &hardwareProfile);
167 return GetProperty("const.product.cpu.abilist", &productAbiList);
173 return GetProperty("const.product.bootloader.version", &productBootloader);
179 GetProperty("const.product.firstapiversion", &firstApiVersion);
189 return GetProperty("const.product.software.version", &displayVersion);
195 return GetProperty("const.product.incremental.version", &incrementalVersion);
201 return GetProperty("const.ohos.releasetype", &osReleaseType);
207 return GetProperty("const.ohos.apiversion", &sdkApiVersion);
213 return GetProperty("const.product.build.type", &buildType);
219 return GetProperty("const.product.build.user", &buildUser);
225 return GetProperty("const.product.build.host", &buildHost);
231 return GetProperty("const.product.build.date", &buildTime);
314 GetProperty("const.ohos.apiversion", &sdkApiVersion);
324 return GetProperty("const.ohos.version.security_patch", &securityPatchTag);
330 return GetProperty("const.ohos.buildroothash", &buildRootHash);
374 GetProperty("const.product.os.dist.name", &distributionOsName);
384 GetProperty("const.product.os.dist.version", &distributionOsVersion);
394 GetProperty("const.product.os.dist.apiversion", &distributionOsApiVersion);
403 GetProperty("const.product.os.dist.apiname", &distributionOsApiName);
413 GetProperty("const.product.os.dist.releasetype", &distributionOsReleaseType);