1# Copyright (c) 2022-2024 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: BUNDLE_MANAGER 15 16################################################################################ 17# FAULT EVENT # 18################################################################################ 19DB_ERROR: 20 __BASE: {type: BEHAVIOR, level: MINOR, desc: db error} 21 DB_NAME: {type: STRING, desc: db name} 22 OPERATION_TYPE: {type: INT32, desc: db operation type} 23 ERROR_CODE: {type: INT32, desc: db error code} 24 REBUILD_TYPE: {type: INT32, desc: db rebuild type} 25 26QUERY_BUNDLE_INFO: 27 __BASE: {type: BEHAVIOR, level: MINOR, desc: query bundle info} 28 FUNC_ID_LIST: {type: INT32, desc: function of query} 29 USERID_LIST: {type: INT32, arrsize: 100, desc: userId of the bundle} 30 BUNDLE_NAME_LIST: {type: STRING, arrsize: 100, desc: bundleName} 31 UID_LIST: {type: INT32, arrsize: 100, desc: uid of bundlename} 32 APP_INDEX_LIST: {type: INT32, arrsize: 100, desc: app index} 33 CALLING_UID_LIST: {type: INT32, arrsize: 100, desc: calling uid} 34 CALLING_APP_ID_LIST: {type: STRING, arrsize: 100, desc: calling appId} 35 CALLING_BUNDLE_NAME_LIST: {type: STRING, arrsize: 100, desc: calling bundleName} 36 GET_BUNDLE_INFO_FLAG_LIST: {type: INT32, arrsize: 100, desc: flag of bundle info} 37 ERROR_CODE: {type: INT32, desc: error code}