Home
last modified time | relevance | path

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 Dfu_observed_property_object_abstract.ts28 constructor(owningView: IPropertySubscriber, thisPropertyName: PropertyInfo) {
29 super(owningView, thisPropertyName);
H A Dfu_synced_property_object_two_way.ts30 thisPropertyName: PropertyInfo) {
31 super(owningChildView, thisPropertyName);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/
H A Dobserved_property_abstract.ts212 …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 Dpu_synced_property_two_way.ts31 thisPropertyName: PropertyInfo) {
32 super(owningChildView, thisPropertyName);
H A Dpu_observed_property_abstract.ts452 …static CreateObservedObject<C>(value: C, owningView: IPropertySubscriber, thisPropertyName: Proper…
455 new ObservedPropertyObject(value, owningView, thisPropertyName)
456 : new ObservedPropertySimple(value, owningView, thisPropertyName);
H A Dpu_synced_property_one_way.ts79 thisPropertyName: PropertyInfo) {
80 super(owningChildView, thisPropertyName);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js2912 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 …]