Searched refs:uiItem (Results 1 – 2 of 2) sorted by relevance
102 uint32_t uiItem; in getCurrentPath() local104 for (uiItem = 0; uiItem < _uiCurrentIndex - 1; uiItem++) { in getCurrentPath()106 strPath += _astrItems[uiItem] + "/"; in getCurrentPath()109 strPath += _astrItems[uiItem]; in getCurrentPath()
382 uint32_t uiItem; in handleMappingContext() local384 for (uiItem = 0; uiItem < _contextMappingKeyArray.size(); uiItem++) { in handleMappingContext()386 const string& strKey = _contextMappingKeyArray[uiItem]; in handleMappingContext()391 if (!context.setItem(uiItem, &strKey, pStrValue)) { in handleMappingContext()407 uint32_t uiItem; in handleSubsystemObjectCreation() local410 for (uiItem = 0; uiItem < _subsystemObjectCreatorArray.size(); uiItem++) { in handleSubsystemObjectCreation()413 _subsystemObjectCreatorArray[uiItem]; in handleSubsystemObjectCreation()