• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2022 Huawei Device Co., Ltd.
2# Licensed under the Apache License, Version 2.0 (the "License");
3# you may not use this file except in compliance with the License.
4# You may obtain a copy of the License at
5#
6#     http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS,
10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11# See the License for the specific language governing permissions and
12# limitations under the License.
13
14domain: DISTSCHEDULE
15
16START_REMOTE_ABILITY:
17  __BASE: {type: BEHAVIOR, level: MINOR, tag: start, desc: start remote ability}
18  CALLING_TYPE: {type: STRING, desc: calling type}
19  CALLING_UID: {type: INT32, desc: calling uid}
20  CALLING_PID: {type: INT32, desc: calling pid}
21  TARGET_BUNDLE: {type: STRING, desc: target bundle name}
22  TARGET_ABILITY: {type: STRING, desc: target ability name}
23  CALLING_APP_UID: {type: INT32, desc: calling app uid}
24  RESULT: {type: INT32, desc: result}
25
26CONNECT_REMOTE_ABILITY:
27  __BASE: {type: BEHAVIOR, level: MINOR, tag: connect, desc: connect remote ability}
28  CALLING_TYPE: {type: STRING, desc: calling type}
29  CALLING_UID: {type: INT32, desc: calling uid}
30  CALLING_PID: {type: INT32, desc: calling pid}
31  TARGET_BUNDLE: {type: STRING, desc: target bundle name}
32  TARGET_ABILITY: {type: STRING, desc: target ability name}
33  CALLING_APP_UID: {type: INT32, desc: calling app uid}
34  RESULT: {type: INT32, desc: result}
35
36DISCONNECT_REMOTE_ABILITY:
37  __BASE: {type: BEHAVIOR, level: MINOR, tag: connect, desc: disconnect remote ability}
38  CALLING_TYPE: {type: STRING, desc: calling type}
39  CALLING_UID: {type: INT32, desc: calling uid}
40  CALLING_PID: {type: INT32, desc: calling pid}
41  TARGET_BUNDLE: {type: STRING, desc: target bundle name}
42  TARGET_ABILITY: {type: STRING, desc: target ability name}
43  CALLING_APP_UID: {type: INT32, desc: calling app uid}
44  RESULT: {type: INT32, desc: result}
45
46START_REMOTE_ABILITY_BYCALL:
47  __BASE: {type: BEHAVIOR, level: MINOR, tag: start, desc: start remote ability by call}
48  CALLING_TYPE: {type: STRING, desc: calling type}
49  CALLING_UID: {type: INT32, desc: calling uid}
50  CALLING_PID: {type: INT32, desc: calling pid}
51  TARGET_BUNDLE: {type: STRING, desc: target bundle name}
52  TARGET_ABILITY: {type: STRING, desc: target ability name}
53  CALLING_APP_UID: {type: INT32, desc: calling app uid}
54  RESULT: {type: INT32, desc: result}
55
56RELEASE_REMOTE_ABILITY:
57  __BASE: {type: BEHAVIOR, level: MINOR, tag: start, desc: release remote ability}
58  CALLING_TYPE: {type: STRING, desc: calling type}
59  CALLING_UID: {type: INT32, desc: calling uid}
60  CALLING_PID: {type: INT32, desc: calling pid}
61  TARGET_BUNDLE: {type: STRING, desc: target bundle name}
62  TARGET_ABILITY: {type: STRING, desc: target ability name}
63  CALLING_APP_UID: {type: INT32, desc: calling app uid}
64  RESULT: {type: INT32, desc: result}
65
66START_CONTINUATION:
67  __BASE: {type: BEHAVIOR, level: MINOR, tag: continue, desc: start continuation}
68  CALLING_TYPE: {type: STRING, desc: calling type}
69  CALLING_UID: {type: INT32, desc: calling uid}
70  CALLING_PID: {type: INT32, desc: calling pid}
71  TARGET_BUNDLE: {type: STRING, desc: target bundle name}
72  TARGET_ABILITY: {type: STRING, desc: target ability name}
73  CALLING_APP_UID: {type: INT32, desc: calling app uid}
74  RESULT: {type: INT32, desc: result}
75
76
77START_ABILITY_FAILED:
78  __BASE: {type: FAULT, level: CRITICAL, tag: start, desc: start remote ability}
79  ERROR_TYPE: {type: STRING, desc: error type}
80
81CONNECT_ABILITY_FAILED:
82  __BASE: {type: FAULT, level: CRITICAL, tag: connect, desc: connect remote ability}
83  ERROR_TYPE: {type: STRING, desc: error type}
84
85DISCONNECT_ABILITY_FAILED:
86  __BASE: {type: FAULT, level: CRITICAL, tag: connect, desc: disconnect remote ability}
87  ERROR_TYPE: {type: STRING, desc: error type}
88
89START_ABILITY_BYCALL_FAILED:
90  __BASE: {type: FAULT, level: CRITICAL, tag: start, desc: start remote ability by call}
91  ERROR_TYPE: {type: STRING, desc: error type}
92
93RELEASE_ABILITY_FAILED:
94  __BASE: {type: FAULT, level: CRITICAL, tag: start, desc: release remote ability}
95  ERROR_TYPE: {type: STRING, desc: error type}
96
97START_CONTINUATION_FAILED:
98  __BASE: {type: FAULT, level: CRITICAL, tag: continue, desc: start continuation}
99  ERROR_TYPE: {type: STRING, desc: error type}
100
101
102