Searched refs:thisPropertyName (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/full_update/ |
H A D | fu_observed_property_object_abstract.ts | 28 constructor(owningView: IPropertySubscriber, thisPropertyName: PropertyInfo) { 29 super(owningView, thisPropertyName);
|
H A D | fu_synced_property_object_two_way.ts | 30 thisPropertyName: PropertyInfo) { 31 super(owningChildView, thisPropertyName);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/ |
H A D | observed_property_abstract.ts | 212 …static CreateObservedObject<C>(value: C, owningView: IPropertySubscriber, thisPropertyName: Proper… 215 new ObservedPropertyObject(value, owningView, thisPropertyName) 216 : new ObservedPropertySimple(value, owningView, thisPropertyName);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/ |
H A D | pu_synced_property_two_way.ts | 31 thisPropertyName: PropertyInfo) { 32 super(owningChildView, thisPropertyName);
|
H A D | pu_observed_property_abstract.ts | 452 …static CreateObservedObject<C>(value: C, owningView: IPropertySubscriber, thisPropertyName: Proper… 455 new ObservedPropertyObject(value, owningView, thisPropertyName) 456 : new ObservedPropertySimple(value, owningView, thisPropertyName);
|
H A D | pu_synced_property_one_way.ts | 79 thisPropertyName: PropertyInfo) { 80 super(owningChildView, thisPropertyName);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | stateMgmt.js | 2912 static CreateObservedObject(value, owningView, thisPropertyName) { argument 2914 new ObservedPropertyObject(value, owningView, thisPropertyName) 3129 constructor(owningView, thisPropertyName) { argument 3130 super(owningView, thisPropertyName); 3359 constructor(linkSource, owningChildView, thisPropertyName) { argument 3360 super(owningChildView, thisPropertyName); 5009 static CreateObservedObject(value, owningView, thisPropertyName) { argument 5415 constructor(source, owningChildView, thisPropertyName) { argument 5416 super(owningChildView, thisPropertyName); 5803 constructor(source, owningChildView, thisPropertyName) { argument [all …]
|