/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/ |
H A D | pu_synced_property_object_nested.ts | 52 ObservedObject.removeOwningProperty(this.obsObject_, this); 128 (this.obsObject_ as SubscribableAbstract).removeOwningProperty(this); 131 ObservedObject.removeOwningProperty(this.obsObject_, this);
|
H A D | pu_observed_property.ts | 73 (this.wrappedValue_ as SubscribableAbstract).removeOwningProperty(this); 75 ObservedObject.removeOwningProperty(this.wrappedValue_, this);
|
H A D | pu_synced_property_one_way.ts | 271 (this.localCopyObservedObject_ as SubscribableAbstract).removeOwningProperty(this); 273 ObservedObject.removeOwningProperty(this.localCopyObservedObject_, this);
|
H A D | pu_synced_property_two_way.ts | 54 ObservedObject.removeOwningProperty(this.source_.getUnmonitored(), this);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/full_update/ |
H A D | fu_synced_property_object_nested.ts | 51 ObservedObject.removeOwningProperty(this.obsObject_, this); 82 ObservedObject.removeOwningProperty(this.obsObject_, this);
|
H A D | fu_synced_property_object_two_way.ts | 52 ObservedObject.removeOwningProperty(this.getObject(), this); 94 ObservedObject.removeOwningProperty(this.getObject(), this);
|
H A D | fu_observed_property_object.ts | 57 (this.wrappedValue_ as SubscribaleAbstract).removeOwningProperty(this); 59 ObservedObject.removeOwningProperty(this.wrappedValue_, this);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/utest/common/ |
H A D | app_storage_array_test.ts | 98 ObservedObject.removeOwningProperty(arr1, sub1); 101 ObservedObject.removeOwningProperty(arr2, sub2);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/common/ |
H A D | observed_object.ts | 144 public removeOwningProperty(property: IPropertySubscriber): void { 236 this.removeOwningProperty(newValue as IPropertySubscriber); 526 public static removeOwningProperty(obj: Object,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/sdk/ |
H A D | subscribable_abstract.ts | 149 public removeOwningProperty(property: IPropertySubscriber): void {
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-state-management-sys.md | 459 ### removeOwningProperty subsection 461 public removeOwningProperty(property: IPropertySubscriber): void;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | stateMgmt.js | 1476 removeOwningProperty(property) { method in SubscribableAbstract 2295 removeOwningProperty(property) { method in SubscribableHandler 2381 this.removeOwningProperty(newValue); 2665 static removeOwningProperty(obj, subscriber) { method in ObservedObject 3206 this.wrappedValue_.removeOwningProperty(this); 3412 ObservedObject.removeOwningProperty(this.getObject(), this); 3656 ObservedObject.removeOwningProperty(this.obsObject_, this); 3679 ObservedObject.removeOwningProperty(this.obsObject_, this); 5245 this.wrappedValue_.removeOwningProperty(this); 5974 ObservedObject.removeOwningProperty(this.obsObject_, this); [all …]
|