Searched refs:nodeIf (Results 1 – 6 of 6) sorted by relevance
59 struct IDeviceNode *nodeIf = (struct IDeviceNode *)inst; in DeviceNodeExtConstruct() local60 if (nodeIf != NULL) { in DeviceNodeExtConstruct()62 nodeIf->PublishService = DeviceNodeExtPublishService; in DeviceNodeExtConstruct()
55 struct IDeviceNode *nodeIf = (struct IDeviceNode *)inst; in DeviceNodeExtConstruct() local56 if (nodeIf != NULL) { in DeviceNodeExtConstruct()58 nodeIf->PublishService = DeviceNodeExtPublishService; in DeviceNodeExtConstruct()
44 struct IDeviceNode *nodeIf = NULL; in HdfDeviceNodePublishService() local50 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() local214 nodeIf->LaunchNode = HdfDeviceLaunchNode; in HdfDeviceNodeConstruct()215 nodeIf->PublishService = HdfDeviceNodePublishPublicService; in HdfDeviceNodeConstruct()216 nodeIf->RemoveService = HdfDeviceNodeRemoveService; in HdfDeviceNodeConstruct()217 nodeIf->UnlaunchNode = HdfDeviceUnlaunchNode; in HdfDeviceNodeConstruct()
79 struct IDeviceNode *nodeIf = (struct IDeviceNode *)devNode; in HdfDeviceAttach() local81 if (device == NULL || nodeIf == NULL || nodeIf->LaunchNode == NULL) { in HdfDeviceAttach()92 ret = nodeIf->LaunchNode(devNode); in HdfDeviceAttach()
109 struct IDeviceNode *nodeIf = (struct IDeviceNode *)inst; in DeviceNodeExtConstruct() local110 if (nodeIf != NULL) { in DeviceNodeExtConstruct()112 nodeIf->PublishService = DeviceNodeExtPublishService; in DeviceNodeExtConstruct()113 nodeIf->RemoveService = DeviceNodeExtRemoveService; in DeviceNodeExtConstruct()
275 struct IDeviceNode *nodeIf = &devNode->super; variable276 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; variable324 nodeIf->UnlaunchNode(nullptr);332 ret = nodeIf->LaunchNode(nullptr);