Searched refs:disks (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | dataability-overview.md | 10 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 D | hilog.md | 56 | | | 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 D | subsys-dfx-hisysevent-overview.md | 12 …ysevent-logging.md): provides trace point APIs and supports flushing of HiSysEvent events to disks.
|
H A D | subsys-dfx-hiview.md | 17 - The SysEventService plugin verifies events and flushes them to disks.
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/src/ |
H A D | storage_manager_stub.cpp | 662 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 D | compilation-tool-chain-overview.md | 5 …stomize-bytecode-during-compilation.md) before the bytecode is flushed to disks, if necessary, loa…
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-bundles-fs-support.md | 16 …red and cached data is written back to disks. You can manually call **sync** and **fsync** to writ… 49 …disks. 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 D | arkts-new-persistencev2.md | 20 …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 D | arkts-mvvm-V2.md | 566 …an be introduced. **PersistenceV2** can persistently store data on device disks. Different from th…
|
H A D | arkts-v1-v2-migration.md | 2248 - Click **save storage** to flush the **PersistentStorage** link data to disks.
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | faqs-dfx.md | 4 ## How do I flush HiLog information to disks? (API 9)
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-volumemanager-sys.md | 646 …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 D | js-apis-fileAccess-sys.md | 3 …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 D | README.md | 400 …dd, delete, query, set, subscribe to, and activate OS accounts, and flush OS account data to disks.
|