Home
last modified time | relevance | path

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

/applications/standard/printspooler/common/src/main/ets/model/
DGlobalThisHelper.ts49 public static createValue<T>(value: T, storageKey: string, forceChange: boolean = false): T { method in GlobalThisHelper
/applications/standard/printspooler/entry/src/main/ets/Common/Adapter/
DAppStorageHelper.ts46 public static createValue<T>(value: T, storageKey: string): T { method in AppStorageHelper