Home
last modified time | relevance | path

Searched full:type (Results 1 – 25 of 7016) sorted by relevance

12345678910>>...281

/foundation/communication/dsoftbus/
Dhisysevent.yaml26 # // "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: MINOR, desc: discovery behavior }
44 ORG_PKG: {type: STRING, desc: organization module name }
45 FUNC: {type: STRING, desc: current function name }
46 HOST_PKG: {type: STRING, desc: host module name }
47 BIZ_SCENE: {type: INT32, desc: business scene }
48 BIZ_STAGE: {type: INT32, desc: business stage }
49 STAGE_RES: {type: INT32, desc: stage result }
[all …]
/foundation/ability/ability_runtime/
Dhisysevent.yaml17 __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/communication/wifi/wifi/
Dhisysevent.yaml18 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: Wifi enable or disable event}
19 TYPE: {type: STRING, desc: Service type}
20 OPER_TYPE: {type: INT32, desc: 0 is enable and 1 is disable}
24 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: Wifi connection event}
25 TYPE: {type: INT32, desc: 0 is connect and 1 is disconnect}
26 PACKAGE_NAME: {type: STRING, desc: Package name}
30 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: Wifi scan event}
31 EXECUTE_RESULT: {type: INT32, desc: 0 is scan fail and 1 is scan success}
32 PACKAGE_NAME: {type: STRING, desc: Package name}
33 FAIL_REASON: {type: STRING, desc: API called fail reason}
[all …]
/foundation/distributeddatamgr/udmf/interfaces/ndk/data/
Dudmf_meta.h32 * @brief Declaration the uniform data type information.
49 * @brief A specific type of uniform data type.
56 * @brief A specific type of uniform data type.
63 * @brief A specific type of uniform data type.
70 * @brief A specific type of uniform data type.
77 * @brief A specific type of uniform data type.
84 * @brief A specific type of uniform data type.
91 * @brief A specific type of uniform data type.
98 * @brief A specific type of uniform data type.
105 * @brief A specific type of uniform data type.
[all …]
/foundation/multimedia/av_session/
Dhisysevent.yaml17 __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/multimedia/audio_framework/
Dhisysevent.yaml17 __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}
22 NETWORKID: {type: STRING, desc: network id}
23 ADDRESS: {type: STRING, desc: device address}
24 DEVICE_DETAILED_CATEGORY: {type: STRING, desc: device detailed category}
27 __BASE: {type: BEHAVIOR, level: MINOR, tag: PowerStats, desc: audio input device}
28 ISOUTPUT: {type: INT32, desc: output device}
[all …]
/foundation/bundlemanager/bundle_framework/
Dhisysevent.yaml20 __BASE: {type: FAULT, level: MINOR, desc: used to fault happened when bundle install}
21 PNAMEID: {type: STRING, desc: package name}
22 PVERSIONID: {type: STRING, desc: application version}
23 USERID: {type: INT32, desc: userId of the bundle}
24 BUNDLE_NAME: {type: STRING, desc: bundleName}
25 VERSION: {type: UINT32, desc: versionCode}
26 INSTALL_TYPE: {type: STRING, desc: normal prebundle or freeInstall}
27 SCENE: {type: STRING, desc: boot reboot or createUser}
28 ERROR_CODE: {type: INT32, desc: error code}
31 __BASE: {type: FAULT, level: MINOR, desc: used to fault happened when bundle uninstall}
[all …]
/foundation/multimedia/player_framework/
Dhisysevent.yaml17 __BASE: {type: FAULT, level: CRITICAL, desc: player error}
18 PID: {type: INT32, desc: The pid of the PLAYER_ERR event}
19 UID: {type: INT32, desc: The uid of the PLAYER_ERR event}
20 MODULE: {type: STRING, desc: module name}
21 MSG: {type: STRING, desc: message}
24 __BASE: {type: BEHAVIOR, level: MINOR, desc: state change}
25 PID: {type: INT32, desc: The pid of the PLAYER_STATE event}
26 UID: {type: INT32, desc: The uid of the PLAYER_STATE event}
27 MODULE: {type: STRING, desc: module name}
28 MSG: {type: STRING, desc: message}
[all …]
/foundation/ability/dmsfwk/
Dhisysevent.yaml17 __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/
Dhisysevent.yaml26 # // "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/multimodalinput/input/service/
Dhisysevent.yaml26 # // "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/ability/form_fwk/
Dhisysevent.yaml19 __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}
24 HOST_BUNDLE_NAME: {type: STRING, desc: host bundle name}
27 __BASE: {type: BEHAVIOR, level: MINOR, tag: ability, desc: form manager}
28 FORM_ID: {type: INT64, desc: formId}
29 BUNDLE_NAME: {type: STRING, desc: bundle name}
30 MODULE_NAME: {type: STRING, desc: module name}
[all …]
/foundation/communication/netmanager_base/
Dhisysevent.yaml17 __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/graphic/graphic_2d/
Dhisysevent.yaml26 # // "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/multimedia/image_framework/
Dhisysevent.yaml17 …__BASE: {type: STATISTIC, level: MINOR, desc: Collect statistics on the decoded image type such as…
18 PNAMEID: {type: STRING, desc: package name}
19 PVERSIONID: {type: STRING, desc: application version}
20 …IMAGE_TYPE: {type: STRING, desc: Type of the decoded image for example png jpeg bmp gif ico and wb…
23 …__BASE: {type: BEHAVIOR, level: MINOR, desc: Image encoding and decoding cause of the create image…
24 PNAMEID: {type: STRING, desc: package name}
25 PVERSIONID: {type: STRING, desc: application version}
26 WIDTH: {type: UINT32, desc: image width}
27 HEIGHT: {type: UINT32, desc: image height}
28 TYPE: {type: STRING, desc: image formats jpeg png etc}
[all …]
/foundation/multimedia/media_library/
Dhisysevent.yaml26 # // "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, …
36 # DESCRIPTION contains userid,request type.
42 __BASE: { type: FAULT, level: CRITICAL, desc: create file error }
43 UID: { type: INT32, desc: user id}
44 ERR_FILE: { type: STRING, desc: failed file }
45 LINE: { type: UINT32, desc: failed line }
46 ERROR_CODE: { type: INT32, desc: error code }
47 FILE: { type: STRING, desc: file name }
[all …]
/foundation/communication/bluetooth/frameworks/js/napi/
Djs_napi_blocklist.txt16 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/systemabilitymgr/samgr/
Dhisysevent.yaml17 __BASE: {type: FAULT, level: CRITICAL, desc: sa main abnormal exit}
18 REASON: {type: STRING, desc: sa main abnormal exit reason}
21 __BASE: {type: BEHAVIOR, level: CRITICAL, desc: ondemand process stop time cost}
22 PROCESS_NAME: {type: STRING, desc: process name}
23 PID: {type: INT32, desc: caller pid}
24 UID: {type: INT32, desc: caller uid}
25 DURATION: {type: INT64, desc: process stop time cost}
28 __BASE: {type: BEHAVIOR, level: CRITICAL, desc: ondemand process start time cost}
29 PROCESS_NAME: {type: STRING, desc: process name}
30 PID: {type: INT32, desc: caller pid}
[all …]
/foundation/multimedia/camera_framework/
Dhisysevent.yaml17 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: camera config, preserve: true}
18 WIDTH: {type: INT32, desc: image width}
19 HEIGHT: {type: INT32, desc: image height}
20 TYPE: {type: STRING, desc: stream type}
23 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: camera connect, preserve: true}
24 NAME: {type: STRING, desc: package name}
25 UID: {type: INT32, desc: uid}
26 ID: {type: STRING, desc: camera id}
27 PID: {type: INT32, desc: pid}
30 __BASE: {type: STATISTIC, level: MINOR, tag: PowerStats, desc: camera disconnect, preserve: true}
[all …]
Dhisysevent_dps.yaml17 …__BASE: {type: BEHAVIOR, level: MINOR, desc: Record the abnormalities during the processing of 80 …
18 PNAMEID: {type: STRING, desc: package name}
19 PVERSIONID: {type: STRING, desc: application version}
20 IMAGEID: {type: STRING, desc: The name of the 80 point picture}
21 USERID: {type: INT32, desc: User ID for the application layer user space}
22 EXCEPTIONSOURCE: {type: INT32, desc: Exception object}
23 EXCEPTIONCAUSE: {type: INT32, desc: Specific causes of exceptions}
24 TEMPERATURELEVEL: {type: INT32, desc: Current system temperature}
27 …__BASE: {type: BEHAVIOR, level: MINOR, desc: Documentation of mode scheduling changes during proce…
28 PNAMEID: {type: STRING, desc: package name}
[all …]
/foundation/communication/bluetooth_service/
Dhisysevent.yaml17 __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/window/window_manager/
Dhisysevent.yaml26 # // "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/distributeddatamgr/datamgr_service/
Dhisysevent.yaml26 # // "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/graphic/graphic_3d/metadata/lume/LumeEngine/tools/
DLumeShaderCompiler.json20 "type": "Docker", string
28 "type": "OS", string
34 "type": "buildTool", string
40 "type": "buildTool", string
46 "type": "buildTool", string
52 "type": "buildTool", string
58 "type": "buildTool", string
64 "type": "buildTool", string
70 "type": "buildTool", string
76 "type": "buildTool", string
[all …]
DLumeAssetCompiler.json20 "type": "Docker", string
28 "type": "OS", string
34 "type": "buildTool", string
40 "type": "buildTool", string
46 "type": "buildTool", string
52 "type": "buildTool", string
58 "type": "buildTool", string
64 "type": "buildTool", string
70 "type": "buildTool", string
76 "type": "buildTool", string
[all …]

12345678910>>...281