Searched defs:strKey (Results 1 – 8 of 8) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | Subsystem.cpp | 318 string CSubsystem::getMappingError(const string &strKey, const string &strMessage, in getMappingError() 325 bool CSubsystem::getMappingData(const std::string &strKey, const std::string *&pStrValue) const in getMappingData() argument 350 const string &strKey = _contextMappingKeyArray[item]; in handleMappingContext() local 376 string strKey = pSubsystemObjectCreator->getMappingKey(); in handleSubsystemObjectCreation() local
|
D | MappingData.cpp | 45 std::string strKey, strValue; in init() local
|
D | ComponentType.cpp | 52 bool CComponentType::getMappingData(const std::string &strKey, const std::string *&pStrValue) const in getMappingData() argument
|
D | ComponentInstance.cpp | 60 bool CComponentInstance::getMappingData(const std::string &strKey, in getMappingData()
|
D | TypeElement.cpp | 64 bool CTypeElement::getMappingData(const std::string &strKey, const std::string *&pStrValue) const in getMappingData() argument
|
D | InstanceConfigurableElement.cpp | 65 bool CInstanceConfigurableElement::getMappingData(const std::string &strKey, in getMappingData()
|
D | ElementHandle.cpp | 129 bool ElementHandle::getMappingData(const string &strKey, string &strValue) const in getMappingData() argument
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_pdffontmgr.cpp | 80 ByteString strKey = ByteString::Format("%u%u", dwHashCode, dwFontStyles); in GetFont() local
|