OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMappingData
(Results
1 - 8
of
8
) sorted by null
/external/parameter-framework/upstream/parameter/
ComponentInstance.cpp
60
bool CComponentInstance::
getMappingData
(const std::string &strKey,
64
return base::
getMappingData
(strKey, pStrValue) ||
65
(_pComponentType && _pComponentType->
getMappingData
(strKey, pStrValue));
ComponentType.cpp
52
bool CComponentType::
getMappingData
(const std::string &strKey, const std::string *&pStrValue) const
55
return base::
getMappingData
(strKey, pStrValue) ||
56
(_pExtendsComponentType && _pExtendsComponentType->
getMappingData
(strKey, pStrValue));
InstanceConfigurableElement.cpp
65
bool CInstanceConfigurableElement::
getMappingData
(const std::string &strKey,
69
return getTypeElement()->
getMappingData
(strKey, pStrValue);
TypeElement.cpp
64
bool CTypeElement::
getMappingData
(const std::string &strKey, const std::string *&pStrValue) const
117
if (!
getMappingData
()->init(rawMapping, error)) {
137
CMappingData *CTypeElement::
getMappingData
()
SystemClass.cpp
82
bool CSystemClass::
getMappingData
(const std::string & /*strKey*/,
ElementHandle.cpp
129
bool ElementHandle::
getMappingData
(const string &strKey, string &strValue) const
137
if (element->
getMappingData
(strKey, pStrValue)) {
Subsystem.cpp
237
if (pInstanceConfigurableElement->
getMappingData
(strMappingKey, pStrValue)) {
325
bool CSubsystem::
getMappingData
(const std::string &strKey, const std::string *&pStrValue) const
353
if (pConfigurableElement->
getMappingData
(strKey, pStrValue)) {
380
if (pInstanceConfigurableElement->
getMappingData
(strKey, pStrValue)) {
/external/parameter-framework/upstream/test/functional-tests/include/
ElementHandle.hpp
65
std::string
getMappingData
(const std::string &key)
68
if (not EH::
getMappingData
(key, value)) {
Completed in 43 milliseconds