Home
last modified time | relevance | path

Searched refs:uiItem (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/parameter/
DPathNavigator.cpp102 uint32_t uiItem; in getCurrentPath() local
104 for (uiItem = 0; uiItem < _uiCurrentIndex - 1; uiItem++) { in getCurrentPath()
106 strPath += _astrItems[uiItem] + "/"; in getCurrentPath()
109 strPath += _astrItems[uiItem]; in getCurrentPath()
DSubsystem.cpp382 uint32_t uiItem; in handleMappingContext() local
384 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() local
410 for (uiItem = 0; uiItem < _subsystemObjectCreatorArray.size(); uiItem++) { in handleSubsystemObjectCreation()
413 _subsystemObjectCreatorArray[uiItem]; in handleSubsystemObjectCreation()