Home
last modified time | relevance | path

Searched defs:setOrCreate (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/sdk/
Dapp_storage.ts281 public static setOrCreate<T>(key: string, newValue: T): void { method in AppStorage
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_view_register.cpp100 JSRef<JSFunc> setOrCreate = JSRef<JSFunc>::Cast(setOrCreateVal); in RegisterCardUpdateCallback() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DstateMgmt.js325 setOrCreate(propName, newValue) { method in LocalStorage
889 static setOrCreate(key, newValue) { method in AppStorage