int GetParameter(const char* key, const char* def, char* value, unsigned int len)
|
Obtains a system parameter.
|
int SetParameter(const char* key, const char* value)
|
Sets or updates a system parameter.
|
char* GetProductType(void)
|
Obtains the device type.
|
char* GetManufacture(void)
|
Obtains the device manufacturer.
|
char* GetBrand(void)
|
Obtains the device brand.
|
char* GetMarketName(void)
|
Obtains the device marketing name.
|
char* GetProductSeries(void)
|
Obtains the device series name.
|
char* GetProductModel(void)
|
Obtains the device authentication model.
|
char* GetSoftwareModel(void)
|
Obtains the device software model.
|
char* GetHardwareModel(void)
|
Obtains the device hardware model.
|
char* GetHardwareProfile(void)
|
Obtains the device hardware profile.
|
char* GetSerial(void)
|
Obtains the device serial number (SN).
|
char* GetOsName(void)
|
Obtains the operating system name.
|
char* GetDisplayVersion(void)
|
Obtains the software version visible to users.
|
char* GetBootloaderVersion(void)
|
Obtains the bootloader version of this device.
|
char* GetSecurityPatchTag(void)
|
Obtains the security patch tag.
|
char* GetAbiList(void)
|
Obtains the list of application binary interfaces (ABIs) supported on this device.
|
char* GetSdkApiLevel(void)
|
Obtains the SDK API level that matches the current system software.
|
char* GetFirstApiLevel(void)
|
Obtains the first SDK API level of the system software.
|
char* GetIncrementalVersion(void)
|
Obtains the incremental version.
|
char* GetVersionId(void)
|
Obtains the version ID.
|
char* GetBuildType(void)
|
Obtains the build type.
|
char* GetBuildUser(void)
|
Obtains the build account user name.
|
char* GetBuildHost(void)
|
Obtains the build host name.
|
char* GetBuildTime(void)
|
Obtains the build time.
|
char* GetBuildRootHash(void)
|
Obtains the buildroot hash value of this version.
|