mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-23 16:59:54 +00:00
22a9fce7da
Signed-off-by: hu-xiusong <huxiusong1@huawei.com>
532 lines
27 KiB
YAML
532 lines
27 KiB
YAML
# Copyright (c) 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.
|
|
|
|
#####################################################
|
|
# below is the format of defining event #
|
|
#####################################################
|
|
#domain: domain name. [Only one domain name can be defined at the top]
|
|
#
|
|
#author: the author name who defined this event.
|
|
#date: the date when this event was defined, format is YYYY-MM-DD.
|
|
#logged: source file which refer to this event.
|
|
#usage: the usage of this event.
|
|
#//Define event name and event properties.
|
|
#@EVENT_NAME: the event definition part begin.
|
|
# // __BASE is used for defining the basic info of the event.
|
|
# // "type" optional values are: FAULT, STATISTICS, SECURITY, BEHAVIOR.
|
|
# // "level" optional values are: CRITICAL, MINOR.
|
|
# // "tag" set tags with may used by subscriber of this event, multiple tags devided by space.
|
|
# // "desc" full description of this event.
|
|
# @PARAMETER: {type: parameter type, arrsize: array length(optional), desc: parameter description}.
|
|
# // follow the __BASE block, each line defines a parameter of this event.
|
|
# // "type" optional values are: INT8, UINT8, INT16, UINT16, INT32, UINT32, INT64, UINT64, FLOAT, DOUBLE, STRING.
|
|
# // "arrsize" of the parameter is an array, set a non-zero value.
|
|
# // "desc" full description of this parameter.
|
|
|
|
#####################################################
|
|
# SoftBus hisysevent definition #
|
|
#####################################################
|
|
|
|
domain: DSOFTBUS
|
|
|
|
DISCOVER_BEHAVIOR:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: discovery behavior }
|
|
ORG_PKG: {type: STRING, desc: organization module name }
|
|
FUNC: {type: STRING, desc: current function name }
|
|
HOST_PKG: {type: STRING, desc: host module name }
|
|
BIZ_SCENE: {type: INT32, desc: business scene }
|
|
BIZ_STAGE: {type: INT32, desc: business stage }
|
|
STAGE_RES: {type: INT32, desc: stage result }
|
|
ERROR_CODE: { type: INT32, desc: error code }
|
|
BROADCAST_TYPE: { type: INT32, desc: broadcast type }
|
|
BROADCAST_FREQ: { type: INT32, desc: broadcast frequency }
|
|
SCAN_TYPE: { type: INT32, desc: scan type }
|
|
SCAN_CYCLE: { type: STRING, desc: scan duty cycle }
|
|
DISC_TYPE: { type: INT32, desc: discovery type }
|
|
DISC_MODE: { type: INT32, desc: discovery mode }
|
|
FIRST_DISCOVERY_TIME: { type: INT32, desc: time consuming to discover for the first time }
|
|
LOCAL_NET_ID: { type: STRING, desc: local device net id }
|
|
LOCAL_UDID: { type: STRING, desc: local device udid }
|
|
LOCAL_DEV_TYPE: { type: STRING, desc: local device type }
|
|
PEER_IP: { type: STRING, desc: peer device ip }
|
|
PEER_BR_MAC: { type: STRING, desc: peer device br mac }
|
|
PEER_BLE_MAC: { type: STRING, desc: peer device ble mac }
|
|
PEER_WIFI_MAC: { type: STRING, desc: peer device wifi mac }
|
|
PEER_PORT: { type: STRING, desc: peer device port }
|
|
PEER_UDID: { type: STRING, desc: peer device udid }
|
|
PEER_NET_ID: { type: STRING, desc: peer device net id }
|
|
PEER_DEV_TYPE: { type: STRING, desc: peer device type }
|
|
|
|
DISCOVER_AUDIT:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: discovery audit behavior }
|
|
ORG_PKG: {type: STRING, desc: organization module name }
|
|
FUNC: {type: STRING, desc: current function name }
|
|
HOST_PKG: {type: STRING, desc: host module name }
|
|
BIZ_SCENE: {type: INT32, desc: business scene }
|
|
ERROR_CODE: { type: INT32, desc: error code }
|
|
AUDIT_TYPE: {type: INT32, desc: audit type }
|
|
BROADCAST_TYPE: { type: INT32, desc: broadcast type }
|
|
BROADCAST_FREQ: { type: INT32, desc: broadcast frequency }
|
|
ADV_CHANNEL: { type: INT32, desc: adv channel }
|
|
SCAN_TYPE: { type: INT32, desc: scan type }
|
|
SCAN_CYCLE: { type: STRING, desc: scan duty cycle }
|
|
SCAN_ID: { type: INT32, desc: scanner id }
|
|
SCAN_LISTENER_ID: { type: INT32, desc: scanner listhener id }
|
|
SCAN_INTERCAL: { type: INT32, desc: scanner interval }
|
|
SCAN_WINDOW: { type: INT32, desc: scanner window }
|
|
DISC_TYPE: { type: INT32, desc: discovery type }
|
|
DISC_MODE: { type: INT32, desc: discovery mode }
|
|
FIRST_DISCOVERY_TIME: { type: INT32, desc: time consuming to discover for the first time }
|
|
LOCAL_NET_ID: { type: STRING, desc: local device net id }
|
|
LOCAL_UDID: { type: STRING, desc: local device udid }
|
|
LOCAL_DEV_TYPE: { type: STRING, desc: local device type }
|
|
LOCAL_DEV_NAME: { type: STRING, desc: local device name }
|
|
LOCAL_CAPABILITY_BITMAP: { type: INT32, desc: local capability bitmap }
|
|
LOCAL_ACCOUNT_HASH: { type: STRING, desc: local account hash }
|
|
LOCAL_CUST_DATA: { type: STRING, desc: local cust data }
|
|
PEER_IP: { type: STRING, desc: peer device ip }
|
|
PEER_BR_MAC: { type: STRING, desc: peer device br mac }
|
|
PEER_BLE_MAC: { type: STRING, desc: peer device ble mac }
|
|
PEER_WIFI_MAC: { type: STRING, desc: peer device wifi mac }
|
|
PEER_PORT: { type: STRING, desc: peer device port }
|
|
PEER_UDID: { type: STRING, desc: peer device udid }
|
|
PEER_NET_ID: { type: STRING, desc: peer device net id }
|
|
PEER_DEV_TYPE: { type: STRING, desc: peer device type }
|
|
PEER_DEV_NAME: { type: STRING, desc: peer device name }
|
|
PEER_CAPABILITY_BITMAP: { type: INT32, desc: peer capability bitmap }
|
|
PEER_ACCOUNT_HASH: { type: STRING, desc: peer account hash }
|
|
PEER_CUST_DATA: { type: STRING, desc: peer cust data }
|
|
ERR_MSG: { type: STRING, desc: error message }
|
|
EXTRA: { type: STRING, desc: ectra information }
|
|
|
|
BUSCENTER_BEHAVIOR:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: bus center behavior }
|
|
ORG_PKG: {type: STRING, desc: organization module name }
|
|
FUNC: {type: STRING, desc: current function name }
|
|
HOST_PKG: {type: STRING, desc: host module name }
|
|
TO_CALL_PKG: {type: STRING, desc: to call module name }
|
|
BIZ_SCENE: {type: INT32, desc: business scene }
|
|
BIZ_STAGE: {type: INT32, desc: business stage }
|
|
STAGE_RES: {type: INT32, desc: stage result }
|
|
ERROR_CODE: { type: INT32, desc: error code }
|
|
CONN_ID: { type: INT32, desc: connection id }
|
|
AUTH_TYPE: { type: INT32, desc: auth type }
|
|
AUTH_ID: { type: INT32, desc: auth id }
|
|
LNN_TYPE: { type: INT32, desc: lnn type }
|
|
ONLINE_NUM: { type: INT32, desc: current online device num }
|
|
PEER_DEV_ABILITY: { type: INT32, desc: peer device ability }
|
|
PEER_DEV_INFO: { type: STRING, desc: peer device lnn info }
|
|
PEER_IP: { type: STRING, desc: peer device ip }
|
|
PEER_BR_MAC: { type: STRING, desc: peer device br mac }
|
|
PEER_BLE_MAC: { type: STRING, desc: peer device ble mac }
|
|
PEER_WIFI_MAC: { type: STRING, desc: peer device wifi mac }
|
|
PEER_PORT: { type: STRING, desc: peer device port }
|
|
PEER_UDID: { type: STRING, desc: peer device udid }
|
|
PEER_NET_ID: { type: STRING, desc: peer device net id }
|
|
PEER_DEV_TYPE: { type: STRING, desc: peer device type }
|
|
|
|
BUSCENTER_AUDIT:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: bus center audit behavior }
|
|
ORG_PKG: {type: STRING, desc: organization module name }
|
|
FUNC: {type: STRING, desc: current function name }
|
|
HOST_PKG: {type: STRING, desc: host module name }
|
|
TO_CALL_PKG: {type: STRING, desc: to call module name }
|
|
BIZ_SCENE: {type: INT32, desc: business scene }
|
|
ERROR_CODE: { type: INT32, desc: error code }
|
|
AUDIT_TYPE: {type: INT32, desc: audit type }
|
|
CONN_ID: { type: INT32, desc: connection id }
|
|
AUTH_LINK_TYPE: { type: INT32, desc: auth link type }
|
|
AUTH_ID: { type: INT32, desc: auth id }
|
|
ONLINE_NUM: { type: INT32, desc: current online device num }
|
|
PEER_IP: { type: STRING, desc: peer device ip }
|
|
PEER_BR_MAC: { type: STRING, desc: peer device br mac }
|
|
PEER_AUTH_PORT: { type: STRING, desc: peer puth port }
|
|
PEER_UDID: { type: STRING, desc: peer device udid }
|
|
PEER_DEV_TYPE: { type: STRING, desc: peer device type }
|
|
|
|
TRANSPORT_BEHAVIOR:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: transport behavior }
|
|
ORG_PKG: {type: STRING, desc: organization module name }
|
|
FUNC: {type: STRING, desc: current function name }
|
|
HOST_PKG: {type: STRING, desc: host module name }
|
|
TO_CALL_PKG: {type: STRING, desc: to call module name }
|
|
BIZ_SCENE: {type: INT32, desc: business scene }
|
|
BIZ_STAGE: {type: INT32, desc: business stage }
|
|
STAGE_RES: {type: INT32, desc: stage result }
|
|
ERROR_CODE: { type: INT32, desc: error code }
|
|
SESSION_NAME: {type: STRING, desc: session name }
|
|
DATA_TYPE: { type: INT32, desc: channel data type }
|
|
LOGIC_CHAN_TYPE: { type: INT32, desc: logic channel type }
|
|
LANE_ID: { type: INT32, desc: lane id }
|
|
PREFER_LINK_TYPE: { type: INT32, desc: preferred link type }
|
|
LANE_TRANS_TYPE: { type: INT32, desc: transport lane data type }
|
|
CHAN_ID: { type: INT32, desc: channel id }
|
|
REQ_ID: { type: INT32, desc: request id }
|
|
CONN_ID: { type: INT32, desc: connection id }
|
|
LINK_TYPE: { type: INT32, desc: link type }
|
|
AUTH_ID: { type: INT32, desc: auth id }
|
|
SOCKET_FD: { type: INT32, desc: socket fd }
|
|
TIME_CONSUMING: { type: INT32, desc: total cost time}
|
|
CHAN_SCORE: { type: INT32, desc: channel score }
|
|
PEER_CHAN_ID: { type: INT32, desc: peer channel id }
|
|
PEER_NET_ID: { type: STRING, desc: peer device net id }
|
|
|
|
TRANSPORT_AUDIT:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: transport audit behavior }
|
|
ORG_PKG: {type: STRING, desc: organization module name }
|
|
FUNC: {type: STRING, desc: current function name }
|
|
HOST_PKG: {type: STRING, desc: host module name }
|
|
TO_CALL_PKG: {type: STRING, desc: to call module name }
|
|
BIZ_SCENE: {type: INT32, desc: business scene }
|
|
ERROR_CODE: { type: INT32, desc: error code }
|
|
AUDIT_TYPE: {type: INT32, desc: audit type }
|
|
SESSION_NAME: {type: STRING, desc: session name }
|
|
PEER_DEV_ID: { type: INT32, desc: peer device id }
|
|
CHANNEL_ID: { type: INT32, desc: channel id }
|
|
PEER_CHANNEL_ID: { type: INT32, desc: peer channel id }
|
|
CHANNEL_TYPE: { type: INT32, desc: channel type }
|
|
LANE_ID: { type: INT32, desc: lane id }
|
|
AUTH_ID: { type: INT32, desc: auth id }
|
|
PREFER_LINK_TYPE: { type: INT32, desc: preferred link type }
|
|
LANE_TRANS_TYPE: { type: INT32, desc: transport lane data type }
|
|
REQ_ID: { type: INT32, desc: request id }
|
|
LINK_TYPE: { type: INT32, desc: link type }
|
|
CONN_ID: { type: INT32, desc: connection id }
|
|
SOCKET_FD: { type: INT32, desc: socket fd }
|
|
DATA_TYPE: { type: INT32, desc: channel data type }
|
|
DATA_LEN: { type: INT32, desc: channel data length }
|
|
DATA_SEQ: { type: INT32, desc: channel data seq }
|
|
COST_TIME: { type: INT32, desc: total cost time}
|
|
CHAN_SCORE: { type: INT32, desc: channel score }
|
|
CHAN_LIMIT: { type: INT32, desc: data limit }
|
|
|
|
CONNECTION_BEHAVIOR:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: connection behavior }
|
|
ORG_PKG: {type: STRING, desc: organization module name }
|
|
FUNC: {type: STRING, desc: current function name }
|
|
HOST_PKG: {type: STRING, desc: host module name }
|
|
TO_CALL_PKG: {type: STRING, desc: to call module name }
|
|
BIZ_SCENE: {type: INT32, desc: business scene }
|
|
BIZ_STAGE: {type: INT32, desc: business stage }
|
|
STAGE_RES: {type: INT32, desc: stage result }
|
|
ERROR_CODE: { type: INT32, desc: error code }
|
|
CONN_ID: { type: INT32, desc: connection id }
|
|
REQ_ID: { type: INT32, desc: request id }
|
|
LINK_TYPE: { type: INT32, desc: link type }
|
|
AUTH_TYPE: { type: INT32, desc: auth type }
|
|
AUTH_ID: { type: INT32, desc: auth id }
|
|
LNN_TYPE: { type: STRING, desc: lnn type }
|
|
EXPECT_ROLE: { type: INT32, desc: expect role }
|
|
TIME_CONSUMING: { type: INT32, desc: total cost time}
|
|
RSSI: { type: INT32, desc: rssi}
|
|
CHLOAD: { type: INT32, desc: chload}
|
|
FREQ: { type: INT32, desc: frequency}
|
|
PEER_IP: { type: STRING, desc: peer device ip }
|
|
PEER_BR_MAC: { type: STRING, desc: peer device br mac }
|
|
PEER_BLE_MAC: { type: STRING, desc: peer device ble mac }
|
|
PEER_WIFI_MAC: { type: STRING, desc: peer device wifi mac }
|
|
PEER_PORT: { type: STRING, desc: peer device port }
|
|
|
|
CONNECTION_AUDIT:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: connection audit behavior }
|
|
ORG_PKG: {type: STRING, desc: organization module name }
|
|
FUNC: {type: STRING, desc: current function name }
|
|
HOST_PKG: {type: STRING, desc: host module name }
|
|
TO_CALL_PKG: {type: STRING, desc: to call module name }
|
|
BIZ_SCENE: {type: INT32, desc: business scene }
|
|
ERROR_CODE: { type: INT32, desc: error code }
|
|
AUDIT_TYPE: {type: INT32, desc: audit type }
|
|
CONN_ID: { type: INT32, desc: connection id }
|
|
REQ_ID: { type: INT32, desc: request id }
|
|
LINK_TYPE: { type: INT32, desc: link type }
|
|
EXPECT_ROLE: { type: INT32, desc: expect role }
|
|
COST_TIME: { type: INT32, desc: total cost time}
|
|
FREQ: { type: STRING, desc: frequency}
|
|
PEER_BR_MAC: { type: STRING, desc: peer device br mac }
|
|
PEER_BLE_MAC: { type: STRING, desc: peer device ble mac }
|
|
PEER_DEV_TYPE: { type: STRING, desc: peer device type }
|
|
PEER_WIFI_MAC: { type: STRING, desc: peer device wifi mac }
|
|
PEER_UDID: { type: STRING, desc: peer device udid }
|
|
CONN_PALOAD: { type: STRING, desc: paload data }
|
|
LOCAL_DEV_NAME: { type: STRING, desc: local device name }
|
|
PEER_IP: { type: STRING, desc: peer device ip }
|
|
|
|
IPC_BEHAVIOR:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: softbus ipc behavior dotting event }
|
|
ORG_PKG: {type: STRING, desc: business package name }
|
|
FUNC: {type: STRING, desc: fuction name}
|
|
BIZ_SCENE: {type: INT32, desc: business scene }
|
|
BIZ_STAGE: {type: INT32, desc: eack scene process stage }
|
|
STAGE_RES: {type: INT32, desc: stage result }
|
|
BIZ_STATE: {type: INT32, desc: current business result }
|
|
ERROR_CODE: {type: INT32, desc: error code }
|
|
COMM_TYPE: {type: INT32, desc: ipc communication type }
|
|
HOST_PKG: {type: STRING, desc: host package name }
|
|
TO_CALL_PKG: {type: STRING, desc: called package name }
|
|
|
|
FIRST_DISC_DURATION:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: first discovery device duration }
|
|
SOFT_BUS_VERSION: {type: STRING, desc: softbus version }
|
|
PACKAGE_VERSION: {type: STRING, desc: package version }
|
|
LINK_TYPE: {type: UINT32, desc: link type ble 1 wlan 2 }
|
|
TOTAL_TIME: {type: UINT64, desc: total duration ms }
|
|
TOTAL_COUNT: {type: UINT32, desc: total count }
|
|
COUNT1: { type: UINT32, desc: number of times that the duration is longer than 500ms }
|
|
COUNT2: { type: UINT32, desc: number of times that the duration is longer than 1000ms }
|
|
COUNT3: { type: UINT32, desc: number of times that the duration is longer than 1500ms }
|
|
COUNT4: { type: UINT32, desc: number of times that the duration is longer than 2000ms }
|
|
COUNT5: { type: UINT32, desc: number of times that the duration is longer than 2500ms }
|
|
|
|
DISCOVERY_DETAILS:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: ble discovery details }
|
|
MODULE: {type: STRING, desc: module }
|
|
DISCTYPE: {type: UINT32, desc: discovery type }
|
|
DURATION: {type: UINT64, desc: discovery duration }
|
|
REPTIMES: {type: UINT32, desc: report times }
|
|
DEVNUM: {type: UINT32, desc: report times }
|
|
DISCTIMES: {type: UINT32, desc: discovery times }
|
|
|
|
DISCOVERY_BLE_RSSI:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: ble discovery rssi }
|
|
RANGEID: {type: UINT32, arrsize: 52, desc: range id }
|
|
RANGEDATA: {type: UINT32, arrsize: 52, desc: range data }
|
|
|
|
CONN_DURATION:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: statistic the connection duration }
|
|
SOFT_BUS_VERSION: { type: STRING, desc: softbus version }
|
|
PACKAGE_VERSION: { type: STRING, desc: package version }
|
|
CALLER_PACKAGE_NAME: {type: STRING, desc: caller package name }
|
|
LINK_TYPE: { type: UINT32, desc: link type br 0 ble 1 wlan 2 p2p 3 hml 4 }
|
|
FAIL_TOTAL_TIME: { type: UINT64, desc: fail total duration ms }
|
|
FAIL_TOTAL_COUNT: { type: UINT32, desc: fail total count }
|
|
TOTAL_TIME: { type: UINT64, desc: total duration ms }
|
|
TOTAL_COUNT: { type: UINT32, desc: total count }
|
|
COUNT1: { type: UINT32, desc: number of times that the duration is longer than 1500ms }
|
|
COUNT2: { type: UINT32, desc: number of times that the duration is longer than 2000ms }
|
|
COUNT3: { type: UINT32, desc: number of times that the duration is longer than 2500ms }
|
|
COUNT4: { type: UINT32, desc: number of times that the duration is longer than 3000ms }
|
|
COUNT5: { type: UINT32, desc: number of times that the duration is longer than 4000ms }
|
|
|
|
PROCESS_STEP_DURATION:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: statistic the p2p or hml process duration }
|
|
SOFT_BUS_VERSION: { type: STRING, desc: softbus version }
|
|
PACKAGE_VERSION: { type: STRING, desc: package version }
|
|
PROCESS_STEP: {type: UINT32, desc: process step }
|
|
LINK_TYPE: { type: UINT32, desc: link type br 0 ble 1 wlan 2 p2p 3 hml 4 }
|
|
TOTAL_TIME: { type: UINT64, desc: total duration ms }
|
|
TOTAL_COUNT: { type: UINT32, desc: total count }
|
|
COUNT1: { type: UINT32, desc: number of times that the duration is longer than 1500ms }
|
|
COUNT2: { type: UINT32, desc: number of times that the duration is longer than 2000ms }
|
|
COUNT3: { type: UINT32, desc: number of times that the duration is longer than 2500ms }
|
|
COUNT4: { type: UINT32, desc: number of times that the duration is longer than 3000ms }
|
|
COUNT5: { type: UINT32, desc: number of times that the duration is longer than 4000ms }
|
|
|
|
TRANSPORT_KPI:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: success rate of establishing softbus transmission}
|
|
LINK_TYPE: {type: INT32, desc: linktype}
|
|
TOTAL_TIME: {type: INT64, desc: total duration ms}
|
|
TOTAL_COUNT: {type: INT32, desc: total count}
|
|
FAIL_TOTAL_TIME: {type: INT64, desc: fail total time ms}
|
|
FAIL_TOTAL_COUNT: {type: INT32, desc: fail total count}
|
|
PACKAGE_VERSION: {type: STRING, desc: package version}
|
|
SOFT_BUS_VERSION: {type: STRING, desc: softbus version}
|
|
COUNT1: {type: INT32, desc: Number of times that the duration is longer than 1s}
|
|
COUNT2: {type: INT32, desc: Number of times that the duration is longer than 2s}
|
|
COUNT3: {type: INT32, desc: Number of times that the duration is longer than 4s}
|
|
COUNT4: {type: INT32, desc: Number of times that the duration is longer than 7s}
|
|
COUNT5: {type: INT32, desc: Number of times that the duration is longer than 11s}
|
|
CALLER_PACKAGE_NAME: {type: STRING, desc: caller package name}
|
|
|
|
CALLED_API_INFO:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: api called APP infor}
|
|
APP_NAME: {type: STRING, desc: caller package name}
|
|
API_NAME: {type: STRING, desc: called api name}
|
|
TOTAL_COUNT: {type: INT32, desc: total count}
|
|
SOFT_BUS_VERSION: {type: STRING, desc: softbus version}
|
|
PACKAGE_VERSION: {type: STRING, desc: package version}
|
|
|
|
CALLED_API_CNT:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: api called count}
|
|
API_NAME: {type: STRING, desc: called api name}
|
|
TOTAL_COUNT: {type: INT32, desc: total count}
|
|
|
|
TRANS_OPEN_SESSION_CNT:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: the success count and the fail count of open session }
|
|
SUCCESS_CNT: {type: UINT32, desc: the success count of open session }
|
|
FAIL_CNT: {type: UINT32, desc: the fail count of open session }
|
|
SUCCESS_RATE: {type: FLOAT, desc: the success rate of open session }
|
|
|
|
TRANS_OPEN_SESSION_TIME_COST:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: the time comsuming of open session }
|
|
MAX_TIME_COST: {type: UINT32, desc: the max time comsuming of open session }
|
|
MIN_TIME_COST: {type: UINT32, desc: the min time comsuming of open session }
|
|
AVE_TIME_COST: {type: UINT32, desc: the average time comsuming of open session }
|
|
TIMES_UNDER_500MS: {type: UINT32, desc: the times unders 500ms of open session }
|
|
TIMES_BETWEEN_500MS_1S: {type: UINT32, desc: the times between 500ms to 1s of open session }
|
|
TIMES_BETWEEN_1S_2S: {type: UINT32, desc: the times between 1s to 2s of open session }
|
|
TIMES_ABOVE_2S: {type: UINT32, desc: the times above 2s of open session }
|
|
|
|
TRANS_FAULT:
|
|
__BASE: {type: FAULT, level: CRITICAL, desc: the transmission fail }
|
|
ERROR_CODE: {type: INT32, desc: error code }
|
|
|
|
TRANS_INFO:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: the transmission info }
|
|
ERROR_CODE: {type: STRING, desc: info msg or err msg }
|
|
|
|
BUS_CENTER_FAULT_EVT:
|
|
__BASE: {type: FAULT, level: CRITICAL, desc: bus center all the exception}
|
|
MODULE_TYPE: {type: UINT32, desc: module type}
|
|
LINK_TYPE: {type: UINT32, desc: connection type}
|
|
CHANNEL_QUALITY: {type: FLOAT, desc: channel quality}
|
|
ERROR_CODE: {type: UINT32, desc: error code}
|
|
PEER_DEVICE_TYPE: {type: UINT32, desc: peer device type}
|
|
ONLINE_DEVICE_NUM: {type: UINT32, desc: online device count}
|
|
CONNECTION_NUM: {type: UINT32, desc: connected device count}
|
|
NIGHT_MODE: {type: UINT32, desc: night mode}
|
|
WIFI_STATUS: {type: UINT32, desc: wifi status}
|
|
BLUETOOTH_STATUS: {type: UINT32, desc: bluetooth status}
|
|
CALLER_APP_MODE: {type: UINT32, desc: caller app mode}
|
|
SUB_ERROR_CODE: {type: UINT32, desc: sub error code}
|
|
CONN_BR_NUM: {type: UINT32, desc: the count of device connected by br}
|
|
CONN_BLE_NUM: {type: UINT32, desc: the count of device connected by ble}
|
|
BLUETOOTH_BROADCAST_STATUS: {type: BOOL, desc: bluetooth broadcast status}
|
|
BLUETOOTH_SCAN_STATUS: {type: BOOL, desc: bluetooth scan status}
|
|
BUSUNINESS_NAME: {type: STRING, desc: caller business name}
|
|
CALLER_PACKAGE_NAME: {type: STRING, desc: caller package name}
|
|
REMOTE_BIZ_TRUNCATED_UUID: {type: STRING, desc: remote biz truncated uuid}
|
|
SOFT_BUS_VERSION: {type: STRING, desc: softbus version}
|
|
PACKAGE_VERSION: {type: STRING, desc: softbus package version}
|
|
|
|
ONLINE_DURATION:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: the time comsuming of online}
|
|
TOTAL_TIME: {type: UINT64, desc: device online total time}
|
|
TOTAL_COUNT: {type: UINT32, desc: device online total count}
|
|
COUNT1: {type: UINT32, desc: the times above 10s of online}
|
|
COUNT2: {type: UINT32, desc: the times above 30s of online}
|
|
COUNT3: {type: UINT32, desc: the times above 5min of online}
|
|
COUNT4: {type: UINT32, desc: the times above 10min of online}
|
|
COUNT5: {type: UINT32, desc: the times above 15min of online}
|
|
SOFT_BUS_VERSION: {type: STRING, desc: softbus version}
|
|
PACKAGE_VERSION: {type: STRING, desc: softbus package version}
|
|
|
|
AUTH_DURATION:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: stastistic auth rate and time cost}
|
|
LINK_TYPE: {type: UINT32, desc: connection type}
|
|
TOTAL_TIME: {type: UINT64, desc: the total time cost of auth}
|
|
TOTAL_COUNT: {type: UINT32, desc: device auth total count}
|
|
COUNT1: {type: UINT32, desc: the times above 2000ms of single auth}
|
|
COUNT2: {type: UINT32, desc: the times above 2500ms of single auth}
|
|
COUNT3: {type: UINT32, desc: the times above 3000ms of single auth}
|
|
COUNT4: {type: UINT32, desc: the times above 3500ms of single auth}
|
|
COUNT5: {type: UINT32, desc: the times above 4000ms of single auth}
|
|
FAIL_TOTAL_COUNT: {type: UINT32, desc: auth failed total count}
|
|
FAIL_TOTAL_TIME: {type: UINT64, desc: auth failed total time}
|
|
CONNECT_FAIL_TOTAL_COUNT: {type: UINT32, desc: connect failed total count}
|
|
AUTH_FAIL_TOTAL_COUNT: {type: UINT32, desc: auth failed total count}
|
|
EXCHANGE_FAIL_TOTAL_COUNT: {type: UINT32, desc: exchange info failed total count}
|
|
SOFT_BUS_VERSION: {type: STRING, desc: softbus version}
|
|
PACKAGE_VERSION: {type: STRING, desc: softbus package version}
|
|
|
|
BUS_CENTER_DURATION:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: stastistic bus center lnn duration}
|
|
LINK_TYPE: {type: UINT32, desc: connection type}
|
|
TOTAL_TIME: {type: UINT64, desc: the total time cost of lnn}
|
|
TOTAL_COUNT: {type: UINT32, desc: lnn total count}
|
|
COUNT1: {type: UINT32, desc: the times above 800ms of single lnn}
|
|
COUNT2: {type: UINT32, desc: the times above 1000ms of single lnn}
|
|
COUNT3: {type: UINT32, desc: the times above 1200ms of single lnn}
|
|
COUNT4: {type: UINT32, desc: the times above 1500ms of single lnn}
|
|
COUNT5: {type: UINT32, desc: the times above 1800ms of single lnn}
|
|
SOFT_BUS_VERSION: {type: STRING, desc: softbus version}
|
|
PACKAGE_VERSION: {type: STRING, desc: softbus package version}
|
|
|
|
DEVICE_ONLINE_EVT:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: report the online device info}
|
|
ONLINE_DEVICE_NUM: {type: UINT32, desc: online device count}
|
|
BT_ONLINE_DEVICE_NUM: {type: UINT32, desc: online device count connection medium is bt}
|
|
WIFI_ONLINE_DEVICE_NUM: {type: UINT32, desc: online device count connection medium is wifi}
|
|
PEER_DEVICE_TYPE: {type: UINT32, desc: peer device type}
|
|
INSERT_PROFILE_RESULT: {type: UINT32, desc: the result of insert device info to profile}
|
|
PEER_SOFT_BUS_VERSION: {type: STRING, desc: softbus version of peer device}
|
|
PEER_DEVICE_NAME: {type: STRING, desc: device name of peer device}
|
|
SOFT_BUS_VERSION: {type: STRING, desc: softbus version of local device}
|
|
PEER_PACKAGE_VERSION: {type: STRING, desc: softbus package version of peer device}
|
|
PACKAGE_VERSION: {type: STRING, desc: softbus package version of local device}
|
|
|
|
DEVICE_DISCOVERY:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: stastistic device discovery count}
|
|
START_DISCOVERY_COUNT: {type: UINT64, desc: start discovery count}
|
|
SEND_BROADCAST_COUNT: {type: UINT64, desc: send broadcast count}
|
|
RECEIVE_BROADCAST_COUNT: {type: UINT64, desc: receiver broadcast count}
|
|
DEVICE_FOUND_COUNT: {type: UINT64, desc: device found count}
|
|
BUSINESS_DISCOVERY_COUNT: {type: UINT64, desc: business discovery count}
|
|
BUSINESS_DISCOVERY_DETAIL: {type: STRING, desc: business discovery detail info}
|
|
SOFT_BUS_VERSION: {type: STRING, desc: softbus version}
|
|
PACKAGE_VERSION: {type: STRING, desc: softbus package version}
|
|
|
|
APP_DISCOVERY:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: stastistic app discovery count}
|
|
APP_NAME: {type: STRING, desc: name of app who discovery device}
|
|
APP_DISCOVERY_COUNT: {type: UINT32, desc: app discovery count}
|
|
|
|
DFILE_WAIT_HEADER_TIMEOUT_EVT:
|
|
__BASE: {type: FAULT, level: CRITICAL, desc: wait file header time out}
|
|
ERROR_CODE: {type: STRING, desc: error code}
|
|
|
|
DFILE_SERVER_CREATE_EVT:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: server created}
|
|
|
|
DFILE_CLIENT_CREATE_EVT:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: client created}
|
|
|
|
DFILE_SEND_BEGIN_EVT:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: send begin}
|
|
|
|
DFILE_PEER_SHUTTED_EVT:
|
|
__BASE: {type: FAULT, level: CRITICAL, desc: peer shutted}
|
|
|
|
DFILE_TRANS_COMPLETE_EVT:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: transfer complete}
|
|
TRANSRATE: {type: STRING, desc: transmission speed}
|
|
|
|
DFILE_ACCEPT_SOCKET_EVT:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, desc: accept socket}
|
|
|
|
FILLP_LINK_EVT:
|
|
__BASE: {type: FAULT, level: MINOR, desc: fillp link disconnect}
|
|
SOCK_IDX: {type: UINT32, desc: fillp socket index}
|
|
LINK_EVT_TYPE: {type: UINT8, desc: fillp link event type}
|
|
|
|
FILLP_PKT_EVT:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: fillp data package event}
|
|
SOCK_IDX: {type: UINT32, desc: fillp socket index}
|
|
PKT_EVT_TYPE: {type: UINT8, desc: fillp package event type}
|
|
DROP_CNT: {type: UINT32, desc: fillp package dropcnt}
|
|
|
|
FILLP_SOCK_QOS_EVT:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: fillp socket Qos event}
|
|
SOCK_IDX: {type: UINT32, desc: fillp socket index}
|
|
RTT: {type: UINT32, desc: fillp socket rtt}
|
|
TOTAL_RECV_PKT: {type: UINT32, desc: fillp socket recv package num}
|
|
TOTAL_RECV_BYTES: {type: UINT32, desc: fillp socket recv bytes}
|
|
TOTAL_SEND_PKT: {type: UINT32, desc: fillp socket send package num}
|
|
TOTAL_SEND_BYTES: {type: UINT32, desc: fillp socket send bytes}
|
|
JITTER: {type: UINT32, desc: fillp socket jitter}
|
|
|
|
DFINDER_STATS:
|
|
__BASE: {type: STATISTIC, level: MINOR, desc: dfinder statistics}
|
|
INVALID_OPTION_CNT: {type: UINT64, desc: the count of invalid option}
|
|
BUILD_PKT_FAIL_CNT: {type: UINT64, desc: the count when building packet failed}
|
|
INVALID_RSP_CNT: {type: UINT64, desc: the count of invalid message}
|
|
OVER_DEVICE_LIMIT_CNT: {type: UINT64, desc: the count when the device number is over limit} |