Home
last modified time | relevance | path

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

/external/parameter-framework/parameter/
DMappingContext.cpp77 bool CMappingContext::setItem(uint32_t uiItemType, const string* pStrKey, const string* pStrItem) in setItem() argument
85 assert(_pstItemArray[uiIndex].strKey != pStrKey); in setItem()
95 _pstItemArray[uiItemType].strKey = pStrKey; in setItem()
DMappingContext.h65 bool setItem(uint32_t uiItemType, const std::string* pStrKey, const std::string* pStrItem);