Searched refs:notifyTrackedObjectPropertyHasChanged (Results 1 – 7 of 7) sorted by relevance
/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 | 103 this.notifyTrackedObjectPropertyHasChanged(changedTrackedObjectPropertyName); 147 this.notifyTrackedObjectPropertyHasChanged, this);
|
H A D | pu_observed_property.ts | 56 this.notifyTrackedObjectPropertyHasChanged(changedTrackedObjectPropertyName); 155 this.notifyTrackedObjectPropertyHasChanged, this);
|
H A D | pu_synced_property_one_way.ts | 168 this.notifyTrackedObjectPropertyHasChanged(changedPropertyName); 211 this.notifyTrackedObjectPropertyHasChanged, this);
|
H A D | pu_synced_property_object_nested.ts | 92 this.notifyTrackedObjectPropertyHasChanged, this);
|
H A D | pu_observed_property_abstract.ts | 309 protected notifyTrackedObjectPropertyHasChanged(changedPropertyName : string) : void { 540 this.notifyTrackedObjectPropertyHasChanged(changedPropertyName);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/ |
H A D | observed_object.ts | 178 protected notifyTrackedObjectPropertyHasChanged(propName: string): void { 268 this.notifyTrackedObjectPropertyHasChanged(propString);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | stateMgmt.js | 2324 notifyTrackedObjectPropertyHasChanged(propName) { method in SubscribableHandler 2415 this.notifyTrackedObjectPropertyHasChanged(propString); 4878 notifyTrackedObjectPropertyHasChanged(changedPropertyName) { method in ObservedPropertyAbstractPU 5080 this.notifyTrackedObjectPropertyHasChanged(changedPropertyName); 5231 this.notifyTrackedObjectPropertyHasChanged(changedTrackedObjectPropertyName); 5323 …this.wrappedValue_, this.notifyPropertyHasChangedPU, this.notifyTrackedObjectPropertyHasChanged, t… 5495 this.notifyTrackedObjectPropertyHasChanged(changedPropertyName); 5532 …opyObservedObject_, this.notifyPropertyHasChangedPU, this.notifyTrackedObjectPropertyHasChanged, t… 5866 this.notifyTrackedObjectPropertyHasChanged(changedTrackedObjectPropertyName); 5903 … value */ newValue, this.notifyPropertyHasChangedPU, this.notifyTrackedObjectPropertyHasChanged, t… [all …]
|