inputmethod_imf/hisysevent.yaml
ma-shaoyin acc0ee1ba5 Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
2023-06-16 09:04:02 +08:00

37 lines
1.7 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: STATISTIC, level: CRITICAL, tag: IMFServiceFailed, desc: Inputmethod service init report}
USER_ID: {type: INT32, desc: The user id}
COMPONENT_ID: {type: INT32, desc: Component type}
ERROR_CODE: {type: INT32, desc: Error code}
CREATE_COMPONENT_FAILED:
__BASE: {type: STATISTIC, level: CRITICAL, tag: IMCFailed, desc: Create component failed report}
USER_ID: {type: INT32, desc: The user id}
COMPONENT_ID: {type: INT32, desc: The component type}
ERROR_CODE: {type: INT32, desc: Error code}
INPUTMETHOD_USING:
__BASE: {type: STATISTIC, level: MINOR, tag: IMEUsage, desc: inputmethod using report}
USER_ID: {type: INT32, desc: the timer id}
COMPONENT_ID: {type: INT32,desc: the component type}
ERROR_CODE: {type: INT32, desc: error code}
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}