1 Star 0 Fork 186

liuhongjie/ability_dmsfwk

forked from OpenHarmony/ability_dmsfwk 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
hisysevent.yaml 4.97 KB
一键复制 编辑 原始数据 按行查看 历史
ql 提交于 2023-04-27 02:59 . update yaml
# Copyright (c) 2022-2023 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: DISTSCHEDULE
START_REMOTE_ABILITY:
__BASE: {type: BEHAVIOR, level: MINOR, tag: start, desc: start remote ability}
CALLING_TYPE: {type: STRING, desc: calling type}
CALLING_UID: {type: INT32, desc: calling uid}
CALLING_PID: {type: INT32, desc: calling pid}
CALLEE_BUNDLE: {type: STRING, desc: callee bundle name}
CALLEE_ABILITY: {type: STRING, desc: callee ability name}
CALLING_APP_UID: {type: INT32, desc: calling app uid}
RESULT: {type: INT32, desc: result code}
CALLER_BUNDLE: {type: STRING, desc: caller bundle name}
VERSION: {type: STRING, desc: caller bundle version}
CONNECT_REMOTE_ABILITY:
__BASE: {type: BEHAVIOR, level: MINOR, tag: connect, desc: connect remote ability}
CALLING_TYPE: {type: STRING, desc: calling type}
CALLING_UID: {type: INT32, desc: calling uid}
CALLING_PID: {type: INT32, desc: calling pid}
CALLEE_BUNDLE: {type: STRING, desc: callee bundle name}
CALLEE_ABILITY: {type: STRING, desc: callee ability name}
CALLING_APP_UID: {type: INT32, desc: calling app uid}
RESULT: {type: INT32, desc: result code}
CALLER_BUNDLE: {type: STRING, desc: caller bundle name}
VERSION: {type: STRING, desc: caller bundle version}
DISCONNECT_REMOTE_ABILITY:
__BASE: {type: BEHAVIOR, level: MINOR, tag: connect, desc: disconnect remote ability}
CALLING_TYPE: {type: STRING, desc: calling type}
CALLING_UID: {type: INT32, desc: calling uid}
CALLING_PID: {type: INT32, desc: calling pid}
CALLEE_BUNDLE: {type: STRING, desc: callee bundle name}
CALLEE_ABILITY: {type: STRING, desc: callee ability name}
CALLING_APP_UID: {type: INT32, desc: calling app uid}
RESULT: {type: INT32, desc: result code}
CALLER_BUNDLE: {type: STRING, desc: caller bundle name}
VERSION: {type: STRING, desc: caller bundle version}
START_REMOTE_ABILITY_BYCALL:
__BASE: {type: BEHAVIOR, level: MINOR, tag: start, desc: start remote ability by call}
CALLING_TYPE: {type: STRING, desc: calling type}
CALLING_UID: {type: INT32, desc: calling uid}
CALLING_PID: {type: INT32, desc: calling pid}
CALLEE_BUNDLE: {type: STRING, desc: callee bundle name}
CALLEE_ABILITY: {type: STRING, desc: callee ability name}
CALLING_APP_UID: {type: INT32, desc: calling app uid}
RESULT: {type: INT32, desc: result code}
CALLER_BUNDLE: {type: STRING, desc: caller bundle name}
VERSION: {type: STRING, desc: caller bundle version}
RELEASE_REMOTE_ABILITY:
__BASE: {type: BEHAVIOR, level: MINOR, tag: start, desc: release remote ability}
CALLING_TYPE: {type: STRING, desc: calling type}
CALLING_UID: {type: INT32, desc: calling uid}
CALLING_PID: {type: INT32, desc: calling pid}
CALLEE_BUNDLE: {type: STRING, desc: callee bundle name}
CALLEE_ABILITY: {type: STRING, desc: callee ability name}
CALLING_APP_UID: {type: INT32, desc: calling app uid}
RESULT: {type: INT32, desc: result code}
CALLER_BUNDLE: {type: STRING, desc: caller bundle name}
VERSION: {type: STRING, desc: caller bundle version}
START_CONTINUATION:
__BASE: {type: BEHAVIOR, level: MINOR, tag: continue, desc: start continuation}
CALLING_TYPE: {type: STRING, desc: calling type}
CALLING_UID: {type: INT32, desc: calling uid}
CALLING_PID: {type: INT32, desc: calling pid}
CALLEE_BUNDLE: {type: STRING, desc: callee bundle name}
CALLEE_ABILITY: {type: STRING, desc: callee ability name}
CALLING_APP_UID: {type: INT32, desc: calling app uid}
RESULT: {type: INT32, desc: result code}
CALLER_BUNDLE: {type: STRING, desc: caller bundle name}
VERSION: {type: STRING, desc: caller bundle version}
START_ABILITY_FAILED:
__BASE: {type: FAULT, level: CRITICAL, tag: start, desc: start remote ability}
ERROR_TYPE: {type: STRING, desc: error type}
CONNECT_ABILITY_FAILED:
__BASE: {type: FAULT, level: CRITICAL, tag: connect, desc: connect remote ability}
ERROR_TYPE: {type: STRING, desc: error type}
DISCONNECT_ABILITY_FAILED:
__BASE: {type: FAULT, level: CRITICAL, tag: connect, desc: disconnect remote ability}
ERROR_TYPE: {type: STRING, desc: error type}
START_ABILITY_BYCALL_FAILED:
__BASE: {type: FAULT, level: CRITICAL, tag: start, desc: start remote ability by call}
ERROR_TYPE: {type: STRING, desc: error type}
RELEASE_ABILITY_FAILED:
__BASE: {type: FAULT, level: CRITICAL, tag: start, desc: release remote ability}
ERROR_TYPE: {type: STRING, desc: error type}
START_CONTINUATION_FAILED:
__BASE: {type: FAULT, level: CRITICAL, tag: continue, desc: start continuation}
ERROR_TYPE: {type: STRING, desc: error type}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/li_da_yong2013/ability_dmsfwk.git
git@gitee.com:li_da_yong2013/ability_dmsfwk.git
li_da_yong2013
ability_dmsfwk
ability_dmsfwk
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385