1# Copyright (c) 2025 Shenzhen Kaihong Digital Industry Development 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: WIFI_DISPLAY 15 16MIRACAST_SINK_BEHAVIOR: 17 __BASE: {type: BEHAVIOR, level: MINOR, desc: miracast sink behavior event} 18 ORG_PKG: {type: STRING, desc: organization module} 19 HOST_PKG: {type: STRING, desc: upstream module} 20 TO_CALL_PKG: {type: STRING, desc: downstream module} 21 FUNC: {type: STRING, desc: function name} 22 BIZ_SCENE: {type: INT32, desc: business function scenario} 23 BIZ_STAGE: {type: INT32, desc: process stage} 24 EXTRA_DATA: {type: STRING, desc: extended data} 25 STAGE_RES: {type: INT32, desc: stage result} 26 BIZ_STATE: {type: INT32, desc: start or end of business module} 27 ERROR_CODE: {type: INT32, desc: error code} 28 LOCAL_NET_ID: {type: STRING, desc: network ID of local device} 29 LOCAL_WIFI_MAC: {type: STRING, desc: wifi address of local device} 30 LOCAL_DEV_NAME: {type: STRING, desc: device name of local device} 31 LOCAL_DEV_TYPE: {type: STRING, desc: device type of local device} 32 LOCAL_IP: {type: STRING, desc: IP address of local device} 33 PEER_NET_ID: {type: STRING, desc: network ID of peer device} 34 PEER_WIFI_MAC: {type: STRING, desc: wifi address of peer device} 35 PEER_IP: {type: STRING, desc: IP address of peer device} 36 PEER_DEV_NAME: {type: STRING, desc: device name of peer device} 37 SERVICE_DURATION: {type: INT32, desc: duration of Use}