Home
last modified time | relevance | path

Searched refs:factoryFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/
H A Dobserved_property_abstract.ts183 public createSync(factoryFunc: SynchedPropertyFactoryFunc): ObservedPropertyAbstract<T> {
184 return factoryFunc<T>(this);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/sdk/
H A Dapp_storage.ts484 factoryFunc: SynchedPropertyFactoryFunc): ObservedPropertyAbstract<T> {
485 return AppStorage.getOrCreate().__createSync(storagePropName, defaultValue, factoryFunc);
H A Dlocal_storage.ts487 factoryFunc: SynchedPropertyFactoryFunc): ObservedPropertyAbstract<T> {
501 return factoryFunc(p);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js609 __createSync(storagePropName, defaultValue, factoryFunc) { argument
621 return factoryFunc(p);
1071 static __createSync(storagePropName, defaultValue, factoryFunc) { argument
1072 return AppStorage.getOrCreate().__createSync(storagePropName, defaultValue, factoryFunc);
2886 createSync(factoryFunc) { argument
2887 return factoryFunc(this);