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.
- |
-
-const char* GetDeviceType(void)
- |
-Obtains the device type.
- |
-
-const char* GetManufacture(void)
- |
-Obtains the device manufacturer.
- |
-
-const char* GetBrand(void)
- |
-Obtains the device brand.
- |
-
-const char* GetMarketName(void)
- |
-Obtains the device marketing name.
- |
-
-const char* GetProductSeries(void)
- |
-Obtains the device series name.
- |
-
-const char* GetProductModel(void)
- |
-Obtains the device authentication model.
- |
-
-const char* GetSoftwareModel(void)
- |
-Obtains the device software model.
- |
-
-const char* GetHardwareModel(void)
- |
-Obtains the device hardware model.
- |
-
-const char* GetHardwareProfile(void)
- |
-Obtains the device hardware profile.
- |
-
-const char* GetSerial(void)
- |
-Obtains the device serial number (SN).
- |
-
-const char* GetOSFullName(void)
- |
-Obtains the operating system name.
- |
-
-const char* GetDisplayVersion(void)
- |
-Obtains the software version visible to users.
- |
-
-const char* GetBootloaderVersion(void)
- |
-Obtains the bootloader version of this device.
- |
-
-const char* GetSecurityPatchTag(void)
- |
-Obtains the security patch tag.
- |
-
-const char* GetAbiList(void)
- |
-Obtains the list of application binary interfaces (ABIs) supported on this device.
- |
-
-int GetSdkApiVersion(void)
- |
-Obtains the SDK API version that matches the current system software.
- |
-
-int GetFirstApiVersion(void)
- |
-Obtains the first SDK API version of the system software.
- |
-
-const char* GetIncrementalVersion(void)
- |
-Obtains the incremental version.
- |
-
-const char* GetVersionId(void)
- |
-Obtains the version ID.
- |
-
-const char* GetBuildType(void)
- |
-Obtains the build type.
- |
-
-const char* GetBuildUser(void)
- |
-Obtains the build account user name.
- |
-
-const char* GetBuildHost(void)
- |
-Obtains the build host name.
- |
-
-const char* GetBuildTime(void)
- |
-Obtains the build time.
- |
-
-const char* GetBuildRootHash(void)
- |
-Obtains the buildroot hash value of this version.
- |
-
-const char* GetOsReleaseType(void)
- |
-Obtains the system release type.
- |
-
-int GetDevUdid(char *udid, int size)
- |
-Obtains the device identifier (UDID).
- |
-
-
-