mirror of
https://gitee.com/openharmony/telephony_core_service
synced 2024-11-23 16:09:48 +00:00
4c22379a90
Description: 新增VONR开关状态打点 Sig: SIG_Telephony Feature or Bugfix: Feature Binary Source: No Signed-off-by: zhoujie223 <zhoujie223@huawei.com>
166 lines
7.1 KiB
YAML
166 lines
7.1 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.
|
|
|
|
domain: TELEPHONY
|
|
|
|
SIGNAL_LEVEL:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: signal level}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
LEVEL: {type: INT32, desc: signal strength level}
|
|
|
|
NETWORK_REGISTER:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: network register}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
REGISTRATION_DOMAIN: {type: INT32, desc: network domain type}
|
|
RADIO_TECH: {type: INT32, desc: radio technology}
|
|
REGISTRATION_STATE: {type: INT32, desc: network registration state}
|
|
|
|
SET_DEFAULT_CELLULAR_DATA:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: default cellular data slot id}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
|
|
SIM_STATE_CHANGE:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: sim state}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
STATE: {type: INT32, desc: sim state}
|
|
|
|
AIRPLANE_MODE_STATE:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: airplane mode change event}
|
|
SWITCH: {type: INT32, desc: 0_OFF 1_ON}
|
|
|
|
VONR_SWITCH_STATE:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: vonr swtich state change event}
|
|
SWITCH: {type: INT32, desc: 0_OFF 1_ON}
|
|
|
|
SMS_RECEIVE_FAILED:
|
|
__BASE: {type: FAULT, level: CRITICAL, tag: PowerStats, desc: receive sms failed event}
|
|
MODULE: {type: STRING, desc: module name}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
MSG_TYPE: {type: INT32, desc: the type of sms}
|
|
ERROR_TYPE: {type: INT32, desc: receive sms event error code}
|
|
ERROR_MSG: {type: STRING, desc: add supplements to error code}
|
|
|
|
SMS_SEND_FAILED:
|
|
__BASE: {type: FAULT, level: CRITICAL, tag: PowerStats, desc: send sms failed event}
|
|
MODULE: {type: STRING, desc: module name}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
MSG_TYPE: {type: INT32, desc: the type of sms}
|
|
ERROR_TYPE: {type: INT32, desc: send sms event error code}
|
|
ERROR_MSG: {type: STRING, desc: add supplements to error code}
|
|
|
|
SMS_SEND:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: send sms event}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
MSG_TYPE: {type: INT32, desc: the type of sms}
|
|
|
|
SMS_RECEIVE:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: receive sms event}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
MSG_TYPE: {type: INT32, desc: the type of sms}
|
|
|
|
DATA_CONNECTION_STATE:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: data connection status}
|
|
STATE: {type: INT32, desc: 0_OFF 1_ON}
|
|
|
|
DATA_DEACTIVED:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: data disconnection type}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
TYPE: {type: INT32, desc: 0 NETWORK_DISCONNECTION 1 USER_INITIATED 2 HAS_HIGN_PRIORITY_NETWORK}
|
|
|
|
ROAMING_DATA_CONNECTION_STATE:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: roaming data connection state}
|
|
STATE: {type: INT32, desc: 0_OFF 1_ON}
|
|
|
|
DATA_ACTIVATE_FAILED:
|
|
__BASE: {type: FAULT, level: CRITICAL, tag: PowerStats, desc: data active failed}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
DATA_SWITCH: {type: INT32, desc: switch}
|
|
UPLINK_DATA: {type: INT32, desc: uplink data}
|
|
DOWNLINK_DATA: {type: INT32, desc: downlink data}
|
|
DATASTATE: {type: INT32, desc: cellular data state}
|
|
ERROR_TYPE: {type: INT32, desc: error code}
|
|
ERROR_MSG: {type: STRING, desc: add supplements to error code}
|
|
|
|
CALL_STATE:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: call state}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
STATE: {type: INT32, desc: call state}
|
|
INDEX_ID: {type: INT32, desc: differentiate multiple calls simultaneously}
|
|
|
|
CALL_END_EXCEPTION:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: phone hang up call event}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
FAIL_CAUSE: {type: INT32, desc: reason for end of call}
|
|
|
|
DIAL:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: phone outgoing call event}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
CALL_TYPE: {type: INT32, desc: 0 IMS_VOICE 1 IMS_VIDEO 2 CS_VOICE}
|
|
RESULT: {type: INT32, desc: dial result}
|
|
|
|
ANSWER:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: phone answering event}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
CALL_TYPE: {type: INT32, desc: 0 IMS_VOICE 1 IMS_VIDEO_TO_VOICE 2 IMS_VIDEO_TO_VIDEO 3 CS_VOICE}
|
|
RESULT: {type: INT32, desc: answer result}
|
|
|
|
HANG_UP:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: phone hang up call event}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
CALL_TYPE: {type: INT32, desc: 0 IMS_VOICE 1 IMS_VIDEO 2 CS_VOICE}
|
|
RESULT: {type: INT32, desc: hang up result}
|
|
|
|
INCOMING_CALL:
|
|
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: phone incoming call event}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
CALL_TYPE: {type: INT32, desc: 0 IMS_VOICE 1 IMS_VIDEO 2 CS_VOICE}
|
|
|
|
CALL_DIAL_FAILED:
|
|
__BASE: {type: FAULT, level: CRITICAL, tag: PowerStats, desc: call outgoing failed event}
|
|
MODULE: {type: STRING, desc: module name}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
CALL_TYPE: {type: INT32, desc: call type}
|
|
VIDEO_STATE: {type: INT32, desc: voice or video}
|
|
ERROR_TYPE: {type: INT32, desc: error code}
|
|
ERROR_MSG: {type: STRING, desc: add supplements to error code}
|
|
|
|
CALL_INCOMING_FAILED:
|
|
__BASE: {type: FAULT, level: CRITICAL, tag: PowerStats, desc: call incoming failed event}
|
|
MODULE: {type: STRING, desc: module name}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
VIDEO_STATE: {type: INT32, desc: voice or video}
|
|
CALL_TYPE: {type: INT32, desc: call type}
|
|
ERROR_TYPE: {type: INT32, desc: error code}
|
|
ERROR_MSG: {type: STRING, desc: add supplements to error code}
|
|
|
|
CALL_ANSWER_FAILED:
|
|
__BASE: {type: FAULT, level: CRITICAL, tag: PowerStats, desc: call answer failed event}
|
|
MODULE: {type: STRING, desc: module name}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
CALL_ID: {type: INT32, desc: phone call id}
|
|
VIDEO_STATE: {type: INT32, desc: voice or video}
|
|
ERROR_TYPE: {type: INT32, desc: error code}
|
|
ERROR_MSG: {type: STRING, desc: add supplements to error code}
|
|
|
|
CALL_HANGUP_FAILED:
|
|
__BASE: {type: FAULT, level: CRITICAL, tag: PowerStats, desc: call hangup failed event}
|
|
MODULE: {type: STRING, desc: module name}
|
|
SLOT_ID: {type: INT32, desc: slot id}
|
|
CALL_ID: {type: INT32, desc: phone call id}
|
|
ERROR_TYPE: {type: INT32, desc: error code}
|
|
ERROR_MSG: {type: STRING, desc: add supplements to error code}
|
|
|
|
FOUNDATION_RESTART:
|
|
__BASE: {type: FAULT, level: CRITICAL, tag: PowerStats, desc: foundation restart event}
|
|
RESTART_COUNT: {type: INT32, desc: foundation restart times}
|