Home
last modified time | relevance | path

Searched refs:subscript (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/frame/common/src/
H A Dsoftbus_client_frame_manager.c270 uint32_t subscript = 0; in GetSoftBusClientNameList() local
283 pkgList[subscript] = pkgName; in GetSoftBusClientNameList()
284 subscript++; in GetSoftBusClientNameList()
285 if (subscript >= len) { in GetSoftBusClientNameList()
290 return subscript; in GetSoftBusClientNameList()
293 for (uint32_t i = 0; i < subscript; i++) { in GetSoftBusClientNameList()
/ohos5.0/commonlibrary/rust/ylong_json/docs/
H A Duser_guide.md83 After a `JsonValue` instance is successfully generated, you can use a subscript to find the corresp…
85 A subscript of type &str or String can be used to find a key-value pair in Object;
116 // When searching for the Array type, if the subscript exceeds the Array length,
120 // If you use a subscript to visit `JsonValue` types other than Object and Array,
155 // Obtains a mutable reference to the member by using "array" and the subscript 0,
178 // subscript exceeds the Array length, then a `JsonValue::Null` will be added at
190 // When using a subscript of &str type or String type to obtain a mutable reference to
192 // that subscript.
205 // When using a subscript of usize type to obtain a mutable reference to a non-Array
206 // type, will replace the value with an empty Array and then visit it with that subscript.
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-mini-basic-ipc-queue.md42 … queueHead; /* Position of the message head node (array subscript) */
43 …6 queueTail; /* Position of the message tail node (array subscript) */
44 …UINT16 readWriteableCnt[OS_READWRITE_LEN]; /* The element whose array subscript is 0 indicat…
45 … The element whose array subscript is 1 indicates the number of writable messages in the queue */
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/
H A Djs-lite-components-basic-chart.md96subscript of the line chart to be updated.<br>data: Array&lt;number&gt;, // Set the new data.<br>}…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/a_recognition_v1_0/foo/a_recognition/v1_0/
H A DIActivityInterface.idl130 * the device, and pass the subscript of the desired activity through this API.
/ohos5.0/drivers/interface/activity_recognition/v1_0/
H A DIActivityInterface.idl130 * the device, and pass the subscript of the desired activity through this API.
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-types.md742subscript in red. If **options** is not set, the text box border and character counter subscript t…
H A Dts-basic-components-textarea.md268subscript turn red when the number of characters entered reaches the limit. If **value** is set to…
H A Dts-basic-components-textinput.md611subscript turn red when the number of characters entered exceeds the limit. If **value** is set to…
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Daudio-encoding.md305 // Send the data to the input queue for encoding. The index is the subscript of the queue.
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/
H A Djs-apis-file-picker.md399 Obtains the subscript of the file name extension type of the file saved.
404 …> - The subscript (number) returned by **getSelectedIndex()** indicates the location of the filena…
420 // Obtain the subscript of the filename extension of the file saved.
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-64bits-coding-guide.md538 …` loop index is used on a 64-bit OS, the index type must be consistent with the subscript boundary.
540 …he variable-length type or 64-bit type must be used to define the array subscript or loop variable…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-basic-chart.md164 …nce. The target sequence is specified based on **serial**, which is the subscript of the datasets …
/ohos5.0/docs/en/application-dev/reference/apis-location-kit/
H A Djs-apis-geoLocationManager.md81 …scription. It contains **cityCode** (the array subscript is **0**) and **adminCode** (the array su…
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md7844 …d blue and the **pos** array is set to 0.0, 0.75, and 1.0. The triangle subscript is the relative …
7891 …d blue and the **pos** array is set to 0.0, 0.75, and 1.0. The triangle subscript is the relative …