Lines Matching refs:additional
31 |[CommonEvent_Parameters](#commonevent_parameters) | Defines the additional information about a com…
57 …rsFromRcvData](#oh_commonevent_getparametersfromrcvdata) | Obtains the additional information abou…
58 …InParameters](#oh_commonevent_haskeyinparameters) | Checks whether the additional information of a…
59 …_getintfromparameters) | Obtains the **int** data information from the additional information of a…
60 …ntarrayfromparameters)| Obtains the **int** array information from the additional information of a…
61 …getlongfromparameters)| Obtains the **long** data information from the additional information of a…
62 …garrayfromparameters)| Obtains the **long** array information from the additional information of a…
63 …getboolfromparameters)| Obtains the **bool** data information from the additional information of a…
64 …larrayfromparameters)| Obtains the **bool** array information from the additional information of a…
65 …commonevent_getcharfromparameters)| Obtains the **char** data from the additional information of a…
66 …rarrayfromparameters)| Obtains the **char** array information from the additional information of a…
67 …oublefromparameters)| Obtains the **double** data information from the additional information of a…
68 …rrayfromparameters)| Obtains the **double** array information from the additional information of a…
189 Defines the additional information about a common event.
1333 Obtains the additional information about a callback common event.
1345 Returns the additional information about a common event. The default value is **null**.
1355 Checks whether the additional information of a common event contains a key-value pair.
1378 Obtains the **int** data with a specific key from the additional information of a common event.
1398 Obtains the **int** array with a specific key from the additional information of a common event.
1422 Obtains the **long** data with a specific key from the additional information of a common event.
1442 Obtains the **long** array with a specific key from the additional information of a common event.
1466 Obtains the **bool** data with a specific key from the additional information of a common event.
1486 Obtains the **bool** array with a specific key from the additional information of a common event.
1510 Obtains the **char** data with a specific key from the additional information of a common event.
1530 Obtains the **char** array with a specific key from the additional information of a common event.
1554 Obtains the **double** data with a specific key from the additional information of a common event.
1574 Obtains the **double** array with a specific key from the additional information of a common event.