Home
last modified time | relevance | path

Searched refs:persistence (Results 1 – 25 of 71) sorted by relevance

123

/ohos5.0/docs/zh-cn/application-dev/database/
H A DReadme-CN.md10 - [应用数据持久化概述](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 Ddevice_timed_collect.cpp131 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 Ddevice_status_collect_manager.cpp160 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 DReadme-EN.md10 - [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 Dapp-data-persistence-overview.md10 You can use proper data storage forms to implement data persistence:
/ohos5.0/docs/en/readme/
H A Dapp-access-control.md17 …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 DDistributedDataManager.md5 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 Dsystem_ability_manager_util.cpp141 to.persistence = from.persistence; in ConvertToOnDemandEvent()
158 to.persistence = from.persistence; in ConvertToSystemAbilityOnDemandEvent()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Derrorcode-uiappearance.md15 …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 Djs-apis-StateManagement.md167persistence). 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 Dsystem_ability_on_demand_event.cpp34 if (!data.WriteBool(event.persistence)) { in WriteOnDemandEventsToParcel()
109 if (!reply.ReadBool(event.persistence)) { in ReadOnDemandEventsFromParcel()
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DBUILD.gn33 "persistence",
95 "persistence/AppLaunchSceneDbAdapter.cpp",
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Derrorcode-preferences.md32 Failed to delete the user preferences persistence file.
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_on_demand_event.h48 bool persistence = false; member
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-persistencev2.md7 …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 Derrorcode-inputmethod-framework.md85 Configuration persistence error.
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dsa_profiles.h79 bool persistence = false; member
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/collect/
H A Ddevice_timed_collect.h45 void ReportEventByTimeInfo(int32_t interval, bool persistence);
/ohos5.0/docs/en/application-dev/file-management/
H A Dfile-persistPermission.md65 > - 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 Derrorcode-preferences.md31 The operation of deleting the user preference persistence file failed.
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp509 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 Dweb-download.md154 …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 Ddataability-lifecycle.md15 …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 Dapp-sandbox-directory.md73 …内部存储上通过数据库API存储配置类或首选项的目录;随应用卸载而清理。详见[通过用户首选项实现数据持久化](../database/data-persistence-by-preferences.…
/ohos5.0/docs/en/application-dev/tools/
H A Daa-tool.md295persistence 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.

123