Home
last modified time | relevance | path

Searched refs:reading (Results 1 – 25 of 222) sorted by relevance

123456789

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_extractor_util.cpp237 uint64_t reading = (remain > READ_SIZE) ? READ_SIZE : remain; in HasCopiedData() local
249 char *buf = reinterpret_cast<char *>(UI_Malloc(reading)); in HasCopiedData()
255 int32_t ret = read(fp, buf, reading); in HasCopiedData()
256 if (ret < 0 || ret != reading) { in HasCopiedData()
262 ret = write(dfp, buf, reading); in HasCopiedData()
263 if (ret < 0 || ret != reading) { in HasCopiedData()
269 remain = remain - reading; in HasCopiedData()
270 reading = (remain > READ_SIZE) ? READ_SIZE : remain; in HasCopiedData()
/ohos5.0/docs/en/application-dev/internationalization/
H A Dpseudo-i18n-testing-mirror.md5 The pseudo-localization testing for UI mirroring aims to check whether the text reading direction i…
21 1. Check whether the UI layout, text direction, and UI control logic comply with the reading habit …
H A Di18n-ui-design.md22 Different text alignment modes and reading sequences may be used for different languages. For examp…
24 …nguage to be displayed in the original layout, meeting the bidirectional reading experience. For e…
28 - Touch and operation. The touch or operation on each UI element should comply with the reading seq…
/ohos5.0/foundation/communication/connected_nfc_tag/
H A DREADME.md14 For the devices has connected nfc tag chip, this component provides tag reading and writing.
44 - connected nfc tag reading and writing.
/ohos5.0/docs/en/application-dev/accessibility/
H A DaccessibilityKit.md5 …en capabilities for accessibility services, such as accessibility screen reading and accessibility…
11 …s for sending accessibility events such as proactive focus and proactive reading, so that applicat…
/ohos5.0/foundation/communication/nfc/
H A DREADME.md14 NFC service provides NFC switch control, NFC tag discovery and dispatch, NFC tag reading and writin…
48 - NFC tag reading and writing
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avformat_8h.md39 …e.md#oh_avformat_create) (void) | Create an **OH_AVFormat** instance for reading and writing data.…
40 … Creates an audio **OH_AVFormat** instance with specified parameters for reading and writing data.…
41 …| Creates a video **OH_AVFormat** instance with specified parameters for reading and writing data.…
/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-pixelmap-operation.md39 console.info('Succeeded in reading image pixel data.');
59 console.info('Succeeded in reading the image data in the area.');
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/connected_nfc_tag_v1_0/foo/connected_nfc_tag/v1_0/
H A DIConnectedNfcTag.idl24 * driver, writing or reading NDEF contents into an nfc tag.
33 …* initializing and uninitializing a ConnectedNfcTag driver, writing or reading NDEF contents into …
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-power-wakeup-action-source-customization.md53 …"description": "(such as)53 is a uniquely wakeup reason by reading node through HDI interface(GetW…
130 …"description": "(such as)53 is a uniquely wakeup reason by reading node through HDI interface(GetW…
/ohos5.0/drivers/interface/connected_nfc_tag/v1_0/
H A DIConnectedNfcTag.idl24 * driver, writing or reading NDEF contents into an nfc tag.
33 …* initializing and uninitializing a ConnectedNfcTag driver, writing or reading NDEF contents into …
/ohos5.0/docs/zh-cn/application-dev/web/
H A Dweb-sensor.md122 acc.addEventListener('reading', () => {
133 gyr.addEventListener('reading', () => {
144 aos.addEventListener('reading', () => {
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Dinputmethod__attach__options__capi_8h.md6 Provides methods for creating, destroying, reading, and writing the option object bound to the inpu…
H A Dinputmethod__cursor__info__capi_8h.md6 Provides methods for creating, destroying, reading, and writing cursor information objects.
H A Dinputmethod__text__avoid__info__capi_8h.md6 Provides methods for creating, destroying, reading, and writing the text box avoidance information …
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-power-wakeup-action-source-customization.md53 …"description": "(such as)53 is a uniquely wakeup reason by reading node through HDI interface(GetW…
64 The wakeup source can be obtained by reading node data or by other ways.
130 …"description": "(such as)53 is a uniquely wakeup reason by reading node through HDI interface(GetW…
/ohos5.0/docs/en/design/ux-design/
H A Dvisual-fonts.md3 Fonts directly impact the display effects of UIs and the reading efficiency of users. Excellent fon…
H A Dmultimodal-search-box.md25 …ntent promotion requirements, such as the application market, video, and reading applications, use…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.7/
H A Dchangelogs-dfx.md27 … executed, the graph statistics in the memory information is obtained by reading from the **/proc/…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A Derrorcode-net-socket.md289 An error occurred when reading data on the TLS socket.
/ohos5.0/docs/en/contribute/template/
H A Dfaq-template.md59 Include links to guides, API references, and samples to facilitate further reading for developers.
69 Include links to guides, API references, and samples to facilitate further reading for developers.
/ohos5.0/docs/en/application-dev/media/audio/
H A Dusing-ohaudio-for-recording.md85 // Customize a data reading function.
141 // Customize a data reading function.
175 // Customize a data reading function.
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-common-attributes.md18 … | No | Attribute set for the component to facilitate data storage and reading. In the JS file:<…
19 … | No | Attribute set for the component to facilitate data storage and reading. The value is cas…
/ohos5.0/docs/en/application-dev/web/
H A Dweb-sensor.md122 acc.addEventListener('reading', () => {
133 gyr.addEventListener('reading', () => {
144 aos.addEventListener('reading', () => {
/ohos5.0/drivers/interface/connected_nfc_tag/v1_1/
H A DConnectedNfcTagTypes.idl24 * driver, writing or reading NDEF contents into an nfc tag.

123456789