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

/external/parameter-framework/parameter/
H A DMappingContext.cpp77 bool CMappingContext::setItem(uint32_t uiItemType, const string* pStrKey, const string* pStrItem) argument
85 assert(_pstItemArray[uiIndex].strKey != pStrKey);
95 _pstItemArray[uiItemType].strKey = pStrKey;
H A DMappingContext.h60 * @param[in] pStrKey Mapping item key name.
65 bool setItem(uint32_t uiItemType, const std::string* pStrKey, const std::string* pStrItem);

Completed in 41 milliseconds