Home
last modified time | relevance | path

Searched full:param (Results 251 - 275 of 19744) sorted by relevance

1...<<11121314151617181920>>...790

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.h57 * @param networkId
86 * @param capabilities
94 * @param mac
103 * @param band
104 * @param frequencies
112 * @param mac
120 * @param scanParam
128 * @param scanInfos
136 * @param scanParam
151 * @param networkI
[all...]
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_device.h48 * @param protectType - WifiProtectMode object
49 * @param protectName - the protect name
57 * @param protectMode - WifiProtectMode object
58 * @param protectName - the protect name
66 * @param protectName - the protect name
74 * @param protectName - the protect name
75 * @param isHeld - out whether or not has held the Wi-Fi protect
86 * @param protectMode - WifiProtectMode object
101 * @param networkId - the candidate device network id
109 * @param confi
[all...]
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_proxy.h61 * @param protectType - WifiProtectMode object
62 * @param protectName - the protect name
70 * @param protectMode - WifiProtectMode object
71 * @param protectName - the protect name
79 * @param protectName - the protect name
87 * @param protectName - the protect name
88 * @param isHoldProtect - out Whether or not acquired the Wi-Fi protect
95 * @param config - WifiDeviceConfig object
103 * @param networkId - the untrusted device network id
111 * @param confi
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dnfsprep.h45 * @param src
46 * @param srcLen
47 * @param dest
48 * @param destCapacity
49 * @param state
50 * @param parseError
51 * @param status
61 * @param dest
62 * @param destCapacity
63 * @param sr
[all...]
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h97 * @param ret Error code when window go forground failed.
103 * @param ret Error code when window go background failed.
138 * @param Rect Rect of the current window.
139 * @param reason Reason for window change.
140 * @param rsTransaction Synchronization transaction for animation
147 * @param mode Mode of the current window.
148 * @param hasDeco Window has decoration or not.
163 * @param status Mode of the current window.
178 * @param avoidArea Area needed to be avoided.
179 * @param typ
[all...]
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h68 * @param app, information needed to start the Application.
76 * @param bundleName The bundle name of the application to preload.
77 * @param userId Indicates the user identification.
78 * @param preloadMode Preload application mode.
79 * @param appIndex The index of application clone.
91 * @param recordId, a unique record that identifies this Application from others.
100 * @param recordId, a unique record that identifies this Application from others.
109 * @param recordId, a unique record that identifies this Application from others.
117 * @param token, a unique record that identifies AbilityCleaned from others.
126 * @param bundleNam
[all...]
/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_1/foo/user_auth/v1_0/
H A DIUserAuthInterface.idl58 * @param info Indicates executor registration information. See {@link ExecutorRegisterInfo}.
59 * @param index Indicates the executor index under the authentication framework.
60 * @param publicKey Indicates the public key of the authentication framework.
61 * @param templateIds Indicates template IDs enrolled by the executors.
71 * @param index Indicates the executor index under the authentication framework.
80 * @param userId Indicates the user ID.
81 * @param challenge Indicates the random number, which is used to generate an authentication token.
90 * @param userId Indicates the user ID.
100 * @param userId Indicates the user ID.
101 * @param authToke
[all...]
/foundation/ability/idl_tool/test/hdi_unittest/user_auth_v1_0/foo/user_auth/v1_0/
H A DIUserAuthInterface.idl58 * @param info Indicates executor registration information. See {@link ExecutorRegisterInfo}.
59 * @param index Indicates the executor index under the authentication framework.
60 * @param publicKey Indicates the public key of the authentication framework.
61 * @param templateIds Indicates template IDs enrolled by the executors.
71 * @param index Indicates the executor index under the authentication framework.
80 * @param userId Indicates the user ID.
81 * @param challenge Indicates the random number, which is used to generate an authentication token.
90 * @param userId Indicates the user ID.
100 * @param userId Indicates the user ID.
101 * @param authToke
[all...]
/foundation/CastEngine/castengine_wifi_display/services/interaction/
H A Dsharing_adapter.h31 * @param sceneId Indicates the scene ID.
39 * @param contextId Indicates the context ID.
40 * @param agentId Indicates the agent ID.
41 * @param event Event struct.
42 * @param isSync Indicates whether synchronous mode is used.
50 * @param msg msg to forward.
57 * @param contextId Indicates the context ID. The value <b>0</b> indicates an invalid ID and the creation fails.
65 * @param contextId Indicates the context ID. If contextId is 0, a new context will be created with an agent.
66 * @param agentId Indicates the created agent ID. The value <b>0</b> indicates an invalid ID and the creation fails.
67 * @param agentTyp
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/transport/
H A Dtransport_l2cap.h36 * @param createInfo create info struct.
76 * @param addr remote device address.
77 * @param scn the server channel.
85 * @param addr remote device address.
86 * @param scn the server channel.
93 * @param pkt Data packet
101 * @param pkt Data packet
116 * @param lpsm local channel id.
123 * @param lpsm local channel id.
131 * @param add
[all...]
/third_party/ffmpeg/libavformat/
H A Drtmppkt.h92 * @param pkt packet
93 * @param channel_id packet channel ID
94 * @param type packet type
95 * @param timestamp packet timestamp
96 * @param size packet size
105 * @param pkt packet
112 * @param h reader context
113 * @param p packet
114 * @param chunk_size current chunk size
115 * @param prev_pk
[all...]
/third_party/typescript/tests/baselines/reference/
H A DprivacyAccessorDeclFile.js119 static set myPublicStaticMethod(param: privateClass) { // Error
121 private static set myPrivateStaticMethod(param: privateClass) {
123 set myPublicMethod(param: privateClass) { // Error
125 private set myPrivateMethod(param: privateClass) {
130 static set myPublicStaticMethod(param: publicClass) {
132 private static set myPrivateStaticMethod(param: publicClass) {
134 set myPublicMethod(param: publicClass) {
136 private set myPrivateMethod(param: publicClass) {
141 static set myPublicStaticMethod(param: privateClass) {
143 private static set myPrivateStaticMethod(param
[all...]
H A DparserArrowFunctionExpression16(target=es3).types2 true ? false ? (param): string => param : null : null // Not legal JS; "Unexpected token ':'" at last colon
3 >true ? false ? (param): string => param : null : null : (param: any) => string
5 >false ? (param): string => param : null : (param: any) => string
7 >(param): string => param
[all...]
H A DparserArrowFunctionExpression16(target=es6).types2 true ? false ? (param): string => param : null : null // Not legal JS; "Unexpected token ':'" at last colon
3 >true ? false ? (param): string => param : null : null : (param: any) => string
5 >false ? (param): string => param : null : (param: any) => string
7 >(param): string => param
[all...]
/third_party/protobuf/objectivec/
H A DGPBArray.h62 * @param value The value to be placed in the array.
72 * @param array Array with the contents to be put into the new array.
81 * @param count The capacity needed for the array.
95 * @param values An array with the values to put inside this array.
96 * @param count The number of elements to copy into the array.
106 * @param array An array with the values to put inside this array.
115 * @param count The capacity needed for the array.
124 * @param index The index of the value to get.
133 * @param block The block to enumerate with.
143 * @param opt
[all...]
/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/
H A DIWpaInterface.idl86 * @param ifName indicates the interface that needs to be added(such as: wlan0 or wlan2).
87 * @param confName indicates the config file(such as: /data/service/el1/public/wifi/wpa_supplicant/wpa_supplicant.conf).
100 * @param ifName indicates the interface that needs to be removed(such as: wlan0 or wlan2).
113 * @param ifName Indicates the NIC name.
126 * @param ifName Indicates the NIC name.
127 * @param resultBuf Indicates Scan Result obtained.
140 * @param ifName Indicates the NIC name.
141 * @param networkId Indicates the network ID added.
154 * @param ifName Indicates the NIC name.
155 * @param networkI
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/datastore/
H A Dintf_render_data_store_default_staging.h46 * @param data Byte data.
47 * @param dstHandle Dst resource.
48 * @param bufferCopy Buffer copy info struct.
56 * @param data Byte data.
57 * @param dstHandle Dst resource.
58 * @param bufferCopy Buffer copy info struct.
64 * @param data Byte data.
65 * @param dstHandle Dst resource.
66 * @param BufferImageCopy Info for copying.
72 * @param srcHandl
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/doc/
H A Dcdoc.cdoc7 int a(int param, int arg);
12 int b(int param, int arg);
18 int c(int param, int arg);
24 int d(int param, int arg);
31 int e(int param, int arg);
35 // @param: desc param
39 int f(int param, int arg);
44 // @param: desc param
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.h43 * @param len - Random string length
51 * @param start - The lower limit of the range of random numbers
52 * @param end - The upper limit of the range of random numbers
60 * @param info - ScanControlInfo object
69 * @param resState - OperateResState state
70 * @param isReport - true : need report; flase : not report
78 * @param macStr - input the mac address
86 * @param str - input string
87 * @param split - split string
88 * @param ve
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpcallbacks.h29 * @param[in] items Indicates the number of elements to be allocated.
30 * @param[in] size size of elements.
41 * @param[in] size Indicates the memory size to be allocated.
52 * @param[in] addr Indicates the address of the memory to be freed.
64 * @param[in] dest Pointer to destination memory buffer.
65 * @param[in] destMax Length of destination memory buffer.
66 * @param[in] character Character to be set.
67 * @param[in] count Number of bytes to set.
79 * @param[out] dest Indicates a pointer to the destination memory buffer.
80 * @param[i
[all...]
/third_party/mesa3d/src/egl/generate/
H A Degl_other.xml38 <param><ptype>EGLDisplay</ptype> <name>dpy</name></param>
39 <param><ptype>EGLImage</ptype> <name>image</name></param>
44 <param><ptype>EGLDisplay</ptype> <name>dpy</name></param>
45 <param><ptype>struct wl_display *</ptype> <name>display</name></param>
50 <param><ptype>EGLDisplay</ptype> <name>dpy</name></param>
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_avrcp_tg.h66 * @param[in] device The bluetooth device.
67 * @param[in] state The connection state. Refer to <b>BTConnectState</b>.
81 * @param[in] observer The observer which wants to register.
89 * @param[in] observer The observer which already registered.
126 * @param[in] states The connection states. Refer to <b>BTConnectState</b>.
136 * @param[in] states The connection states. Refer to <b>BTConnectState</b>.
146 * @param[in] rawAddr The address of the bluetooth device.
161 * @param[in] rawAddr The address of the bluetooth device.
162 * @param[in] label The label which is used to distinguish different call.
163 * @param[i
[all...]
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dwriter.js90 * @param {number} fieldNumber
91 * @param {!WireType} wireType
112 * @param {number} value
130 * @param {boolean} value
139 * @param {number} fieldNumber
140 * @param {boolean} value
149 * @param {number} fieldNumber
150 * @param {!ByteString} value
161 * @param {number} value
173 * @param {numbe
[all...]
/third_party/mesa3d/src/mapi/glapi/gen/
H A DGL4x.xml13 <param name="value" type="GLfloat"/>
17 <param name="buf" type="GLuint"/>
18 <param name="sfactor" type="GLenum"/>
19 <param name="dfactor" type="GLenum"/>
23 <param name="buf" type="GLuint"/>
24 <param name="sfactorRGB" type="GLenum"/>
25 <param name="dfactorRGB" type="GLenum"/>
26 <param name="sfactorAlpha" type="GLenum"/>
27 <param name="dfactorAlpha" type="GLenum"/>
31 <param nam
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_bnep.h71 * @param ethernetHeader The ethernet information.
72 * @param length The data length.
73 * @param pkt The send data.
89 * @param event The event.
97 * @param what event number.
106 * @param result Indicates the result.
107 * @param security Indicates the struct GapServiceSecurityInfo.
108 * @param context Indicates the pointer to context.
115 * @param result Indicates the result.
116 * @param securit
[all...]

Completed in 13 milliseconds

1...<<11121314151617181920>>...790