Home
last modified time | relevance | path

Searched refs:readFromPersistentStorage (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.ts381 returnValue = this.readFromPersistentStorage(propName);
437 private readFromPersistentStorage<T>(propName: string): T {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js1819 returnValue = this.readFromPersistentStorage(propName);
1869 readFromPersistentStorage(propName) { method in PersistentStorage