Home
last modified time | relevance | path

Searched refs:writeToPersistentStorage (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/sdk/
H A Dpersistent_storage.ts318 PersistentStorage.getOrCreate().writeToPersistentStorage(propName,
329 PersistentStorage.getOrCreate().writeToPersistentStorage(propName,
351 this.writeToPersistentStorage(propName, this.links_.get(propName).get());
417 this.writeToPersistentStorage(propName, link.get());
423 private writeToPersistentStorage<T>(propName: string, value: T): void {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js1775 …PersistentStorage.getOrCreate().writeToPersistentStorage(propName, PersistentStorage.getOrCreate()…
1783 …PersistentStorage.getOrCreate().writeToPersistentStorage(propName, PersistentStorage.getOrCreate()…
1792 this.writeToPersistentStorage(propName, this.links_.get(propName).get());
1850 this.writeToPersistentStorage(propName, link.get());
1855 writeToPersistentStorage(propName, value) { method in PersistentStorage