/ohos5.0/docs/en/application-dev/tools/ |
H A D | param-tool.md | 15 | ls [-r] [name] | Displays the information about the system parameter that matches the given name.… 16 | get [name] | Obtains the value of the system parameter with the given name. If no name is specifi… 17 | set name value | Sets the value for the system parameter with the given name.| 18 | wait name [value] [timeout] | Waits for the system parameter with the given name to match the spe… 31 * Displays the information about the system parameter that matches the given name. 43 * Obtains the value of the system parameter with the given name. 53 * Sets the value for the system parameter with the given name. 63 * Waits for the system parameter with the given name to match the specified value.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | _o_h___v_bucket.md | 22 | [putText](_r_d_b.md#puttext-12) | Puts a char value into the **OH_VBucket** object in the given c… 23 …_r_d_b.md#putint64-12) | Puts an int64_t value into the **OH_VBucket** object in the given column.| 24 | [putReal](_r_d_b.md#putreal) | Puts a double value into the **OH_VBucket** object in the given co… 25 …r_d_b.md#putblob) | Puts a const uint8_t value into the **OH_VBucket** object in the given column.| 26 | [putNull](_r_d_b.md#putnull) | Puts a null value into the **OH_VBucket** object in the given colu…
|
H A D | oh__values__bucket_8h.md | 36 …Puts an **OH_Asset** object into the [OH_VBucket](_o_h___v_bucket.md) object in the given column.| 37 …ray of **OH_Asset** objects into the [OH_VBucket](_o_h___v_bucket.md) object in the given column.|
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-ability-dataUriUtils.md | 3 … APIs to attach an ID to the end of a given URI and obtain, delete, or update the ID attached to t… 19 Obtains the ID attached to the end of a given URI. 49 Attaches an ID to the end of a given URI. 84 Deletes the ID from the end of a given URI. 114 Updates the ID in a given URI.
|
H A D | js-apis-app-ability-dataUriUtils.md | 3 … APIs to attach an ID to the end of a given URI and obtain, delete, or update the ID attached to t… 19 Obtains the ID attached to the end of a given URI. 62 Attaches an ID to the end of a given URI. 111 Deletes the ID from the end of a given URI. 155 Updates the ID in a given URI.
|
H A D | js-apis-Bundle-distributedBundle-sys.md | 35 Obtains information about the remote ability that matches the given element name. This API uses an … 64 Obtains information about the remote ability that matches the given element name. This API uses a p… 96 Obtains information about remote abilities that match the given element names. This API uses an asy… 125 Obtains information about remote abilities that match the given element names. This API uses a prom…
|
H A D | js-apis-application-missionManager-sys.md | 155 Obtains the information about a given mission. This API uses an asynchronous callback to return the… 198 Obtains the information about a given mission. This API uses a promise to return the result. 321 Obtains the snapshot of a given mission. This API uses an asynchronous callback to return the resul… 361 Obtains the snapshot of a given mission. This API uses a promise to return the result. 404 Locks a given mission. This API uses an asynchronous callback to return the result. 443 Locks a given mission. This API uses a promise to return the result. 486 Unlocks a given mission. This API uses an asynchronous callback to return the result. 525 Unlocks a given mission. This API uses a promise to return the result. 568 Clears a given mission, regardless of whether it is locked. This API uses an asynchronous callback … 607 Clears a given mission, regardless of whether it is locked. This API uses a promise to return the r… [all …]
|
H A D | js-apis-launcherBundleManager-sys.md | 22 Obtains the launcher ability information based on the given bundle name and user ID. This API uses … 77 Obtains the launcher ability information based on the given bundle name and user ID. This API uses … 135 Obtains the launcher ability information based on the given bundle name and user ID. This API retur… 189 Obtains the launcher ability information of all applications based on the given user ID. This API u… 241 Obtains the launcher ability information of all applications based on the given user ID. This API u… 297 Obtains the shortcut information of the current user based on the given bundle name. This API uses … 350 Obtains the shortcut information of the current user based on the given bundle name. This API uses … 406 Obtains the shortcut information of the current user based on the given bundle name. This API retur… 458 Obtains the shortcut information of the specified user based on the given bundle name.
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/ |
H A D | js-apis-tagSession.md | 47 // see 'tag.TagInfo' at 'js-apis-nfcTag.md', tagInfo is an Object given by nfc service when tag is … 78 // see 'tag.TagInfo' at 'js-apis-nfcTag.md', tagInfo is an Object given by nfc service when tag is … 112 // see 'tag.TagInfo' at 'js-apis-nfcTag.md', tagInfo is an Object given by nfc service when tag is … 141 // see 'tag.TagInfo' at 'js-apis-nfcTag.md', tagInfo is an Object given by nfc service when tag is … 174 // see 'tag.TagInfo' at 'js-apis-nfcTag.md', tagInfo is an Object given by nfc service when tag is … 207 // see 'tag.TagInfo' at 'js-apis-nfcTag.md', tagInfo is an Object given by nfc service when tag is … 244 // see 'tag.TagInfo' at 'js-apis-nfcTag.md', tagInfo is an Object given by nfc service when tag is … 278 // see 'tag.TagInfo' at 'js-apis-nfcTag.md', tagInfo is an Object given by nfc service when tag is … 317 // see 'tag.TagInfo' at 'js-apis-nfcTag.md', tagInfo is an Object given by nfc service when tag is … 352 // see 'tag.TagInfo' at 'js-apis-nfcTag.md', tagInfo is an Object given by nfc service when tag is … [all …]
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | napi-data-types-interfaces.md | 278 | napi_is_buffer | Checks whether the given JS value is a **Buffer** object.| 297 | napi_get_date_value | Obtains the C double equivalent of the given JS **Date** object.| 298 | napi_is_date | Checks whether the given JS value is a JS **Date** object.| 305 | napi_is_arraybuffer | Checks whether the given JS value is an **ArrayBuffer** object.| 306 | napi_detach_arraybuffer | Detaches the underlying data of the given **ArrayBuffer**.| 339 | napi_is_promise | Checks whether the given **napi_value** is a promise object.| 348 | napi_is_array | Checks whether the given JS value is an **Array** object.| 349 | napi_set_element | Sets an element at the specified index of the given **Object**.| 364 | napi_get_boolean | Obtains a JS Boolean object based on the given C Boolean value.| 377 | napi_new_instance | Creates an instance based on the given constructor.| [all …]
|
H A D | use-jsvm-about-date.md | 19 | OH_JSVM_CreateDate | Creates a **Date** object representing the given number of millise… 20 | OH_JSVM_GetDateValue | Obtains the C double primitive of the time value for the given JS *… 29 Use **OH_JSVM_IsTypedarray** to create a **Date** object representing the given number of milliseco… 76 Use **OH_JSVM_GetDateValue** to obtain the C double primitive of the time value for the given JS **…
|
H A D | use-jsvm-about-bigint.md | 22 | OH_JSVM_GetValueBigintInt64 | Obtains the C int64_t primitive equivalent of the given JS BigInt.… 23 | OH_JSVM_GetValueBigintUint64 | Obtains the C uint64_t primitive equivalent of the given JS BigInt… 24 | OH_JSVM_GetValueBigintWords | Obtains the underlying data (word representation) of a given JS Bi… 32 Use **OH_JSVM_GetValueBigintWords** to obtain the underlying data of a given JS BigInt object, that… 184 Use **OH_JSVM_GetValueBigintUint64** to obtain the C uint64_t primitive equivalent of the given JS … 277 Use OH_JSVM_GetValueBigintInt64 to obtain the C int64_t primitive equivalent of the given JS BigInt…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__matrix_8h.md | 40 …ion attribute. The matrix is obtained by rotating an identity matrix by a given degree around the … 45 …loat py) | Premultiplies a matrix by an identity matrix that rotates by a given degree around the … 47 …t dy) | Premultiplies a matrix by an identity matrix that translates by a given distance (dx, dy).… 48 …float py) | Post multiplies a matrix by an identity matrix that rotates a given degree around the … 50 …dy) | Post multiplies a matrix by an identity matrix that translates by a given distance (dx, dy).… 53 …rawing.md#oh_drawing_matrix) \*, int index) | Obtains a matrix value of a given index. The index r… 54 …t px, float py) | Sets a matrix as an identity matrix and rotates it by a given degree around the … 55 …x, float dy) | Sets a matrix as an identity matrix and translates it by a given distance (dx, dy).…
|
H A D | drawing__color__filter_8h.md | 24 …md#oh_drawing_blendmode)) | Creates an **OH_Drawing_ColorFilter** object with a given blend mode.| 26 …t float matrix[20]) | Creates an **OH_Drawing_ColorFilter** object with a given 5x4 color matrix.|
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-state-management.md | 31 …stablishes two-way data binding with the given attribute (specified by **propName**) in AppStorage… 35 If the given attribute does not exist in AppStorage, **undefined** is returned. 93 …given attribute (specified by **propName**) in AppStorage. If the given attribute exists in AppSto… 355 …stablishes two-way data binding with the given attribute (specified by **propName**) in AppStorage… 359 If the given attribute does not exist in AppStorage, **undefined** is returned. 424 …given attribute (specified by **propName**) in AppStorage. If the given attribute exists in AppSto… 718 Checks whether the given attribute in AppStorage name is mutable. 736 | boolean | Whether the given attribute in AppStorage name is mutable.| 965 Establishes two-way data binding with the given attribute in this **LocalStorage** instance. If the… 969 If the given attribute does not exist in LocalStorage, **undefined** is returned. [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | qrcode_patch2.patch | 210 if (version >= maxVersion) { // All versions in the range could not fit the given data 734 - * Returns a segment representing the given text string encoded in alphanumeric mode. 749 - * (ECI) designator with the given assignment value. 757 - * Tests whether the given string can be encoded as a segment in numeric mode. 764 - * Tests whether the given string can be encoded as a segment in alphanumeric mode. 785 - * Creates a new QR Code segment with the given attributes and data. 787 - * but the constraint isn't checked. The given bit buffer is copied and stored. 793 * Creates a new QR Code segment with the given parameters and data. 813 - * Returns a QR Code representing the given binary data at the given error correction level. 886 // Returns a Reed-Solomon ECC generator polynomial for the given degree. This could be [all …]
|
/ohos5.0/drivers/interface/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 24 /**< Indicates the one-shot vibration with the given duration. */ 38 /**< Indicates the time effect type of the given time series. */ 40 /**< Indicates primitive vibration effect type for a given primitive vibration sequence. */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/foo/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 24 /**< Indicates the one-shot vibration with the given duration. */ 38 /**< Indicates the time effect type of the given time series. */ 40 /**< Indicates primitive vibration effect type for a given primitive vibration sequence. */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/foo/vibrator/v1_1/ |
H A D | VibratorTypes.idl | 24 /**< Indicates the one-shot vibration with the given duration. */ 38 /**< Indicates the time effect type of the given time series. */ 40 /**< Indicates primitive vibration effect type for a given primitive vibration sequence. */
|
/ohos5.0/drivers/peripheral/vibrator/ |
H A D | README.md | 41 | int32_t StartOnce(uint32_t duration) | Starts vibration for a given **dur… 42 | int32_t Start(const char *effectType) | Starts vibration with a given effe… 44 …duration, int32_t intensity, int32_t frequency) | Starts vibration with a given **duration**, **in…
|
/ohos5.0/docs/en/application-dev/device/sensor/ |
H A D | vibrator-guidelines-capi.md | 15 …brator_Attribute attribute) | Configues the vibrator to vibrate continuously for a given duration.| 76 6. Configure the vibrator to vibrate continuously for a given duration. 84 …ation(0, vibrateAttribute); // Configure the vibrator to vibrate continuously for a given duration.
|
/ohos5.0/docs/en/application-dev/reference/native-lib/ |
H A D | napi.md | 108 |FUNC|napi_set_named_property|Sets a property with the given name for an object.|10| 109 |FUNC|napi_get_named_property|Obtains the property with the given name in an object.|10| 122 |FUNC|napi_new_instance|Creates an instance based on the given constructor.|10| 141 |FUNC|napi_is_promise|Checks whether the given JS value is a promise object.|10| 151 |FUNC|napi_get_date_value|Obtains the C double equivalent of the given JS **Date**.|10| 162 |FUNC|napi_is_buffer|Checks whether the given JS value is a **Buffer** object.|10| 163 |FUNC|napi_object_freeze|Freezes the given object.|10| 164 |FUNC|napi_object_seal|Seals the given object.|10| 701 |FUNC|napi_is_sendable|Checks whether the given JS value is sendable.|12| 1114 Checks whether the given JS value is sendable. [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-form-kit/ |
H A D | js-apis-app-form-formObserver-sys.md | 58 Subscribes to widget addition events for a given bundle that functions as the widget host. This API… 136 > To cancel the subscription with a given callback or for a given bundle name, the **callback** or … 178 Subscribes to widget removal events for a given bundle that functions as the widget host. This API … 255 > To cancel the subscription with a given callback or for a given bundle name, the **callback** or … 300 Subscribes to events indicating that a widget becomes visible for a given bundle that functions as … 381 > To cancel the subscription with a given callback or for a given bundle name, the **callback** or … 426 Subscribes to events indicating that a widget becomes invisible for a given bundle, which functions… 506 > To cancel the subscription with a given callback or for a given bundle name, the **callback** or … 1081 Subscribes to widget router events for a given bundle that functions as the widget host. This API u… 1196 Subscribes to widget message events for a given bundle that functions as the widget host. This API … [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-sensor-service-kit/ |
H A D | vibrator_8h.md | 24 …ibrator_Attribute attribute) | Controls the vibrator to vibrate continuously for a given duration.| 59 Controls the vibrator to vibrate continuously for a given duration.
|
/ohos5.0/base/telephony/core_service/utils/vcard/src/contact_data/ |
H A D | vcard_name_data.cpp | 65 void VCardNameData::SetGiven(const std::string &given) in SetGiven() argument 67 given_ = given; in SetGiven()
|