Update tag PowerStats in hisysevents yaml file

Signed-off-by: Sulav Mulmi <sulav.mulmi@huawei.com>
This commit is contained in:
Sulav Mulmi
2022-06-21 14:40:36 +05:30
parent af1d645b5d
commit 33bb831dbf
+5 -5
View File
@@ -14,21 +14,21 @@
domain: AUDIO
AUDIO_DEVICE_CHANGE:
__BASE: {type: BEHAVIOR, level: MINOR, desc: audio output device}
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: audio output device}
ISOUTPUT: {type: INT32, desc: is output device}
STREAMID: {type: INT32, desc: stream id}
STREAMTYPE: {type: INT32, desc: stream type}
DEVICETYPE: {type: INT32, desc: device type}
AUDIO_VOLUME_CHANGE:
__BASE: {type: BEHAVIOR, level: MINOR, desc: audio input device}
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: audio input device}
ISOUTPUT: {type: INT32, desc: output device}
STREAMID: {type: INT32, desc: stream id}
STREAMTYPE: {type: INT32, desc: stream type}
VOLUME: {type: FLOAT, desc: audio volume}
AUDIO_STREAM_CHANGE:
__BASE: {type: BEHAVIOR, level: MINOR, desc: capturer state change}
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: capturer state change}
ISOUTPUT: {type: INT32, desc: output device}
STREAMID: {type: INT32, desc: stream id}
UID: {type: INT32, desc: user id}
@@ -39,7 +39,7 @@ AUDIO_STREAM_CHANGE:
DEVICETYPE: {type: INT32, desc: device type}
AUDIO_HEADSET_CHANGE:
__BASE: {type: BEHAVIOR, level: MINOR, desc: headset connection state}
__BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: headset connection state}
ISCONNECT: {type: INT32, desc: is plugged in}
HASMIC: {type: INT32, desc: mic available}
DEVICETYPE: {type: INT32, desc: device type}
DEVICETYPE: {type: INT32, desc: device type}