Home
last modified time | relevance | path

Searched refs:nodeIf (Results 1 – 6 of 6) sorted by relevance

/drivers/hdf_core/adapter/khdf/liteos_m/core/common/src/
Dhdf_device_node_ext.c59 struct IDeviceNode *nodeIf = (struct IDeviceNode *)inst; in DeviceNodeExtConstruct() local
60 if (nodeIf != NULL) { in DeviceNodeExtConstruct()
62 nodeIf->PublishService = DeviceNodeExtPublishService; in DeviceNodeExtConstruct()
/drivers/hdf_core/adapter/khdf/uniproton/core/common/src/
Dhdf_device_node_ext.c55 struct IDeviceNode *nodeIf = (struct IDeviceNode *)inst; in DeviceNodeExtConstruct() local
56 if (nodeIf != NULL) { in DeviceNodeExtConstruct()
58 nodeIf->PublishService = DeviceNodeExtPublishService; in DeviceNodeExtConstruct()
/drivers/hdf_core/framework/core/host/src/
Dhdf_device_node.c44 struct IDeviceNode *nodeIf = NULL; in HdfDeviceNodePublishService() local
50 nodeIf = &devNode->super; in HdfDeviceNodePublishService()
52 if (nodeIf->PublishService != NULL) { in HdfDeviceNodePublishService()
53 status = nodeIf->PublishService(devNode); in HdfDeviceNodePublishService()
211 struct IDeviceNode *nodeIf = &devNode->super; in HdfDeviceNodeConstruct() local
214 nodeIf->LaunchNode = HdfDeviceLaunchNode; in HdfDeviceNodeConstruct()
215 nodeIf->PublishService = HdfDeviceNodePublishPublicService; in HdfDeviceNodeConstruct()
216 nodeIf->RemoveService = HdfDeviceNodeRemoveService; in HdfDeviceNodeConstruct()
217 nodeIf->UnlaunchNode = HdfDeviceUnlaunchNode; in HdfDeviceNodeConstruct()
Dhdf_device.c79 struct IDeviceNode *nodeIf = (struct IDeviceNode *)devNode; in HdfDeviceAttach() local
81 if (device == NULL || nodeIf == NULL || nodeIf->LaunchNode == NULL) { in HdfDeviceAttach()
92 ret = nodeIf->LaunchNode(devNode); in HdfDeviceAttach()
/drivers/hdf_core/framework/core/common/src/
Dhdf_device_node_ext.c109 struct IDeviceNode *nodeIf = (struct IDeviceNode *)inst; in DeviceNodeExtConstruct() local
110 if (nodeIf != NULL) { in DeviceNodeExtConstruct()
112 nodeIf->PublishService = DeviceNodeExtPublishService; in DeviceNodeExtConstruct()
113 nodeIf->RemoveService = DeviceNodeExtRemoveService; in DeviceNodeExtConstruct()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
Ddevhost_test.cpp275 struct IDeviceNode *nodeIf = &devNode->super; variable
276 int32_t ret = nodeIf->LaunchNode(devNode);
283 nodeIf = &devNode->super;
284 ret = nodeIf->LaunchNode(devNode);
290 nodeIf = &devNode->super;
291 ret = nodeIf->LaunchNode(devNode);
295 nodeIf->UnlaunchNode(devNode);
312 struct IDeviceNode *nodeIf = &devNode->super; variable
324 nodeIf->UnlaunchNode(nullptr);
332 ret = nodeIf->LaunchNode(nullptr);