mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-23 14:49:59 +00:00
commit
833dd2ddf9
@ -66,7 +66,7 @@ namespace CommonEvent {
|
||||
|
||||
// User State
|
||||
namespace UserState {
|
||||
/*! The states of a user in the system.
|
||||
// The states of a user in the system.
|
||||
enum {
|
||||
USER_STATE_NOT_AVAILABLE = -1,
|
||||
USER_STATE_STARTED = 0, // a user is started.
|
||||
@ -76,7 +76,7 @@ namespace UserState {
|
||||
|
||||
// Error Code
|
||||
namespace ErrorCode {
|
||||
/*! Error Code definition in the input method management system
|
||||
// Error Code definition in the input method management system
|
||||
enum {
|
||||
ERROR_STATUS_UNKNOWN_ERROR = (-2147483647 - 1), // unknown error
|
||||
ERROR_STATUS_NO_MEMORY = -ENOMEM, // no memory
|
||||
|
Loading…
Reference in New Issue
Block a user