Home
last modified time | relevance | path

Searched refs:setParent (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/packages/runtime-core/src/observer/
H A Dsubject.js84 Subject.prototype.setParent = function(parent, key) { method in Subject
159 subSubject.setParent(subject, key);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/puv2_common/
H A Diview.ts32 setParent(p: IView) : void;
H A Dpuv2_view_base.ts129 public setParent(parent: IView): void {
155 child.setParent(this as unknown as IView); // FIXME
169 child.setParent(undefined);
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-clock-develop.md51 int32_t (*setParent)(struct ClockDevice *device, struct ClockDevice *parent);
102 | setParent | device:结构体指针,核心层CLOCK控制器 | 无 | HDF_STATUS相关状态 | 设置CLOCK设备的父设备 |
288 int32_t (*setParent)(struct ClockDevice *device, struct ClockDevice *parent);
/ohos5.0/drivers/hdf_core/framework/support/platform/include/clock/
H A Dclock_core.h50 int32_t (*setParent)(struct ClockDevice *device, struct ClockDevice *parent); member
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dast.js292 setParent(parent) { method in AstObject
586 value.this.setParent(this);
596 value.this.setParent(this);
603 value.this.setParent(this);
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dclock_virtual.c117 .setParent = VirtualClockSetParent,
/ohos5.0/drivers/hdf_core/framework/support/platform/src/clock/
H A Dclock_core.c397 if (device->ops == NULL || device->ops->setParent == NULL) { in ClockDeviceSetParent()
412 ret = device->ops->setParent(device, parent); in ClockDeviceSetParent()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/clock/
H A Dclock_adapter.c187 .setParent = ClockLinuxSetParent,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-clock-develop.md50 int32_t (*setParent)(struct ClockDevice *device, struct ClockDevice *parent);
101 | setParent | **device**: structure pointer to the clock controller at the core layer.| –| HDF_STAT…
278 int32_t (*setParent)(struct ClockDevice *device, struct ClockDevice *parent);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js4052 setParent(parent) {
4076 child.setParent(this); // FIXME
4090 child.setParent(undefined);
H A DjsEnumStyle.js2212 setParent(parent) { method in NavPathStack