Searched refs:resetLocalValue (Results 1 – 2 of 2) 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_one_way.ts | 104 this.resetLocalValue(this.source_.get(), /* needCopyObject */ true); 143 if (this.resetLocalValue(newValue, /* needCopyObject */ true)) { 167 if (this.resetLocalValue(newValue, /* needCopyObject */ true)) { 208 if (this.resetLocalValue(newValue, /* needCopyObject */ false)) { 260 private resetLocalValue(newObservedObjectValue: C, needCopyObject: boolean): boolean {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | stateMgmt.js | 5438 this.resetLocalValue(this.source_.get(), /* needCopyObject */ true); 5472 if (this.resetLocalValue(newValue, /* needCopyObject */ true)) { 5494 if (this.resetLocalValue(newValue, /* needCopyObject */ true)) { 5531 if (this.resetLocalValue(newValue, /* needCopyObject */ false)) { 5578 resetLocalValue(newObservedObjectValue, needCopyObject) { method in SynchedPropertyOneWayPU
|