Home
last modified time | relevance | path

Searched refs:disks (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/docs/en/application-dev/application-models/
H A Ddataability-overview.md10 Data can be stored in a database or files on disks. The DataAbility provide methods for inserting, …
/ohos5.0/docs/en/application-dev/dfx/
H A Dhilog.md56 | | | clear | Deletes log files that are flushed to disks.|
58 | | | none | Indicates that data is flushed to disks in non-compression mode.|
59 | | | zlib | Indicates that data is flushed to disks using the zlib compression algorithm. The fl…
60 | | | zstd | Indicates that data is flushed to disks using the zstd compression algorithm. The fl…
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-overview.md12 …ysevent-logging.md): provides trace point APIs and supports flushing of HiSysEvent events to disks.
H A Dsubsys-dfx-hiview.md17 - The SysEventService plugin verifies events and flushes them to disks.
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/
H A Dstorage_manager_stub.cpp662 std::vector<Disk> disks; in HandleGetAllDisks() local
663 int32_t err = GetAllDisks(disks); in HandleGetAllDisks()
667 uint size = disks.size(); in HandleGetAllDisks()
675 if (!reply.WriteUint32(disks.size())) { in HandleGetAllDisks()
679 if (!disks[i].Marshalling(reply)) { in HandleGetAllDisks()
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dcompilation-tool-chain-overview.md5 …stomize-bytecode-during-compilation.md) before the bytecode is flushed to disks, if necessary, loa…
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-bundles-fs-support.md16 …red and cached data is written back to disks. You can manually call **sync** and **fsync** to writ…
49disks. By default, the kernel checks the dirty block rate in the Bcache every 5 seconds. If the di…
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-persistencev2.md20 …2**, **PersistenceV2** also persistently stores the latest data on device disks. In this way, the …
115 >When data is stored to disks, the data needs to be serialized. If a key fails to be serialized, th…
H A Darkts-mvvm-V2.md566 …an be introduced. **PersistenceV2** can persistently store data on device disks. Different from th…
H A Darkts-v1-v2-migration.md2248 - Click **save storage** to flush the **PersistentStorage** link data to disks.
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-dfx.md4 ## How do I flush HiLog information to disks? (API 9)
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/
H A Djs-apis-file-volumemanager-sys.md646 …omise to return the result. The system supports access to multi-partition disks. Currently, this A…
695 …lback to return the result. The system supports access to multi-partition disks. Currently, this A…
H A Djs-apis-fileAccess-sys.md3 …of the built-in storage and resources on external devices, such as shared disks, USB flash drives,…
/ohos5.0/base/account/os_account/
H A DREADME.md400 …dd, delete, query, set, subscribe to, and activate OS accounts, and flush OS account data to disks.