| /foundation/ability/ability_runtime/ |
| D | hisysevent.yaml | 17 __BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: ability timeout} 18 PID: {type: INT32, desc: process id} 19 UID: {type: INT32, desc: app uid} 20 PACKAGE_NAME: {type: STRING, desc: package name} 21 PROCESS_NAME: {type: STRING, desc: process name} 22 MSG: {type: STRING, desc: application event message} 23 STACK: {type: STRING, desc: main thread stacktrace} 26 __BASE: {type: FAULT, level: CRITICAL, tag: STABILITY, desc: ability timeout} 27 PID: {type: INT32, desc: process id} 28 UID: {type: INT32, desc: app uid} [all …]
|
| /foundation/multimedia/av_session/ |
| D | hisysevent.yaml | 17 __BASE: {type: BEHAVIOR, level: MINOR, desc: start avsession service} 18 SERVICE_NAME: {type: STRING, desc: avsession service name} 19 SERVICE_ID: {type: INT32, desc: avsession service id} 20 DETAILED_MSG: {type: STRING, desc: detailed msg} 23 __BASE: {type: BEHAVIOR, level: MINOR, desc: focus change} 24 PID: {type: INT32, desc: the pid of focus change} 25 OLD_BUNDLE_NAME: {type: STRING, desc: old bundle name} 26 OLD_MODULE_NAME: {type: STRING, desc: old module name} 27 OLD_ABILITY_NAME: {type: STRING, desc: old ability name} 28 OLD_SESSION_PID: {type: INT32, desc: old session pid} [all …]
|
| /foundation/ability/dmsfwk/ |
| D | hisysevent.yaml | 17 __BASE: {type: BEHAVIOR, level: MINOR, tag: start, desc: start remote ability} 18 CALLING_TYPE: {type: STRING, desc: calling type} 19 CALLING_UID: {type: INT32, desc: calling uid} 20 CALLING_PID: {type: INT32, desc: calling pid} 21 CALLEE_BUNDLE: {type: STRING, desc: callee bundle name} 22 CALLEE_ABILITY: {type: STRING, desc: callee ability name} 23 CALLING_APP_UID: {type: INT32, desc: calling app uid} 24 RESULT: {type: INT32, desc: result code} 25 CALLER_BUNDLE: {type: STRING, desc: caller bundle name} 26 VERSION: {type: STRING, desc: caller bundle version} [all …]
|
| /foundation/arkui/ace_engine/adapter/ohos/build/ |
| D | hisysevent.yaml | 26 # // "type" optional values are: FAULT, STATISTICS, SECURITY, BEHAVIOR. 30 # @PARAMETER: {type: parameter type, arrsize: array length(optional), desc: parameter description}. 32 # // "type" optional values are: INT8, UINT8, INT16, UINT16, INT32, UINT32, INT64, UINT64, FLOAT, … 43 __BASE: {type: STATISTIC, level: MINOR, desc: js card first render duration} 44 SESSION_ID: {type: STRING, desc: session id} 45 DURATION: {type: UINT64, desc: duration from js card created to first render} 48 __BASE: {type: STATISTIC, level: MINOR, desc: js card first update duration} 49 SESSION_ID: {type: STRING, desc: session id} 50 DURATION: {type: UINT64, desc: duration from js card first update to render} 53 __BASE: { type: FAULT, level: MINOR, desc: application start exception } [all …]
|
| /foundation/communication/dsoftbus/ |
| D | hisysevent.yaml | 26 # // "type" optional values are: FAULT, STATISTICS, SECURITY, BEHAVIOR. 30 # @PARAMETER: {type: parameter type, arrsize: array length(optional), desc: parameter description}. 32 # // "type" optional values are: INT8, UINT8, INT16, UINT16, INT32, UINT32, INT64, UINT64, FLOAT, … 43 __BASE: {type: STATISTIC, level: MINOR, desc: first discovery device duration } 44 SOFT_BUS_VERSION: {type: STRING, desc: softbus version } 45 PACKAGE_VERSION: {type: STRING, desc: package version } 46 LINK_TYPE: {type: UINT32, desc: link type ble 1 wlan 2 } 47 TOTAL_TIME: {type: UINT64, desc: total duration ms } 48 TOTAL_COUNT: {type: UINT32, desc: total count } 49 COUNT1: { type: UINT32, desc: number of times that the duration is longer than 500ms } [all …]
|
| /foundation/bundlemanager/bundle_framework/ |
| D | hisysevent.yaml | 20 __BASE: {type: FAULT, level: MINOR, desc: used to fault happened when bundle install} 21 USERID: {type: INT32, desc: userId of the bundle} 22 BUNDLE_NAME: {type: STRING, desc: bundleName} 23 VERSION: {type: UINT32, desc: versionCode} 24 INSTALL_TYPE: {type: STRING, desc: normal prebundle or freeInstall} 25 SCENE: {type: STRING, desc: boot reboot or createUser} 26 ERROR_CODE: {type: INT32, desc: error code} 29 __BASE: {type: FAULT, level: MINOR, desc: used to fault happened when bundle uninstall} 30 USERID: {type: INT32, desc: userId of the bundle} 31 BUNDLE_NAME: {type: STRING, desc: bundleName} [all …]
|
| /foundation/multimodalinput/input/service/ |
| D | hisysevent.yaml | 26 # // "type" optional values are: FAULT, STATISTICS, SECURITY, BEHAVIOR. 30 # @PARAMETER: {type: parameter type, arrsize: array length(optional), desc: parameter description}. 32 # // "type" optional values are: INT8, UINT8, INT16, UINT16, INT32, UINT32, INT64, UINT64, FLOAT, … 43 __BASE: {type: FAULT, level: CRITICAL, desc: The event is not consumed } 44 PID: {type: INT32, desc: session pid} 45 UID: {type: INT32, desc: session uid} 46 PACKAGE_NAME: {type: STRING, desc: package name} 47 PROCESS_NAME: {type: STRING, desc: process name} 48 MSG: {type: STRING, desc: multimodalinput event message} 51 __BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: input device connection success} [all …]
|
| /foundation/communication/bluetooth/frameworks/js/napi/ |
| D | js_napi_blocklist.txt | 16 type:*OHOS::Bluetooth::BluetoothRemoteDevice 17 type:*OHOS::Bluetooth::A2dpSinkObserver 18 type:*OHOS::Bluetooth::A2dpSourceObserver 19 type:*OHOS::Bluetooth::AvrcpCtResponse 20 type:*OHOS::Bluetooth::AvrcpTarget 21 type:*OHOS::Bluetooth::BleAdvertiserData 22 type:*OHOS::Bluetooth::BleScanResult 23 type:*OHOS::Bluetooth::BleCentralManagerCallback 24 type:*OHOS::Bluetooth::BleScanSettings 25 type:*OHOS::Bluetooth::BleScanFilter [all …]
|
| /foundation/communication/netmanager_base/ |
| D | hisysevent.yaml | 17 __BASE: {type: FAULT, level: CRITICAL, desc: send supplier fault event} 18 UPDATE_SUPPLIERID: {type: INT32, desc: update supplier id} 19 UPDATE_SUPPLIERINFO: {type: STRING, desc: update supplier info} 20 UPDATE_NETLINKID: {type: INT32, desc: update netlink id} 21 UPDATE_NETLINKINFO: {type: STRING, desc: update netlink info} 22 ERROR_TYPE: {type: INT32, desc: the error code} 23 ERROR_MSG: {type: STRING, desc: the error message} 26 __BASE: {type: BEHAVIOR, level: MINOR, desc: send supplier behavior event} 27 REGISTER_BEARERTYPE: {type: INT32, desc: register bearer type code} 28 REGISTER_IDENT: {type: STRING, desc: register ident code} [all …]
|
| /foundation/communication/bluetooth_service/ |
| D | hisysevent.yaml | 17 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: bluetooth br state message} 18 PID: {type: INT32, desc: application pid} 19 UID: {type: INT32, desc: application uid} 20 STATE: {type: INT32, desc: br state} 23 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: bluetooth ble state message} 24 PID: {type: INT32, desc: application pid} 25 UID: {type: INT32, desc: application uid} 26 STATE: {type: INT32, desc: ble state} 29 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: bluetooth discovery state message} 30 PID: {type: INT32, desc: application pid} [all …]
|
| /foundation/graphic/graphic_2d/ |
| D | hisysevent.yaml | 26 # // "type" optional values are: FAULT, STATISTICS, SECURITY, BEHAVIOR. 30 # @PARAMETER: {type: parameter type, arrsize: array length(optional), desc: parameter description}. 32 # // "type" optional values are: INT8, UINT8, INT16, UINT16, INT32, UINT32, INT64, UINT64, FLOAT, … 43 __BASE: {type: FAULT, level: MINOR, desc: graphic no draw} 44 PID: {type: INT32, desc: NO_DRAW the pid of current ability} 45 UID: {type: INT32, desc: NO_DRAW the uid of current ability} 46 ABILITY_NAME: {type: STRING, desc: NO_DRAW ability name} 47 MSG: {type: STRING, desc: NO_DRAW message} 50 __BASE: {type: FAULT, level: MINOR, desc: graphic jank frame skip} 51 PID: {type: INT32, desc: JANK_FRAME_SKIP the pid of current ability} [all …]
|
| /foundation/distributeddatamgr/datamgr_service/ |
| D | hisysevent.yaml | 26 # // "type" optional values are: FAULT, STATISTICS, SECURITY, BEHAVIOR. 30 # @PARAMETER: {type: parameter type, arrsize: array length(optional), desc: parameter description}. 32 # // "type" optional values are: INT8, UINT8, INT16, UINT16, INT32, UINT32, INT64, UINT64, FLOAT, … 43 __BASE: {type: FAULT, level: CRITICAL, desc: The event is database fault } 44 APP_ID: {type: STRING, desc: app id } 45 STORE_ID: {type: STRING, desc: store id } 46 MODULE_NAME: {type: STRING, desc: module name } 47 ERROR_TYPE: {type: INT32, desc: fault type } 50 __BASE: {type: FAULT, level: CRITICAL, desc: The event is database fault } 51 APP_ID: {type: STRING, desc: app id } [all …]
|
| /foundation/multimedia/audio_framework/ |
| D | hisysevent.yaml | 17 __BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: audio output device} 18 ISOUTPUT: {type: INT32, desc: is output device} 19 STREAMID: {type: INT32, desc: stream id} 20 STREAMTYPE: {type: INT32, desc: stream type} 21 DEVICETYPE: {type: INT32, desc: device type} 24 __BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: audio input device} 25 ISOUTPUT: {type: INT32, desc: output device} 26 STREAMID: {type: INT32, desc: stream id} 27 APP_UID: {type: INT32, desc: user id} 28 APP_PID: {type: INT32, desc: process id} [all …]
|
| /foundation/window/window_manager/utils/include/ |
| D | class_var_definition.h | 20 #define DEFINE_VAR(type, memberName) \ argument 22 type memberName##_; 24 #define DEFINE_VAR_WITH_LOCK(type, memberName) \ argument 27 type memberName##_; 29 #define DEFINE_VAR_DEFAULT(type, memberName, defaultValue) \ argument 31 type memberName##_ {defaultValue}; 33 #define DEFINE_FUNC_GET(type, funcName, memberName) \ argument 35 type Get##funcName() const \ 40 #define DEFINE_FUNC_GET_WITH_LOCK(type, funcName, memberName) \ argument 42 type Get##funcName() \ [all …]
|
| /foundation/resourceschedule/work_scheduler/ |
| D | hisysevent.yaml | 17 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: add workscheduler} 18 UID: {type: INT32, desc: package uid} 19 PID: {type: INT32, desc: thread pid} 20 NAME: {type: STRING, desc: call package name} 21 WORKID: {type: STRING, desc: work id} 22 TRIGGER: {type: STRING, desc: trigger condition} 23 TYPE: {type: STRING, desc: work type} 24 INTERVAL: {type: INT32, desc: interval of work} 27 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: remove workscheduler} 28 UID: {type: INT32, desc: package uid} [all …]
|
| /foundation/ability/form_fwk/ |
| D | hisysevent.yaml | 19 __BASE: {type: BEHAVIOR, level: MINOR, tag: ability, desc: form manager} 20 FORM_ID: {type: INT64, desc: formId} 21 BUNDLE_NAME: {type: STRING, desc: bundle name} 22 MODULE_NAME: {type: STRING, desc: module name} 23 ABILITY_NAME: {type: STRING, desc: ability name} 26 __BASE: {type: BEHAVIOR, level: MINOR, tag: ability, desc: form manager} 27 FORM_ID: {type: INT64, desc: formId} 28 BUNDLE_NAME: {type: STRING, desc: bundle name} 29 MODULE_NAME: {type: STRING, desc: module name} 30 ABILITY_NAME: {type: STRING, desc: ability name} [all …]
|
| /foundation/distributedhardware/device_manager/ |
| D | hisysevent.yaml | 26 # // "type" optional values are: FAULT, STATISTICS, SECURITY, BEHAVIOR. 30 # @PARAMETER: {type: parameter type, arrsize: array length(optional), desc: parameter description}. 32 # // "type" optional values are: INT8, UINT8, INT16, UINT16, INT32, UINT32, INT64, UINT64, FLOAT, … 43 __BASE: {type: BEHAVIOR, level: CRITICAL, desc: dm init devicemanager success} 44 PID: {type: INT32, desc: devevicemanager pid} 45 UID: {type: INT32, desc: devevicemanager uid} 46 MSG: {type: STRING, desc: dm init devicemanager success} 49 __BASE: {type: BEHAVIOR, level: CRITICAL, desc: dm init devicemanager failed} 50 PID: {type: INT32, desc: devevicemanager pid} 51 UID: {type: INT32, desc: devevicemanager uid} [all …]
|
| /foundation/window/window_manager/ |
| D | hisysevent.yaml | 26 # // "type" optional values are: FAULT, STATISTICS, SECURITY, BEHAVIOR. 30 # @PARAMETER: {type: parameter type, arrsize: array length(optional), desc: parameter description}. 32 # // "type" optional values are: INT8, UINT8, INT16, UINT16, INT32, UINT32, INT64, UINT64, FLOAT, … 43 __BASE: {type: FAULT, level: CRITICAL, desc: The event is not consumed} 44 PID: {type: INT32, desc: session pid} 45 UID: {type: INT32, desc: session uid} 46 PACKAGE_NAME: {type: STRING, desc: package name} 47 PROCESS_NAME: {type: STRING, desc: process name} 48 MSG: {type: STRING, desc: windowmanager event message} 51 __BASE: {type: FAULT, level: MINOR, desc: animationCallback is more than animation task} [all …]
|
| /foundation/communication/dsoftbus/tests/core/transmission/common/trans_pending_pkt_test/ |
| D | trans_pending_pkt_test.cpp | 52 * @tc.type: FUNC 57 int type = -88; variable 58 int32_t ret = PendingInit(type); 61 type = 999; 62 ret = PendingInit(type); 65 type = PENDING_TYPE_DIRECT; 66 ret = PendingInit(type); 73 * @tc.type: FUNC 78 int type = -21; variable 79 PendingDeinit(type); [all …]
|
| /foundation/distributedhardware/distributed_camera/ |
| D | hisysevent.yaml | 26 # // "type" optional values are: FAULT, STATISTICS, SECURITY, BEHAVIOR. 30 # @PARAMETER: {type: parameter type, arrsize: array length(optional), desc: parameter description}. 32 # // "type" optional values are: INT8, UINT8, INT16, UINT16, INT32, UINT32, INT64, UINT64, FLOAT, … 43 __BASE: {type: FAULT, level: CRITICAL, desc: dcamera init process error occured} 44 ERRCODE: {type: INT32, desc: dcamera init process fail error code} 45 MSG: {type: STRING, desc: dcamera init process error info} 48 __BASE: {type: FAULT, level: CRITICAL, desc: dcamera register error occured} 49 DEVID: {type: STRING, desc: dcamera devId} 50 DHID: {type: STRING, desc: dcamera dhId} 51 VERSION: {type: STRING, desc: dcamera version} [all …]
|
| /foundation/ai/ai_engine/services/common/platform/queuepool/ |
| D | queue_pool.inl | 18 template<class TYPE> 19 std::mutex QueuePool<TYPE>::mutex_; 21 template<class TYPE> 22 QueuePool<TYPE> *QueuePool<TYPE>::instance_ = nullptr; 24 template<class TYPE> 25 size_t QueuePool<TYPE>::singleQueueCapacity_ = MAX_QUEUE_LENGTH; 27 template<class TYPE> 28 QueuePool<TYPE> *QueuePool<TYPE>::GetInstance(size_t singleQueueCapacity) { 35 AIE_NEW(instance_, QueuePool<TYPE>); 40 template<class TYPE> [all …]
|
| /foundation/distributedhardware/distributed_input/ |
| D | hisysevent.yaml | 26 # // "type" optional values are: FAULT, STATISTICS, SECURITY, BEHAVIOR. 30 # @PARAMETER: {type: parameter type, arrsize: array length(optional), desc: parameter description}. 32 # // "type" optional values are: INT8, UINT8, INT16, UINT16, INT32, UINT32, INT64, UINT64, FLOAT, … 43 __BASE: {type: BEHAVIOR, level: CRITICAL, desc: dinput sa init} 44 MSG: {type: STRING, desc: dinput sa init info} 47 __BASE: {type: BEHAVIOR, level: CRITICAL, desc: dinput register dhardware} 48 DEVID: {type: STRING, desc: network id} 49 DHID: {type: STRING, desc: hardware id} 50 MSG: {type: STRING, desc: dinput register dhardware info} 53 __BASE: {type: BEHAVIOR, level: CRITICAL, desc: dinput prepare start} [all …]
|
| /foundation/multimedia/camera_framework/ |
| D | hisysevent.yaml | 17 __BASE: {type: FAULT, level: CRITICAL, desc: camera error} 18 MSG: {type: STRING, desc: message} 21 __BASE: {type: BEHAVIOR, level: MINOR, desc: state change} 22 MSG: {type: STRING, desc: message} 25 __BASE: {type: STATISTIC, level: MINOR, desc: camera stats} 26 MSG: {type: STRING, desc: message} 29 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: camera connect} 30 PID: {type: INT32, desc: pid} 31 UID: {type: INT32, desc: uid} 32 ID: {type: STRING, desc: camera id} [all …]
|
| /foundation/ability/ability_runtime/test/unittest/event_report_test/ |
| D | event_report_test.cpp | 46 * @tc.type: FUNC 53 HiSysEventType type = HiSysEventType::BEHAVIOR; variable 55 EventReport::SendAppEvent(eventName, type, eventInfo); 61 * @tc.type: FUNC 68 HiSysEventType type = HiSysEventType::BEHAVIOR; variable 70 EventReport::SendAppEvent(eventName, type, eventInfo); 76 * @tc.type: FUNC 83 HiSysEventType type = HiSysEventType::BEHAVIOR; variable 86 EventReport::SendAppEvent(eventName, type, eventInfo); 92 * @tc.type: FUNC [all …]
|
| /foundation/distributedhardware/distributed_screen/ |
| D | hisysevent.yaml | 26 # // "type" optional values are: FAULT, STATISTICS, SECURITY, BEHAVIOR. 30 # @PARAMETER: {type: parameter type, arrsize: array length(optional), desc: parameter description}. 32 # // "type" optional values are: INT8, UINT8, INT16, UINT16, INT32, UINT32, INT64, UINT64, FLOAT, … 43 __BASE: {type: FAULT, level: CRITICAL, desc: dscreen init sa event} 44 ERRCODE: {type: INT32, desc: dscreen init fail error code} 45 SAID: {type: INT32, desc: dscreen SAID} 46 MSG: {type: STRING, desc: dscreen init sa event} 49 __BASE: {type: FAULT, level: CRITICAL, desc: dscreen register event} 50 ERRCODE: {type: INT32, desc: dscreen register fail error code} 51 DEVID: {type: STRING, desc: dscreen devId} [all …]
|