/ohos5.0/docs/zh-cn/application-dev/database/ |
H A D | Readme-CN.md | 10 - [应用数据持久化概述](app-data-persistence-overview.md) 11 - [通过用户首选项实现数据持久化](data-persistence-by-preferences.md) 12 - [通过键值型数据库实现数据持久化](data-persistence-by-kv-store.md) 13 - [通过关系型数据库实现数据持久化](data-persistence-by-rdb-store.md)
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_timed_collect.cpp | 131 void DeviceTimedCollect::ReportEventByTimeInfo(int32_t interval, bool persistence) in ReportEventByTimeInfo() argument 138 OnDemandEvent event = { TIMED_EVENT, LOOP_EVENT, to_string(interval), -1, persistence }; in ReportEventByTimeInfo() 139 HILOGI("report normal:%{public}d ,persistence:%{public}d", interval, persistence); in ReportEventByTimeInfo() 143 … OnDemandEvent event = { TIMED_EVENT, AWAKE_LOOP_EVENT, to_string(interval), -1, persistence }; in ReportEventByTimeInfo() 144 HILOGI("report awake:%{public}d ,persistence:%{public}d", interval, persistence); in ReportEventByTimeInfo() 180 if (onDemandEvent.persistence) { in SaveTimedEvent() 337 if (event.persistence) { in AddCollectEvent() 347 if (event.persistence) { in AddCollectEvent() 379 if (event.persistence) { in RemoveUnusedEvent()
|
H A D | device_status_collect_manager.cpp | 160 ev1.persistence == ev2.persistence && (ev1.value == ev2.value || "" == ev2.value)); in IsSameEvent() 171 ev1.persistence == ev2.persistence) { in IsSameEventName() 475 if (event.eventId == TIMED_EVENT && event.name == "timedevent" && event.persistence) { in NeedPersistOnDemandEvent()
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | Readme-EN.md | 10 - [Application Data Persistence Overview](app-data-persistence-overview.md) 11 - [Persisting Preferences Data](data-persistence-by-preferences.md) 12 - [Persisting KV Store Data](data-persistence-by-kv-store.md) 13 - [Persisting RDB Store Data](data-persistence-by-rdb-store.md)
|
H A D | app-data-persistence-overview.md | 10 You can use proper data storage forms to implement data persistence:
|
/ohos5.0/docs/en/readme/ |
H A D | app-access-control.md | 17 …g temporary rules, adding, deleting, and querying persistence rules, and enabling/disabling persis… 33 - APIs for adding, deleting, and querying persistence rules (available now). 36 …e provides only inner APIs for system applications. If you need to set persistence rules, use the …
|
H A D | DistributedDataManager.md | 5 The **DistributedDataManager** subsystem implements persistence of a variety of structured data on … 80 With the SQLite as the persistence engine, the RDB store supports all SQLite features, including tr…
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager_util.cpp | 141 to.persistence = from.persistence; in ConvertToOnDemandEvent() 158 to.persistence = from.persistence; in ConvertToSystemAbilityOnDemandEvent()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | errorcode-uiappearance.md | 15 …hat cannot be rectified by developers occurs, for example, a parameter persistence error, a failur… 19 …hat cannot be rectified by developers occurs, for example, a parameter persistence error, a failur…
|
H A D | js-apis-StateManagement.md | 167 …persistence). If the given key already exists in [PersistenceV2](../../quick-start/arkts-new-persi… 231 // Automatic persistence 236 …// Automatic persistence is not available. You need to call the PersistenceV2.save API for manual … 324 …<T\> | Yes | Key to be persisted. If a type is specified, the key for persistence is the name of … 328 …w-observedV2-and-trace.md) decorated data do not automatically trigger persistence through [Persis…
|
/ohos5.0/foundation/systemabilitymgr/samgr/frameworks/native/source/ |
H A D | system_ability_on_demand_event.cpp | 34 if (!data.WriteBool(event.persistence)) { in WriteOnDemandEventsToParcel() 109 if (!reply.ReadBool(event.persistence)) { in ReadOnDemandEventsFromParcel()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/ |
H A D | BUILD.gn | 33 "persistence", 95 "persistence/AppLaunchSceneDbAdapter.cpp",
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | errorcode-preferences.md | 32 Failed to delete the user preferences persistence file.
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/ |
H A D | system_ability_on_demand_event.h | 48 bool persistence = false; member
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-new-persistencev2.md | 7 …rovides the state variable persistence capability. You can bind the same key through **connect** t… 22 …**automatic persistence of the entire associated object**. If necessary, you can call **Persistenc… 126 4. A single key supports a maximum of 8 KB data. If the data is too large, the persistence fails.
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/ |
H A D | errorcode-inputmethod-framework.md | 85 Configuration persistence error.
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/ |
H A D | sa_profiles.h | 79 bool persistence = false; member
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/ |
H A D | device_timed_collect.h | 45 void ReportEventByTimeInfo(int32_t interval, bool persistence);
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | file-persistPermission.md | 65 > - The permission persistence data is also stored in the system database. After the application or… 112 > - The URI in the example comes from the permission persistence data stored for the application. 165 > - The URI in the example comes from the permission persistence data stored for the application.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | errorcode-preferences.md | 31 The operation of deleting the user preference persistence file failed.
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/ |
H A D | parse_util.cpp | 509 bool persistence = false; in GetOnDemandArrayFromJson() local 510 GetBoolFromJson(item, "persistence", persistence); in GetOnDemandArrayFromJson() 524 OnDemandEvent event = {eventId, name, value, -1, persistence, in GetOnDemandArrayFromJson()
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-download.md | 154 …ltiple download tasks need to be saved, the application can adjust the persistence time and mode a… 224 // The persistence file is available by default. You can set it as required. 239 Download the task information persistence utility file.
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | dataability-lifecycle.md | 15 …id | Normalizes the URI. A normalized URI applies to cross-device use, persistence, backup, and re…
|
/ohos5.0/docs/zh-cn/application-dev/file-management/ |
H A D | app-sandbox-directory.md | 73 …内部存储上通过数据库API存储配置类或首选项的目录;随应用卸载而清理。详见[通过用户首选项实现数据持久化](../database/data-persistence-by-preferences.…
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | aa-tool.md | 295 …persistence flag of an application in the waiting-for-debugging state. The waiting-for-debugging s… 303 | -g/--get | - | Used to obtain the bundle name and persistence flag of an application in the waiti… 321 …# Obtain the bundle name and persistence flag of an application in the waiting-for-debugging state.
|