Searched refs:getParent (Results 1 - 5 of 5) sorted by relevance
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/ |
H A D | ModifyNode.js | 22 function getParent(node, dest, parent) { function 36 let parent = getParent(root, node, null); 46 let parent = getParent(root, node, null); 116 let parent = getParent(root, node, null); 129 let pp = getParent(root, parent, null); 168 let parent = getParent(root, node, null);
|
/drivers/hdf_core/framework/support/platform/include/clock/ |
H A D | clock_core.h | 49 struct ClockDevice *(*getParent)(struct ClockDevice *device); member
|
/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | clock_virtual.c | 116 .getParent = VirtualClockGetParent,
|
/drivers/hdf_core/framework/support/platform/src/clock/ |
H A D | clock_core.c | 372 if (device->ops == NULL || device->ops->getParent == NULL) { in ClockDeviceGetParent() 373 HDF_LOGE("ClockDeviceGetParent: ops or getParent is null!"); in ClockDeviceGetParent() 382 parent = device->ops->getParent(device); in ClockDeviceGetParent()
|
/drivers/hdf_core/adapter/khdf/linux/platform/clock/ |
H A D | clock_adapter.c | 186 .getParent = ClockLinuxGetParent,
|
Completed in 3 milliseconds