| /foundation/ability/idl_tool/idl_tool_2/codegen/HDI/cpp/ |
| H A D | hdi_cpp_code_emitter.cpp | 39 const AutoPtr<ASTParameter> ¶m, StringBuilder &sb, const std::string &prefix) const
in EmitInterfaceMethodParameter() 41 std::string name = param->GetName();
in EmitInterfaceMethodParameter() 42 AutoPtr<HdiTypeEmitter> typeEmitter = GetTypeEmitter(param->GetType());
in EmitInterfaceMethodParameter() 43 if (param->GetAttribute() == ASTParamAttr::PARAM_IN) {
in EmitInterfaceMethodParameter() 205 void HDICppCodeEmitter::EmitWriteMethodParameter(const AutoPtr<ASTParameter> ¶m,
in EmitWriteMethodParameter() argument 208 AutoPtr<HdiTypeEmitter> typeEmitter = GetTypeEmitter(param->GetType());
in EmitWriteMethodParameter() 209 typeEmitter->EmitCppWriteVar(parcelName, param->GetName(), sb, prefix);
in EmitWriteMethodParameter() 212 void HDICppCodeEmitter::EmitReadMethodParameter(const AutoPtr<ASTParameter> ¶m, TypeMode mode,
in EmitReadMethodParameter() argument 215 AutoPtr<HdiTypeEmitter> typeEmitter = GetTypeEmitter(param->GetType());
in EmitReadMethodParameter() 216 typeEmitter->EmitCppReadVar(param in EmitReadMethodParameter() 38 EmitInterfaceMethodParameter( const AutoPtr<ASTParameter> ¶m, StringBuilder &sb, const std::string &prefix) const EmitInterfaceMethodParameter() argument [all...] |
| /foundation/ability/ability_lite/interfaces/kits/ability_lite/ |
| H A D | ability.h | 85 * @param want Indicates the {@link Want} structure containing startup information about the ability. 103 * @param want Indicates the {@link Want} structure containing activation information about the ability. 129 * @param want Indicates the {@link Want} structure containing connection information about the Service ability. 139 * @param want Indicates the {@link Want} structure containing disconnection information about the Service 152 * @param entry Indicates the main entry, which is the class name of the <b>AbilitySlice</b> instance to start. 160 * @param rootView Indicates the pointer to the custom layout view you have created. 167 * @param funcId Indicates the type of the message sent by the client. 168 * @param request Indicates the pointer to the serialized request parameters sent by the client. 169 * @param reply Indicates the pointer to the serialized result returned to the client. 178 * @param extr [all...] |
| /foundation/ability/ability_runtime/services/dataobsmgr/src/ |
| H A D | dataobs_mgr_client.cpp | 69 * @param uri, Indicates the path of the data to operate. 70 * @param dataObserver, Indicates the IDataAbilityObserver object. 94 * @param uri, Indicates the path of the data to operate. 95 * @param dataObserver, Indicates the IDataAbilityObserver object. 121 * @param uri, Indicates the path of the data to operate. 198 value.remove_if([&uri](const auto ¶m) { in UnregisterObserverExt() 199 return uri == param.uri; in UnregisterObserverExt() 266 for (const auto ¶m : value) { in ReRegister() 267 RegisterObserverExt(param.uri, key, param in ReRegister() [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/theme/tools/ |
| H A D | build_theme_code.py | 22 def read_row_value(row, param, offset, platform): 35 param[platform] = item 76 param = {} 83 param['base'] = values[1] 85 param['offset'] = int(values[2]) 86 param['value'] = int(values[3]) 87 read_row_value(values, param, 4, 'default') 88 read_row_value(values, param, 8, 'tv') 89 read_row_value(values, param, 12, 'watch') 90 theme_list[values[0]] = param [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/full_update/ |
| H A D | fu_view.ts | 74 * @param compilerAssignedUniqueChildId Tw 75 * @param parent 76 * @param localStorage 172 * @param propStr name of the variable. Note from @Provide and @Consume this is 174 * @param callback application defined member function of sub-class 183 * @param providedPropName either the variable name or the alias defined as 184 * decorator param 185 * @param store the backing store object for this variable (not the get/set variable!) 200 * @param providedPropName the name of the @Provide'd variable. 202 * @param consumeVarNam [all...] |
| /foundation/arkui/ui_lite/frameworks/draw/ |
| H A D | draw_canvas.cpp | 37 void* param, in DoRender() 44 if (param == nullptr) { in DoRender() 49 DrawCanvas::DoDrawShadow(gfxDstBuffer, param, paint, rect, invalidatedArea, style, isStroke); in DoRender() 59 PathParam* pathParam = static_cast<PathParam*>(param); in DoRender() 90 void* param, in DoDrawShadow() 97 if (param == nullptr) { in DoDrawShadow() 109 PathParam* pathParam = static_cast<PathParam*>(param); in DoDrawShadow() 274 void* param, in RenderPattern() 280 if (param == nullptr) { in RenderPattern() 283 ImageParam* imageParam = static_cast<ImageParam*>(param); in RenderPattern() 36 DoRender(BufferInfo& gfxDstBuffer, void* param, const Paint& paint, const Rect& rect, const Rect& invalidatedArea, const Style& style, const bool& isStroke) DoRender() argument 89 DoDrawShadow(BufferInfo& gfxDstBuffer, void* param, const Paint& paint, const Rect& rect, const Rect& invalidatedArea, const Style& style, const bool& isStroke) DoDrawShadow() argument 273 RenderPattern(const Paint& paint, void* param, RasterizerScanlineAntialias& rasterizer, RenderBase& renBase, FillBase& allocator, const Rect& rect) RenderPattern() argument [all...] |
| /foundation/arkui/ui_lite/interfaces/kits/components/ |
| H A D | ui_circle_progress.h | 92 * @param x Indicates the x-coordinate to set. The default value is 0. 93 * @param y Indicates the y-coordinate to set. The default value is 0. 118 * @param radius Indicates the outer radius to set. 150 * @param startAngle Indicates the start angle to set, which can be any value represented by <b>int16_t</b>. 180 * @param endAngle Indicates the end angle to set, which can be any value represented by <b>int16_t</b>. 204 * @param x Indicates the x-coordinate to set. The default value is 0. 205 * @param y Indicates the y-coordinate to set. The default value is 0. 219 * @param x Indicates the x-coordinate to set. The default value is 0. 220 * @param y Indicates the y-coordinate to set. The default value is 0. 234 * @param colo [all...] |
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
| H A D | intf_mesh.h | 91 * @param index The selected submesh index. 103 * @param index The selected submesh index. 104 * @param material The material to set. 120 * 3. Sort e.g. plane layers. * @param index The selected submesh index. 121 * @param index The selected submesh index. 122 * @param value The layer order number. 128 * @param arrays defining the mesh, see MeshGeometryArray. 134 * @param arrays defining the mesh, see MeshGeometryArray. 140 * @param arrays defining the mesh, see MeshGeometryArray. 146 * @param array [all...] |
| /foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
| H A D | intf_device.h | 153 * @param swapchainCreateInfo Swapchain creation info. 164 * @param swapchainCreateInfo Swapchain creation info. 165 * @param replacedHandle Handle to be used as a shallow render handle for swapchain images. 166 * @param name Optional unique global name for the image. 172 * @param swapchainCreateInfo Swapchain creation info. 198 * @param geometryInfo Build geometry info for size calculations. 199 * @param triangles Build geometry info for size calculations. 200 * @param aabb Build geometry info for size calculations. 201 * @param instances Build geometry info for size calculations. 224 * @param confi [all...] |
| /foundation/multimedia/media_foundation/engine/include/plugin/interface/ |
| H A D | audio_sink_plugin.h | 43 * @param mute Indicates the mute operation set for the audio. 55 * @param mute Indicates the mute operation set for the audio. 67 * @param volume Indicates the volume to set. The value ranges from 0.0 to 1.0. 78 * @param volume Indicates the volume to set. The value ranges from 0.0 to 1.0. 90 * @param speed Indicates the pointer to the current rendering speed to obtain. 101 * @param speed speed Indicates the pointer to the current rendering speed to obtain. 135 * @param hstTime latency times based on {@link HST_TIME_BASE}. 146 * @param size size Indicates the pointer to the audio frame size (in bytes). 157 * @param count Indicates the pointer to the number of audio frames in the audio buffer. 168 * @param inpu [all...] |
| /foundation/multimedia/player_framework/services/include/ |
| H A D | i_transcoder_service.h | 35 * @param encoder Indicates the video encoder to set.
48 * @param width Indicates the video width to set.
49 * @param height Indicates the video height to set.
62 * @param rate Indicates the encoding bit rate to set.
76 * @param encoder Indicates the audio encoder to set.
89 * @param bitRate Indicates the audio encoding bit rate, in bit/s.
102 * @param format Indicates the output file format. For details, see {@link OutputFormatType}.
115 * @param fd Indicates the FD of the file.
128 * @param fd Indicates the FD of the file.
141 * @param callbac [all...] |
| /foundation/resourceschedule/background_task_mgr/services/common/src/ |
| H A D | data_storage_helper.cpp | 35 const std::string PARAM = "param"; member 126 if (jsonObj.is_null() || !jsonObj.is_object() || !CommonUtils::CheckJsonValue(jsonObj, {PARAM})) { in ParseFastSuspendDozeTime() 130 nlohmann::json param = jsonObj[PARAM]; in ParseFastSuspendDozeTime() local 131 if (param.is_null() || !param.is_object() || !CommonUtils::CheckJsonValue(param, {FAST_FROZEN})) { in ParseFastSuspendDozeTime() 132 BGTASK_LOGW("check param value failed."); in ParseFastSuspendDozeTime() 135 nlohmann::json fastFrozen = param[FAST_FROZE in ParseFastSuspendDozeTime() [all...] |
| /foundation/window/window_manager/window_scene/session/container/include/zidl/ |
| H A D | session_stage_interface.h | 49 * @param rect the position and size of the window. 50 * @param reason the update reason. 51 * @param config the animation parameter configuration. 65 * @param config Indicates the {@link SessionViewportConfig} viewport configuration parameters. 80 * @param isFocused set isFocused. 117 * @param transform transform to change. 127 * @param action Indicates the action name. 128 * @param status Indicates the status num. 138 * @param controlType Indicates the {@link WsPiPControlType} component in pip control panel. 139 * @param statu [all...] |
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_copy.c | 175 * \param pcmp Returns created PCM handle 176 * \param name Name of PCM 177 * \param slave Slave PCM handle 178 * \param close_slave When set, the slave PCM handle is closed with copy PCM 251 * \param pcmp Returns created PCM handle 252 * \param name Name of PCM 253 * \param root Root configuration node 254 * \param conf Configuration node with copy PCM description 255 * \param stream Stream type 256 * \param mod [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | Grego.java | 59 * @param year Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc. 69 * @param year Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc. 70 * @param month 0-based month, with 0==Jan 79 * @param year Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc. 80 * @param month 0-based month, with 0==Jan 90 * @param year Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc. 91 * @param month 0-based month, with 0==Jan 92 * @param dom 1-based day of month 106 * @param day the 1970-epoch day (integral value) 220 * @param tim [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | SimpleDateRule.java | 26 * @param month The month in which this rule occurs (0-based). 27 * @param dayOfMonth The date in that month (1-based). 49 * @param month The month in which this rule occurs (0-based). 50 * @param dayOfMonth A date within that month (1-based). 51 * @param dayOfWeek The day of the week on which this rule occurs. 52 * @param after If true, this rule selects the first dayOfWeek 68 * @param start Only occurrances on or after this date are returned. 87 * @param start Only occurrances on or after this date are returned. 88 * @param end Only occurrances before this date are returned. 110 * @param dat [all...] |
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| H A D | StringMatcher.java | 61 * @param theString the pattern to be matched, possibly containing 63 * @param segmentNum the segment number from 1..n, or 0 if this is 65 * @param theData context object mapping stand-ins to 80 * @param theString the pattern to be matched, possibly containing 82 * @param start first character of theString to be matched 83 * @param limit index after the last character of theString to be 85 * @param segmentNum the segment number from 1..n, or 0 if this is 87 * @param theData context object mapping stand-ins to 221 * @param toUnionTo the set into which to union the source characters 286 * @param toUnionT [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | resource.h | 61 * @param i Array item index. 62 * @param value Output-only, receives the value of the i'th item. 97 * @param i Table item index. 98 * @param key Output-only, receives the key of the i'th item. 99 * @param value Output-only, receives the value of the i'th item. 105 * @param key Key string to find in the table. 106 * @param value Output-only, receives the value of the item with that key. 275 * @param key The key string of the enumeration-start resource. 277 * @param value Call getArray() or getTable() as appropriate. Then reuse for 281 * @param noFallbac [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | StringMatcher.java | 62 * @param theString the pattern to be matched, possibly containing 64 * @param segmentNum the segment number from 1..n, or 0 if this is 66 * @param theData context object mapping stand-ins to 81 * @param theString the pattern to be matched, possibly containing 83 * @param start first character of theString to be matched 84 * @param limit index after the last character of theString to be 86 * @param segmentNum the segment number from 1..n, or 0 if this is 88 * @param theData context object mapping stand-ins to 222 * @param toUnionTo the set into which to union the source characters 287 * @param toUnionT [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | SimpleDateRule.java | 28 * @param month The month in which this rule occurs (0-based). 29 * @param dayOfMonth The date in that month (1-based). 51 * @param month The month in which this rule occurs (0-based). 52 * @param dayOfMonth A date within that month (1-based). 53 * @param dayOfWeek The day of the week on which this rule occurs. 54 * @param after If true, this rule selects the first dayOfWeek 70 * @param start Only occurrances on or after this date are returned. 88 * @param start Only occurrances on or after this date are returned. 89 * @param end Only occurrances before this date are returned. 110 * @param dat [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | collationdatabuilder.h | 116 * @param start first code point 117 * @param end last code point (inclusive) 118 * @param primary primary weight for 'start' 119 * @param step per-code point primary-weight increment 120 * @param errorCode ICU in/out error code 132 * @param start first code point 133 * @param end last code point (inclusive) 134 * @param primary primary weight for 'start' 135 * @param step per-code point primary-weight increment 136 * @param errorCod [all...] |
| /third_party/mesa3d/src/freedreno/drm/virtio/ |
| H A D | virtio_pipe.c | 30 query_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_param() argument 35 .param = param, in query_param() 49 query_queue_param(struct fd_pipe *pipe, uint32_t param, uint64_t *value) in query_queue_param() argument 54 .param = param, in query_queue_param() 75 virtio_pipe_get_param(struct fd_pipe *pipe, enum fd_param_id param, in virtio_pipe_get_param() argument 81 switch (param) { in virtio_pipe_get_param() 110 ERROR_MSG("invalid param id: %d", param); in virtio_pipe_get_param() [all...] |
| /third_party/ltp/testcases/kernel/connectors/pec/ |
| H A D | pec_listener.c | 68 * @param signo the signal number, not used 78 * @param sd socket descriptor 79 * @param to the destination sockaddr 80 * @param cnmsg the pec control message 115 * @param sd socket descriptor 116 * @param from source sockaddr 144 * @param sd socket descriptor 145 * @param to the destination sockaddr 146 * @param op control flag 175 * @param nlhd [all...] |
| /third_party/openGLES/extensions/ATI/ |
| H A D | ATI_pn_triangles.txt | 71 PNTrianglesiATI(enum pname, int param) 72 PNTrianglesfATI(enum pname, float param) 93 Accepted by the <param> parameter of PNTriangles[if]ATI 99 Accepted by the <param> parameter of PNTriangles[if]ATI 138 void PNTriangles{if}ATI(enum pname, T param) 140 If <pname> is PN_TRIANGLES_NORMAL_MODE_ATI then <param> must be one of the 144 PN_TRIANGLES_POINT_MODE_ATI then <param> must be one of the symbolic 148 PN_TRIANGLES_TESSELATION_LEVEL_ATI then <param> should be a value 152 generated if the value for <param> is less than zero or greater than the max 183 INVALID_VALUE is generated if the <param> paramete [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | resource.h | 61 * @param i Array item index. 62 * @param value Output-only, receives the value of the i'th item. 97 * @param i Table item index. 98 * @param key Output-only, receives the key of the i'th item. 99 * @param value Output-only, receives the value of the i'th item. 105 * @param key Key string to find in the table. 106 * @param value Output-only, receives the value of the item with that key. 275 * @param key The key string of the enumeration-start resource. 277 * @param value Call getArray() or getTable() as appropriate. Then reuse for 281 * @param noFallbac [all...] |