Home
last modified time | relevance | path

Searched defs:SetOrCreate (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/sdk/
Dapp_storage.ts290 public static SetOrCreate<T>(key: string, newValue: T): void { method in AppStorage
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DstateMgmt.js897 static SetOrCreate(key, newValue) { method in AppStorage