Searched refs:subscript (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/common/src/ |
H A D | softbus_client_frame_manager.c | 270 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 D | user_guide.md | 83 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 D | kernel-mini-basic-ipc-queue.md | 42 … 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 D | js-lite-components-basic-chart.md | 96 …subscript of the line chart to be updated.<br>data: Array<number>, // 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 D | IActivityInterface.idl | 130 * the device, and pass the subscript of the desired activity through this API.
|
/ohos5.0/drivers/interface/activity_recognition/v1_0/ |
H A D | IActivityInterface.idl | 130 * 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 D | ts-types.md | 742 …subscript in red. If **options** is not set, the text box border and character counter subscript t…
|
H A D | ts-basic-components-textarea.md | 268 …subscript turn red when the number of characters entered reaches the limit. If **value** is set to…
|
H A D | ts-basic-components-textinput.md | 611 …subscript 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 D | audio-encoding.md | 305 // 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 D | js-apis-file-picker.md | 399 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 D | OpenHarmony-64bits-coding-guide.md | 538 …` 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 D | js-components-basic-chart.md | 164 …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 D | js-apis-geoLocationManager.md | 81 …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 D | js-apis-graphics-drawing.md | 7844 …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 …
|