| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| H A D | web_scheme_handler_request.cpp | 429 RequestStopParam *param = in RequestStopAfterWorkCb() local 431 if (!param) { in RequestStopAfterWorkCb() 437 napi_open_handle_scope(param->env_, &scope); in RequestStopAfterWorkCb() 439 delete param; in RequestStopAfterWorkCb() 445 if (!param->callbackRef_) { in RequestStopAfterWorkCb() 447 napi_close_handle_scope(param->env_, scope); in RequestStopAfterWorkCb() 448 delete param; in RequestStopAfterWorkCb() 452 napiStatus = napi_get_reference_value(param->env_, param->callbackRef_, &callbackFunc); in RequestStopAfterWorkCb() 455 napi_close_handle_scope(param in RequestStopAfterWorkCb() 503 RequestStopParam *param = new (std::nothrow) RequestStopParam(); RequestStop() local 722 InitParam *param = new (std::nothrow) InitParam { ExecuteInit() local 743 InitParam* param = static_cast<InitParam*>(data); ExecuteInitComplete() local 780 ReadParam* param = static_cast<ReadParam*>(data); ExecuteReadComplete() local 818 ReadParam *param = new (std::nothrow) ReadParam { ExecuteRead() local [all...] |
| /foundation/communication/wifi/wifi/base/state_machine/include/ |
| H A D | state_machine.h | 53 * @param handler - StateMachineHandler instance.[in] 60 * @param msg - Message object.[in] 73 * @param timerName - Timer Name.[in] 74 * @param interval - Timer duration, in milliseconds.[in] 81 * @param timerName - Timer Name.[in] 96 * @param orig - Original message.[in] 104 * @param msgName - Message Name.[in] 112 * @param msgName - Message Name.[in] 113 * @param param1 - Message parameters.[in] 121 * @param msgNam [all...] |
| /foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
| H A D | i_wifi_device.h | 57 * @param protectType - WifiProtectMode object 58 * @param protectName - the protect name 66 * @param protectMode - WifiProtectMode object 67 * @param protectName - the protect name 75 * @param protectName - the protect name 76 * @param isHoldProtect - out Whether or not acquired the Wi-Fi protect 83 * @param protectName - the protect name 91 * @param networkId - the candidate device network id 99 * @param config - the candidate config to be removed 107 * @param confi [all...] |
| /third_party/mbedtls/include/mbedtls/ |
| H A D | asn1write.h | 46 * \param p The reference to the current position pointer. 47 * \param start The start of the buffer, for bounds-checking. 48 * \param len The length value to write. 60 * \param p The reference to the current position pointer. 61 * \param start The start of the buffer, for bounds-checking. 62 * \param tag The tag to write. 77 * \param p The reference to the current position pointer. 78 * \param start The start of the buffer, for bounds-checking. 79 * \param buf The data buffer to write. 80 * \param siz [all...] |
| /base/telephony/call_manager/interfaces/innerkits/ |
| H A D | cellular_call_interface.h | 30 * @param callInfo[in] the call detail info which contains phone number, call type, slot id .etc 38 * @param callInfo[in] the call detail info which contains phone number, call type, slot id .etc 39 * @param type[in] Indicates the +CHLD related supplementary services. 47 * @param callInfo[in] the call detail info which contains phone number, call type, slot id .etc 55 * @param callInfo[in] the call detail info which contains phone number, call type, slot id .etc 63 * @param callInfo[in] the call detail info which contains phone number, call type, slot id .etc 71 * @param callInfo[in] the call detail info which contains phone number, call type, slot id .etc 79 * @param callInfo[in] the call detail info which contains phone number, call type, slot id .etc 87 * @param slotId[in] the slot id 88 * @param phoneNu [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/ |
| H A D | transport_rfcomm.h | 77 * @param addr remote device address. 78 * @param scn the server channel. 86 * @param addr remote device address. 87 * @param scn the server channel. 94 * @param pkt 102 * @param pkt 154 * @param addr remote device address. 155 * @param handle rfcomm connection handle. 163 * @param cid Rfcomm connection handle. 164 * @param even [all...] |
| /third_party/typescript/tests/cases/fourslash/ |
| H A D | commentsLinePreservation.ts | 27 //// * @param param
30 ////function /*d*/d(param: string) { /*1*/param = "hello"; }
34 //// * @param param
36 ////function /*e*/e(param: string) { /*2*/param = "hello"; }
40 //// * @param param1 first line of param
[all...] |
| /foundation/arkui/ace_engine/interfaces/native/ |
| H A D | native_interface_accessibility.h | 314 * @param elementId Indicates the element ID. 315 * @param mode Indicates accessibility search mode. 316 * @param requestId Indicates the request ID. 317 * @param elementList Indicates accessibility elementInfo list. 326 * @param elementId Indicates the element ID. 327 * @param text Indicates accessibility text. 328 * @param requestId Indicates the request ID. 329 * @param elementList Indicates accessibility elementInfo list. 338 * @param elementId Indicates the element ID. 339 * @param focusTyp [all...] |
| /third_party/protobuf/js/binary/ |
| H A D | writer.js | 114 * @param {!Uint8Array} arr The byte array to append. 128 * @param {number} field 146 * @param {!Array<number>} bookmark 167 * @param {!Uint8Array} bytes The array of bytes to write. 168 * @param {number} start The start of the range to write. 169 * @param {number} end The end of the range to write. 180 * @param {?Uint8Array} bytes The array of bytes to write. 181 * @param {?number} start The start of the range to write. 182 * @param {?number} end The end of the range to write. 239 * @param {!goo [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_pixel_buffer.h | 171 /// \param size Area covered by the pixel buffer 172 /// \param plane Index of the first plane 173 /// \param planes Number of planes 174 /// \param pixelType Pixel data type (one of the values defined in 176 /// \param planarConfiguration Layout of the pixel planes in memory: One 179 /// \param data Pointer to the pixel data 228 /// \param row Start row for buffer pointer. 229 /// \param col Start column for buffer pointer. 230 /// \param plane Start plane for buffer pointer. 243 /// \param ro [all...] |
| /third_party/backends/include/sane/ |
| H A D | sanei_magic.h | 72 * @param params describes image 73 * @param buffer contains image data 74 * @param diam maximum dot diameter to remove 86 * @param params describes image 87 * @param buffer contains image data 88 * @param dpiX horizontal resolution 89 * @param dpiY vertical resolution 90 * @param[out] centerX horizontal coordinate of center of rotation 91 * @param[out] centerY vertical coordinate of center of rotation 92 * @param[ou [all...] |
| /foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
| H A D | ability_thread.h | 39 * @param application Indicates the main process. 40 * @param abilityRecord Indicates the abilityRecord. 41 * @param mainRunner The runner which main_thread holds. 42 * @param appContext the AbilityRuntime context 50 * @param application Indicates the main process. 51 * @param abilityRecord Indicates the abilityRecord. 52 * @param appContext the AbilityRuntime context 60 * @param application Indicates the main process. 61 * @param abilityRecord Indicates the abilityRecord. 62 * @param mainRunne [all...] |
| /foundation/communication/netmanager_base/services/netsyscontroller/include/ |
| H A D | mock_netsys_native_client.h | 91 * @param netId 92 * @param permission Permission to create a physical network 100 * @param netId 108 * @param netId 109 * @param iface Network port device name 117 * @param netId 118 * @param iface Network port device name 126 * @param netId 127 * @param ifName Network port device name 128 * @param destinatio [all...] |
| /foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
| H A D | wifi_hal_crpc_sta.h | 29 * @param server - Pointer to the global structure of the communication server. 30 * @param context - Pointer to the global communication context structure of the server. 39 * @param server - Pointer to the global structure of the communication server. 40 * @param context - Pointer to the global communication context structure of the server. 49 * @param server - Pointer to the global structure of the communication server. 50 * @param context - Pointer to the global communication context structure of the server. 59 * @param server - Pointer to the global structure of the communication server. 60 * @param context - Pointer to the global communication context structure of the server. 69 * @param server - Pointer to the global structure of the communication server. 70 * @param contex [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | typeGuardsInFunction.types | 13 function f(param: string | number) {
14 >f : (param: string | number) => void
15 >param : string | number
47 num = typeof param === "string" && param.length; // string
48 >num = typeof param === "string" && param.length : number
50 >typeof param === "string" && param.length : number
51 >typeof param [all...] |
| H A D | jsdocParamTagTypeLiteral.errors.txt | 1 tests/cases/conformance/jsdoc/0.js(3,20): error TS8024: JSDoc '@param' tag has name 'unrelated', but there is no parameter with that name.
6 * @param {Object} notSpecial
7 * @param {string} unrelated - not actually related because it's not notSpecial.unrelated
9 !!! error TS8024: JSDoc '@param' tag has name 'unrelated', but there is no parameter with that name.
17 * @param {Object} opts1 doc1
18 * @param {string} opts1.x doc2
19 * @param {string=} opts1.y doc3
20 * @param {string} [opts1.z] doc4
21 * @param {string} [opts1.w="hi"] doc5
30 * @param {Objec [all...] |
| H A D | jsdocParamTag2.types | 4 * @param {{a: string, b: string}} obj
5 * @param {string} x
14 * @param {{a: string, b: string}} obj
15 * @param {{c: number, d: number}} OBJECTION
25 * @param {number} x
26 * @param {{a: string, b: string}} obj
27 * @param {string} y
37 * @param {{a: string, b: string}} obj
46 * @param {Object} obj
47 * @param {strin [all...] |
| /foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/ |
| H A D | jsi.h | 48 * @param [in] thisVal: the this value provided for the function call 49 * @param [in] args: the function arguments, array of JavaScript values 50 * @param [in] argsNum: the number of arguments 103 * @param [in] object: host object to set 104 * @param [in] key: key of the property to set 105 * @param [in] value: value of the property to set 112 * @param [in] object: host object to set 113 * @param [in] propName: name of the property to set 114 * @param [in] value: value of the property to set 121 * @param [i [all...] |
| /base/web/webview/ohos_interface/include/ohos_nweb/ |
| H A D | nweb.h | 292 * @param url String: the URL of the resource to load This value cannot be 314 * @param numSteps int: the negative or positive number of steps to move the 347 * @param zoomFactor float: the zoom factor to apply. The zoom factor will be 372 * @param code string: javascript code 383 * @param code string: javascript code 385 * @param callback NWebValueCallback: javascript running result 393 * @param fd fd of the ashmem 394 * @param scriptLength javascript code length 395 * @param callback NWebValueCallback: javascript running result 396 * @param extentio [all...] |
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
| H A D | ark_web_nweb_impl.h | 65 * @param url: the URL of the resource to load This value cannot be null. 89 * @param num_steps: the negative or positive number of steps to move the 125 * @param zoom_factor: the zoom factor to apply. The zoom factor will be 150 * @param code string: javascript code 162 * @param code: javascript code 163 * @param callback: javascript running result 194 * @param color: the color of the background 201 * @param scale: the initla scale of the page. 209 * @param download_listener: download listener 217 * @param accessibility_event_listene [all...] |
| /third_party/mesa3d/src/mapi/glapi/gen/ |
| H A D | ARB_clear_buffer_object.xml | 12 <param name="target" type="GLenum"/> 13 <param name="internalformat" type="GLenum"/> 14 <param name="format" type="GLenum"/> 15 <param name="type" type="GLenum"/> 16 <param name="data" type="const GLvoid *"/> 20 <param name="target" type="GLenum"/> 21 <param name="internalformat" type="GLenum"/> 22 <param name="offset" type="GLintptr"/> 23 <param name="size" type="GLsizeiptr"/> 24 <param nam [all...] |
| H A D | ARB_viewport_array.xml | 33 <param name="first" type="GLuint"/> 34 <param name="count" type="GLsizei"/> 35 <param name="v" type="const GLfloat *" count="count" count_scale="4"/> 38 <param name="index" type="GLuint"/> 39 <param name="x" type="GLfloat"/> 40 <param name="y" type="GLfloat"/> 41 <param name="w" type="GLfloat"/> 42 <param name="h" type="GLfloat"/> 45 <param name="index" type="GLuint"/> 46 <param nam [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
| H A D | dialog_view.cpp | 21 const DialogProperties& param, const RefPtr<UINode>& customNode = nullptr) in CreateDialogNode() 29 switch (param.type) { in CreateDialogNode() 54 dialogLayoutProp->UpdateDialogAlignment(param.alignment); in CreateDialogNode() 55 dialogLayoutProp->UpdateDialogOffset(param.offset); in CreateDialogNode() 56 dialogLayoutProp->UpdateUseCustomStyle(param.customStyle); in CreateDialogNode() 57 dialogLayoutProp->UpdateAutoCancel(param.autoCancel); in CreateDialogNode() 58 dialogLayoutProp->UpdateShowInSubWindow(param.isShowInSubWindow); in CreateDialogNode() 59 dialogLayoutProp->UpdateDialogButtonDirection(param.buttonDirection); in CreateDialogNode() 60 dialogLayoutProp->UpdateIsModal(param.isModal); in CreateDialogNode() 61 dialogLayoutProp->UpdateIsScenceBoardDialog(param in CreateDialogNode() 20 CreateDialogNode( const DialogProperties& param, const RefPtr<UINode>& customNode = nullptr) CreateDialogNode() argument [all...] |
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/ |
| H A D | i_wifi_hotspot_iface.h | 30 * @param callback 31 * @param id - ap id 46 * @param id - ap id 54 * @param id - ap id 61 * @param config - HostapdConfig object's point. 62 * @param id - ap id 70 * @param infos 71 * @param size 72 * @param id - ap id 81 * @param ma [all...] |
| /base/notification/distributed_notification_service/frameworks/core/include/ |
| H A D | ans_manager_proxy.h | 38 * @param label Indicates the label of the notification to publish. 39 * @param notification Indicates the NotificationRequest object for setting the notification content. 50 * @param notification Indicates the NotificationRequest object for setting the notification content. 59 * @param notificationId Indicates the ID of the notification to cancel. 60 * @param label Indicates the label of the notification to cancel. 61 * @param instanceKey Indicates the application instance key. 69 * @param instanceKey Indicates the application instance key. 77 * @param notificationId Indicates the unique notification ID in the application. 80 * @param representativeBundle Indicates the name of application bundle your application is representing. 81 * @param userI [all...] |