HomeSort by relevance Sort by last modified time
    Searched refs:uiItem (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/parameter/
PathNavigator.cpp 102 uint32_t uiItem;
104 for (uiItem = 0; uiItem < _uiCurrentIndex - 1; uiItem++) {
106 strPath += _astrItems[uiItem] + "/";
109 strPath += _astrItems[uiItem];
Subsystem.cpp 382 uint32_t uiItem;
384 for (uiItem = 0; uiItem < _contextMappingKeyArray.size(); uiItem++) {
386 const string& strKey = _contextMappingKeyArray[uiItem];
391 if (!context.setItem(uiItem, &strKey, pStrValue)) {
407 uint32_t uiItem;
410 for (uiItem = 0; uiItem < _subsystemObjectCreatorArray.size(); uiItem++)
    [all...]

Completed in 54 milliseconds