Searched refs:notifyNodeIndex (Results 1 – 1 of 1) sorted by relevance
204 uint8_t notifyNodeIndex; in NotifyAllNodesServiceAdd() local211 for (notifyNodeIndex = 0; notifyNodeIndex < MAX_NODE_COUNT; notifyNodeIndex++) { in NotifyAllNodesServiceAdd()212 if (notifyNodeIndex == nodeId) { in NotifyAllNodesServiceAdd()215 …if (g_messageNodes[notifyNodeIndex] != NULL && g_messageNodes[notifyNodeIndex]->NotifyServiceAdd !… in NotifyAllNodesServiceAdd()216 …errCode = g_messageNodes[notifyNodeIndex]->NotifyServiceAdd(g_messageNodes[notifyNodeIndex], mappe… in NotifyAllNodesServiceAdd()219 notifyNodeIndex, mapper->serviceId, errCode); in NotifyAllNodesServiceAdd()228 for (i = 0; i < MAX_NODE_COUNT && i < notifyNodeIndex; i++) { in NotifyAllNodesServiceAdd()