mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-11-23 06:40:06 +00:00
03ac123748
Signed-off-by: wwx1139321 <wangdongqi2@huawei.com>
43 lines
2.0 KiB
YAML
43 lines
2.0 KiB
YAML
# Copyright (c) 2021-2022 Huawei Device Co., Ltd.
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
domain: INPUTMETHOD
|
|
|
|
SERVICE_INIT_FAILED:
|
|
__BASE: {type: FAULT, level: CRITICAL, tag: IMFServiceFailed, desc: Input method service init fault}
|
|
USER_ID: {type: INT32, desc: The user id}
|
|
COMPONENT_ID: {type: STRING, desc: Component name}
|
|
ERROR_CODE: {type: INT32, desc: Error code}
|
|
|
|
UNAVAILABLE_INPUTMETHOD:
|
|
__BASE: {type: FAULT, level: CRITICAL, tag: IMEUnavaliable, desc: Inputmethod unavailable}
|
|
USER_ID: {type: INT32, desc: The user id}
|
|
APP_NAME: {type: STRING, desc: App name}
|
|
ERROR_CODE: {type: INT32, desc: Error code}
|
|
INFO: {type: STRING, desc: Error information}
|
|
|
|
IME_USAGE:
|
|
__BASE: {type: STATISTIC, level: MINOR, tag: IMEUsage, desc: Inputmethod using report}
|
|
IME_START: {type: INT32, desc: The count of ime starts}
|
|
IME_CHANGE: {type: INT32, desc: The count of ime switchs}
|
|
|
|
OPERATE_SOFTKEYBOARD:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: IMEOperate, desc: Operate the soft keyboard report}
|
|
OPERATING: {type: STRING, desc: 'Show, hide or unbind soft keyboard'}
|
|
OPERATE_INFO: {type: STRING, desc: 'Manipulate to show, hide, or unbind soft keyboard information'}
|
|
|
|
IME_STATE_CHANGED:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: IMEState, desc: InputMethodExtension state changed}
|
|
STATE: {type: INT32, desc: InputMethodExtension STATE}
|
|
PID: {type: INT32, desc: The process id of current InputMethodExtension}
|
|
BUNDLE_NAME: {type: STRING, desc: The bundle name of current InputMethodExtension} |