Home
last modified time | relevance | path

Searched refs:createSourceDependency (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
H A Dpu_synced_property_object_nested.ts41 this.createSourceDependency(obsObject);
88 this.createSourceDependency(newValue);
113 private createSourceDependency(sourceObject: C): void {
H A Dpu_synced_property_one_way.ts97 this.createSourceDependency(sourceValue);
241 this.createSourceDependency(sourceChangedValue);
246 private createSourceDependency(sourceObject: C): void {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js5432 this.createSourceDependency(sourceValue);
5561 this.createSourceDependency(sourceChangedValue);
5565 createSourceDependency(sourceObject) { method in SynchedPropertyOneWayPU
5964 this.createSourceDependency(obsObject);
6007 this.createSourceDependency(newValue);
6029 createSourceDependency(sourceObject) { method in SynchedPropertyNestedObjectPU