/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | _o_h___predicates.md | 21 …](_r_d_b.md#equalto) | Pointer to the function used to set a predicates object to match the field … 22 …d_b.md#notequalto) | Pointer to the function used to set a predicates object to match the field wh… 23 | [beginWrap](_r_d_b.md#beginwrap) | Pointer to the function used to add a left parenthesis to the … 24 | [endWrap](_r_d_b.md#endwrap) | Pointer to the function used to add a right parenthesis to the pre… 25 | [orOperate](_r_d_b.md#oroperate) | Pointer to the function used to add the OR operator to the pre… 26 | [andOperate](_r_d_b.md#andoperate) | Pointer to the function used to add the AND operator to the … 27 | [isNull](_r_d_b.md#isnull-22) | Pointer to the function used to set a predicates object to match … 29 … [like](_r_d_b.md#like) | Pointer to the function used to set a predicates object to match a strin… 35 …ssthanorequalto) | Pointer to the function used to set a predicates object to match the field with… 37 | [distinct](_r_d_b.md#distinct) | Pointer to the function used to set a predicates object to filte… [all …]
|
H A D | udmf__meta_8h.md | 8 **File to include**: <database/udmf/udmf_meta.h> 31 | [UDMF_META_HTML](_u_d_m_f.md#udmf_meta_html) "general.html" | HTML.<br>This type belongs to **T… 33 | [UDMF_META_XML](_u_d_m_f.md#udmf_meta_xml) "general.xml" | XML.<br>This type belongs to **TEXT*… 51 | [UDMF_META_AZW](_u_d_m_f.md#udmf_meta_azw) "com.amazon.azw" | AZW.<br>This type belongs to **EB… 53 | [UDMF_META_KFX](_u_d_m_f.md#udmf_meta_kfx) "com.amazon.kfx" | KFX.<br>This type belongs to **EB… 58 | [UDMF_META_PNG](_u_d_m_f.md#udmf_meta_png) "general.png" | PNG.<br>This type belongs to **IMAGE… 72 | [UDMF_META_AVI](_u_d_m_f.md#udmf_meta_avi) "general.avi" | AVI.<br>This type belongs to **VIDEO… 81 | [UDMF_META_AAC](_u_d_m_f.md#udmf_meta_aac) "general.aac" | AAC.<br>This type belongs to **AUDIO… 85 | [UDMF_META_MP3](_u_d_m_f.md#udmf_meta_mp3) "general.mp3" | MP3.<br>This type belongs to **AUDIO… 86 | [UDMF_META_OGG](_u_d_m_f.md#udmf_meta_ogg) "general.ogg" | OGG.<br>This type belongs to **AUDIO… [all …]
|
H A D | _o_h___cursor.md | 7 Provides APIs to access the result set obtained by querying the RDB store. 22 | [getColumnCount](_r_d_b.md#getcolumncount) | Pointer to the function used to obtain the number of… 23 | [getColumnType](_r_d_b.md#getcolumntype) | Pointer to the function used to obtain the column type… 24 | [getColumnIndex](_r_d_b.md#getcolumnindex) | Pointer to the function used to obtain the column in… 25 | [getColumnName](_r_d_b.md#getcolumnname) | Pointer to the function used to obtain the column name… 26 | [getRowCount](_r_d_b.md#getrowcount) | Pointer to the function used to obtain the number of rows … 27 | [goToNextRow](_r_d_b.md#gotonextrow) | Pointer to the function used to go to the next row of the … 29 | [getText](_r_d_b.md#gettext) | Pointer to the function used to obtain the value of the string typ… 33 | [isNull](_r_d_b.md#isnull-12) | Pointer to the function used to check whether the value in the sp… 34 | [destroy](_r_d_b.md#destroy-14) | Pointer to the function used to close a result set. | [all …]
|
H A D | _u_d_m_f.md | 2345 | context | Pointer to the context to release.| 2755 | type | Pointer to the type to check.| 3108 | tag | Pointer to the tag value to set.| 4223 | appId | Pointer to the application ID to set.| 4544 | fileType | Pointer to the file type to set.| 4574 | fileUri | Pointer to the file URI to set.| 4938 | url | Pointer to the URL to set.| 5220 | abstract | Pointer to the abstract to set.| 5275 | srcTypeId | Pointer to the UTD to check. | 5633 | srcTypeId | Pointer to the UTD to check. | [all …]
|
H A D | _r_d_b.md | 2313 | value | Pointer to the value to put.| 2342 | value | Pointer to the value to put.| 2364 Pointer to the function used to add the AND operator to the predicates. 2406 Pointer to the function used to add a left parenthesis to the predicates. 2811 Pointer to the function used to add a right parenthesis to the predicates. 3232 Pointer to the function used to go to the next row of the result set. 3859 Pointer to the function used to add the OR operator to the predicates. 3898 | value | Pointer to the value to put.| 3927 | value | Pointer to the data to covert.| 3985 | value | Pointer to the data to covert.| [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/ |
H A D | changelogs-ohos-geoLocationManager.md | 3 ## cl.location.1 API Migration from @ohos.geolocation.d.ts to @ohos.geoLocationManager.d.ts 7 To use APIs of the location subsystem, you need to import **@ohos.geoLocationManager**. 37 …llback: AsyncCallback<Location>): void; | Migrated to **@ohos.geoLocationManager.d.ts** and change… 38 …n getLastLocation(): Promise<Location>; | Migrated to **@ohos.geoLocationManager.d.ts** and change… 40 … isLocationEnabled(): Promise<boolean>; | Migrated to **@ohos.geoLocationManager.d.ts** and change… 45 …allback: AsyncCallback<boolean>): void; | Migrated to **@ohos.geoLocationManager.d.ts** and change… 46 …on disableLocation(): Promise<boolean>; | Migrated to **@ohos.geoLocationManager.d.ts** and change… 52 …eoServiceAvailable(): Promise<boolean>; | Migrated to **@ohos.geoLocationManager.d.ts** and change… 60 …on enableLocationMock(): Promise<void>; | Migrated to **@ohos.geoLocationManager.d.ts** and change… 62 …n disableLocationMock(): Promise<void>; | Migrated to **@ohos.geoLocationManager.d.ts** and change… [all …]
|
H A D | changelogs-ohos-geolocation.md | 3 ## cl.location.1 API Migration from @ohos.geolocation.d.ts to @ohos.geoLocationManager.d.ts 7 To use APIs of the location subsystem, you need to import **@ohos.geoLocationManager**. 62 |geolocation| interface | GeofenceRequest | Migrated to **@ohos.geoLocationManager.d.ts**.| 63 |geolocation| interface | Geofence | Migrated to **@ohos.geoLocationManager.d.ts**.| 65 |geolocation| interface | GeoCodeRequest | Migrated to **@ohos.geoLocationManager.d.ts**.| 66 |geolocation| interface | GeoAddress | Migrated to **@ohos.geoLocationManager.d.ts**.| 67 |geolocation| interface | LocationRequest | Migrated to **@ohos.geoLocationManager.d.ts**.| 69 |geolocation| interface | Location | Migrated to **@ohos.geoLocationManager.d.ts**.| 73 |geolocation| enum | LocationPrivacyType | Migrated to **@ohos.geoLocationManager.d.ts**.| 74 |geolocation| enum | LocationCommand | Migrated to **@ohos.geoLocationManager.d.ts**.| [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.5/ |
H A D | changelogs-ohos-geoLocationManager.md | 3 ## cl.location.1 API Migration from @ohos.geolocation.d.ts to @ohos.geoLocationManager.d.ts 7 To use APIs of the location subsystem, you need to import **@ohos.geoLocationManager**. 37 …llback: AsyncCallback<Location>): void; | Migrated to **@ohos.geoLocationManager.d.ts** and change… 38 …ion(): Promise<Location>; | Migrated to **@ohos.geoLocationManager.d.ts** and change… 40 …abled(): Promise<boolean>; | Migrated to **@ohos.geoLocationManager.d.ts** and change… 45 …allback: AsyncCallback<boolean>): void; | Migrated to **@ohos.geoLocationManager.d.ts** and change… 46 …ion(): Promise<boolean>; | Migrated to **@ohos.geoLocationManager.d.ts** and change… 52 …Available(): Promise<boolean>; | Migrated to **@ohos.geoLocationManager.d.ts** and change… 60 …onMock(): Promise<void>; | Migrated to **@ohos.geoLocationManager.d.ts** and change… 62 …ionMock(): Promise<void>; | Migrated to **@ohos.geoLocationManager.d.ts** and change… [all …]
|
H A D | changelogs-ohos-geolocation.md | 3 ## cl.location.1 API Migration from @ohos.geolocation.d.ts to @ohos.geoLocationManager.d.ts 7 To use APIs of the location subsystem, you need to import **@ohos.geoLocationManager**. 14 All APIs of the location subsystem are affected. To ensure normal use of these APIs, you need to im… 39 … | function getLastLocation(): Promise<Location>; | Migrated to **@ohos.geoLocationM… 41 … | function isLocationEnabled(): Promise<boolean>; | Migrated to **@ohos.geoLocationM… 45 … | function enableLocation(): Promise<boolean>; | Migrated to **@ohos.geoLocationM… 47 … | function disableLocation(): Promise<boolean>; | Migrated to **@ohos.geoLocationM… 53 … | function isGeoServiceAvailable(): Promise<boolean>; | Migrated to **@ohos.geoLocationM… 55 … | function getCachedGnssLocationsSize(): Promise<number>; | Migrated to **@ohos.geoLocationM… 57 … | function flushCachedGnssLocations(): Promise<boolean>; | Migrated to **@ohos.geoLocationM… [all …]
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/resource/testdata/ |
H A D | dwarf_test_aarch64_elf_result | 21 DW_CFA_advance_loc: 4 to 0006f660 24 DW_CFA_advance_loc: 4 to 0006f664 26 DW_CFA_advance_loc2: 448 to 0006f824 28 DW_CFA_advance_loc: 4 to 0006f828 47 DW_CFA_advance_loc: 4 to 0006f878 49 DW_CFA_advance_loc: 24 to 0006f890 65 DW_CFA_advance_loc: 24 to 0006fb1c 84 DW_CFA_advance_loc: 20 to 0006fb34 86 DW_CFA_advance_loc: 28 to 0006fb50 129 DW_CFA_advance_loc: 4 to 0006fd74 [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | _ark_web___web_message_a_p_i.md | 39 Pointer to the message to create. 53 Pointer to the message to destroy. 59 | webMessage | Message to destroy. | 69 Pointer to the data to obtain. 75 | webMessage | Pointer to the message struct. | 80 Returns the pointer to the data. 90 Pointer to the message type to obtain. 96 | webMessage | Pointer to the message struct. | 110 Pointer to the data to set. 117 | data | Pointer to the data. | [all …]
|
H A D | _ark_web___controller_a_p_i.md | 6 …the API, you are advised to use **ARKWEB_MEMBER_MISSING** to check whether the function struct has… 24 | void(\* [refresh](#refresh) )(const char \*webTag) | Pointer to the function used to refresh the … 42 Pointer to the function used to create message ports. 53 Pointer to the message port struct. 73 Pointer to the function used to destroy message ports. 90 …to the function used to obtain the URL of the last frame that calls **JavaScriptProxy**. This func… 106 Pointer to the function used to send the message port to the HTML page. 113 | name | Name of the message sent to the HTML page. | 130 Pointer to the function used to refresh the web page. 150 Pointer to the function used to register a JavaScript proxy with the window. APIs of this object ca… [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.2/ |
H A D | changelog-resourceschedule.md | 163 … | Deprecated and changed to **usageStatistics**, and migrated to *… 209 …rWorks(): boolean; | Changed in API version 8 to **function stopAndClearWorks(): boolean;** and mi… 214 …olean; | Changed in API version 8 to **function stopWork(work: WorkInfo, needCancel?: boolean): vo… 215 …kInfo): boolean; | Changed in API version 9 to **function startWork(work: WorkInfo): void;** and m… 268 | reminderAgent | method | cancelAllReminders(): Promise<void>; | Deprecated and migrated to **rem… 278 | reminderAgent.ActionButton | field | title:string | Deprecated and migrated to **reminderAgentMan… 280 | reminderAgent.WantAgent | field | pkgName:string | Deprecated and migrated to **reminderAgentMana… 281 | reminderAgent.WantAgent | field | abilityName:string | Deprecated and migrated to **reminderAgent… 304 | reminderAgent.LocalDateTime | field | year:number | Deprecated and migrated to **reminderAgentMan… 306 | reminderAgent.LocalDateTime | field | day:number | Deprecated and migrated to **reminderAgentMana… [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.3/ |
H A D | changelogs-multimedia.md | 216 Call **OH_VideoEncoder_PushInputData** to fill in data to encode when an input callback is received. 224 Call **OH_VideoEncoder_PushInputBuffer** to fill in data to encode when an input callback is receiv… 378 Call **OH_AudioDecoder_PushInputData()** to write the data to decode. 388 Call **OH_AudioDecoder_Stop()** to stop the decoder. 402 Call **OH_AudioCodec_Start()** to start the codec. 404 Call **OH_AudioCodec_PushInputData()** to write the data to decode. 414 Call **OH_AudioCodec_Stop()** to stop the codec. 487 Call **OH_AudioEncoder_PushInputData()** to write the data to encode. 511 Call **OH_AudioCodec_Start()** to start the codec. 513 Call **OH_AudioCodec_PushInputData()** to write the data to decode. [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.2.1/ |
H A D | changelogs-bluetooth.md | 3 ## cl.bluetooth.1 API Migration to @ohos.bluetoothManager.d.ts 94 …void; | Migrated this API in API version 9 to **@ohos.bluetoothManager.d.ts** and changed the retu… 105 …void; | Migrated this API in API version 9 to **@ohos.bluetoothManager.d.ts** and changed the retu… 106 …void; | Migrated this API in API version 9 to **@ohos.bluetoothManager.d.ts** and changed the retu… 107 …void; | Migrated this API in API version 9 to **@ohos.bluetoothManager.d.ts** and changed the retu… 120 …void; | Migrated this API in API version 9 to **@ohos.bluetoothManager.d.ts** and changed the retu… 143 | bluetooth | SppOption | SppOption | Migrated this API in API version 9 to **@ohos.bluetoothManage… 148 | bluetooth | ScanDuty | ScanDuty | Migrated this API in API version 9 to **@ohos.bluetoothManager.… 152 | bluetooth | SppType | SppType | Migrated this API in API version 9 to **@ohos.bluetoothManager.d.… 153 | bluetooth | ScanMode | ScanMode | Migrated this API in API version 9 to **@ohos.bluetoothManager.… [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | js-apis-net-statistics.md | 36 | 2100002 | Failed to connect to the service. | 80 | 2100002 | Failed to connect to the service. | 118 | 2100002 | Failed to connect to the service. | 162 | 2100002 | Failed to connect to the service. | 198 | 2100002 | Failed to connect to the service. | 235 | 2100002 | Failed to connect to the service. | 271 | 2100002 | Failed to connect to the service. | 308 | 2100002 | Failed to connect to the service. | 344 | 2100002 | Failed to connect to the service. | 380 | 2100002 | Failed to connect to the service. | [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.3/ |
H A D | changelog-wifi.md | 4 ## cl.wifi.1 Migration of System APIs and APIs in API Version 9 to the New @ohos.wifiManager.d.ts 26 … | Migrated this API in API version 9 to **@ohos.wifiManager.d.ts**, and changed the return v… 27 … | Migrated this API in API version 9 to **@ohos.wifiManager.d.ts**, and changed the return v… 28 … | Migrated this API in API version 9 to **@ohos.wifiManager.d.ts**, and changed the return v… 42 … | Migrated this API in API version 9 to **@ohos.wifiManager.d.ts**, and changed the return… 43 …oid | Migrated this API in API version 9 to **@ohos.wifiManager.d.ts**, and changed the return… 44 … | Migrated this API in API version 9 to **@ohos.wifiManager.d.ts**, and changed the return… 45 … | Migrated this API in API version 9 to **@ohos.wifiManager.d.ts**, and changed the return… 46 … | Migrated this API in API version 9 to **@ohos.wifiManager.d.ts**, and changed the return… 47 … | Migrated this API in API version 9 to **@ohos.wifiManager.d.ts**, and changed the return… [all …]
|
/ohos5.0/docs/en/release-notes/api-diff/OpenHarmony_4.0.8.5/ |
H A D | native-apidiff-avcodec.md | 12 …VMuxer_Start(OH_AVMuxer \*muxer); | Added | This API is added to start encapsulation.… 13 …*sample, OH_AVCodecBufferAttr info); | Added | This API is added to write data to the muxer. … 14 …VMuxer_Stop(OH_AVMuxer \*muxer); | Added | This API is added to stop encapsulation. … 15 …VMuxer_Destroy(OH_AVMuxer \*muxer); | Added | This API is added to destroy an **OH_AVMu… 26 …llisecond, OH_AVSeekMode mode); | Added | This API is added to seek to the specified ti… 27 …bility(const char *mime, bool isEncoder);|Added|This API is added to obtain a handle to the codec … 28 … isEncoder, OH_AVCodecCategory category);|Added|This API is added to obtain a handle to the codec … 30 …AVCapability_GetName(OH_AVCapability *capability);|Added|This API is added to obtain the codec nam… 54 |avmemory|OH_AVMemory \*OH_AVMemory_Create(int32_t size);|Added|This API is added to create an **OH… 55 |avmemory|OH_AVErrCode OH_AVMemory_Destroy(struct OH_AVMemory \*mem);|Added|This API is added to de… [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-performance-analysis-kit/ |
H A D | _hi_app_event.md | 451 | list | Pointer to the parameter list to which parameters need to be added. | 475 | list | Pointer to the parameter list to which parameters need to be added. | 498 | list | Pointer to the parameter list to which parameters need to be added. | 522 | list | Pointer to the parameter list to which parameters need to be added. | 545 | list | Pointer to the parameter list to which parameters need to be added. | 569 | list | Pointer to the parameter list to which parameters need to be added. | 592 | list | Pointer to the parameter list to which parameters need to be added. | 616 | list | Pointer to the parameter list to which parameters need to be added. | 639 | list | Pointer to the parameter list to which parameters need to be added. | 663 | list | Pointer to the parameter list to which parameters need to be added. | [all …]
|
/ohos5.0/build/lite/ndk/doc/config/ |
H A D | Doxyfile_C | 105 # documentation (similar to Javadoc). Set to NO to disable this. 310 # tag to YES in order to let doxygen match functions declarations and 502 # and Mac users are advised to set this option to NO. 522 # which file to include in order to use the member. 979 # specified. Set to NO to disable this. 1254 # The TOC_EXPAND flag can be set to YES to add extra items for group members to 1399 # output directory to force them to be regenerated. 2068 # set to NO 2109 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO. 2227 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to [all …]
|
H A D | Doxyfile_CPP | 105 # documentation (similar to Javadoc). Set to NO to disable this. 310 # tag to YES in order to let doxygen match functions declarations and 502 # and Mac users are advised to set this option to NO. 522 # which file to include in order to use the member. 979 # specified. Set to NO to disable this. 1254 # The TOC_EXPAND flag can be set to YES to add extra items for group members to 1399 # output directory to force them to be regenerated. 2070 # set to NO 2111 # Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO. 2229 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to [all …]
|
/ohos5.0/docs/en/application-dev/security/AccessToken/ |
H A D | permissions-for-system-apps.md | 534 Allows an application to manage and subscribe to notifications. 1208 Allows an application to report security information to Security Guard. 2100 Allows an application to send data to the trusted ring of critical assets. 2738 Allows a system service to connect to UIExtensionAbility. 2774 Allows an application to write private Push data to another application. 3486 Allows an application to report security events to Security Guard. 3546 Allows an application to report security events to the cloud. 3618 Allows an application to dump audio data to a local storage device. 3762 Allows an application to connect to a telematics device. 4236 Allows an application to subscribe to the startup broadcast. [all …]
|
/ohos5.0/docs/en/contribute/ |
H A D | open-source-software-and-license-notice.md | 8 …License | The license does not require any product that uses such a repository to open their code.| 9 …License | The license does not require any product that uses such a repository to open their code.| 11 …License | The license does not require any product that uses such a repository to open their code.| 15 …License | The license does not require any product that uses such a repository to open their code.| 19 …License | The license does not require any product that uses such a repository to open their code.| 27 …p is an independent process used to test kernel\_liteos\_a APIs across processes. It will not caus… 35 …License | The license does not require any product that uses such a repository to open their code.| 63 …ire any product that uses such a repository to open their code. Some build scripts use Autoconf ex… 74 …to open their code. Some build scripts use Autoconf exception to GPL 2.0 or later. The use meets i… 81 …to open their code. Some build scripts use Autoconf exception to GPL 2.0 or later. The use meets i… [all …]
|
/ohos5.0/commonlibrary/rust/ylong_json/docs/ |
H A D | user_guide.md | 18 // You can use `from_str` to try to generate a `JsonValue` instance from 61 // You can use `from_str` to try to generate an instance from String. 67 // You can use `from_slice` to try to generate an instance from &u8. 73 // You can use `from_reader` to try to generate an instance from 108 // You can use the &str type to obtain a common reference to the "array" member, and 109 // then use the usize type to obtain a common reference to the corresponding element. 126 You can also use the same method to obtain a mutable reference to `JsonValue`. 145 // Obtains a mutable reference to the member by "key" and set it to the number 123. 177 // When trying to obtain a mutable reference to a member of the Array type, if the 231 // Uses `compact_encode()` to output JSON text to a specified location, [all …]
|
/ohos5.0/docs/en/application-dev/media/image/ |
H A D | Readme-EN.md | 3 - [Introduction to Image Kit](image-overview.md) 5 - [Using ImageSource to Decode Images](image-decoding.md) 6 - [Using ImageSource to Decode Pictures](image-picture-decoding.md) 7 - [Using PixelMap to Transform Images](image-transformation.md) 9 - [Using ImagePacker to Encode Images](image-encoding.md) 10 - [Using ImagePacker to Encode Pictures](image-picture-encoding.md) 14 - [Using Image_NativeModule to Decode Images](image-source-c.md) 19 - [Using Image_NativeModule to Encode Images](image-packer-c.md) 23 - [Using Image to Decode Images](image-decoding-native.md) 24 - [Using Image to Receive Images](image-receiver-native.md) [all …]
|