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 D | subject.js | 84 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 D | iview.ts | 32 setParent(p: IView) : void;
|
H A D | puv2_view_base.ts | 129 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 D | driver-platform-clock-develop.md | 51 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 D | clock_core.h | 50 int32_t (*setParent)(struct ClockDevice *device, struct ClockDevice *parent); member
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | ast.js | 292 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 D | clock_virtual.c | 117 .setParent = VirtualClockSetParent,
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/clock/ |
H A D | clock_core.c | 397 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 D | clock_adapter.c | 187 .setParent = ClockLinuxSetParent,
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-clock-develop.md | 50 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 D | stateMgmt.js | 4052 setParent(parent) { 4076 child.setParent(this); // FIXME 4090 child.setParent(undefined);
|
H A D | jsEnumStyle.js | 2212 setParent(parent) { method in NavPathStack
|