Home
last modified time | relevance | path

Searched full:__base (Results 1 – 8 of 8) sorted by relevance

/base/hiviewdfx/hiview/
Dkernel_vendor.yaml17 __BASE: {type: FAULT, level: CRITICAL, desc: press powerkey}
21 __BASE: {type: FAULT, level: CRITICAL, desc: long press powerkey}
25 __BASE: {type: FAULT, level: CRITICAL, desc: check LCD off}
29 __BASE: {type: FAULT, level: CRITICAL, desc: check LCD on}
33 __BASE: {type: FAULT, level: CRITICAL, desc: process D_state and panic}
37 __BASE: {type: FAULT, level: CRITICAL, desc: Panic}
Dhisysevent.yaml17 __BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: application freeze}
38 __BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: system freeze}
56 __BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: system freeze}
64 __BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: application freeze}
71 __BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: application freeze}
78 __BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: cpp crash}
/base/powermgr/battery_statistics/
Dbatterystats.yaml17 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: runninglock state}
25 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: screen state}
30 __BASE: {type: FAULT, level: CRITICAL, desc: screen on timeout }
38 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: battery info}
43 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: device temperature}
48 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: ide timer message}
56 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: ide timer message}
60 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: ide timer message}
/base/account/os_account/
Dhisysevent.yaml17 __BASE: {type: FAULT, level: CRITICAL, tag: usability, desc: service start}
21 __BASE: {type: FAULT, level: MINOR, desc: state change}
28 __BASE: {type: FAULT, level: CRITICAL, tag: usability, desc: publish event}
/base/hiviewdfx/hiview/plugins/eventservice/test/resource/eventservice/
Dhisysevent.def4 "__BASE": {
20 "__BASE": {
/base/hiviewdfx/hicollie/
Dhisysevent.yaml17 __BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: timer timeout}
23 __BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: watchdog timeout}
/base/location/location_locator/
Dhisysevent.yaml18 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: start or stop Location switch}
23 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: GNSS location status}
/base/hiviewdfx/hiview/plugins/eventservice/
Devent_json_parser.cpp79 !root_[domain][name].isMember("__BASE") || root_[domain][name]["__BASE"].isNull(); in EventJsonParser()
81 auto baseInfoNotValid = !CheckBaseInfo(sysEventJson["__BASE"], eventJson); in EventJsonParser()
204 … || !root_[domain][eventName].isMember("__BASE") || root_[domain][eventName]["__BASE"].isNull(); in EventJsonParser()
208 auto sysEventBaseInfo = root_[domain][eventName]["__BASE"]; in EventJsonParser()