mirror of
https://github.com/openharmony/tee_tee_os_framework.git
synced 2026-07-19 19:53:44 -04:00
@@ -47,7 +47,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
enum devid_type {
|
||||
DEVID_NETID = 0;
|
||||
DEVID_NETID = 0,
|
||||
DEVID_UDID = 1,
|
||||
};
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ enum tee_measure_result_value {
|
||||
TEE_MEASURE_ERROR_MSPC_NOT_SUPPORT = 0x00000008,
|
||||
TEE_MEASURE_ERROR_REPORT_NOT_SUPPORT = 0x00000009,
|
||||
TEE_MEASURE_ERROR_APM_NOT_SUPPORT = 0x0000000a,
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Record the recent measure errors.
|
||||
|
||||
Reference in New Issue
Block a user