OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConfigurableElement
(Results
1 - 8
of
8
) sorted by null
/external/parameter-framework/upstream/parameter/
AreaConfiguration.cpp
132
const CConfigurableElement *CAreaConfiguration::
getConfigurableElement
() const
139
assert(_pConfigurableElement->isDescendantOf(pToAreaConfiguration->
getConfigurableElement
()));
143
pToAreaConfiguration->
getConfigurableElement
()->getOffset());
148
assert(_pConfigurableElement->isDescendantOf(pFromAreaConfiguration->
getConfigurableElement
()));
152
pFromAreaConfiguration->
getConfigurableElement
()->getOffset());
AreaConfiguration.h
70
const CConfigurableElement *
getConfigurableElement
() const;
DomainConfiguration.cpp
116
areaConfiguration->
getConfigurableElement
();
138
const CConfigurableElement *destination = areaConfiguration->
getConfigurableElement
();
193
const CConfigurableElement *source = areaConfiguration->
getConfigurableElement
();
265
return a + conf->
getConfigurableElement
()->getPath() + "\n";
318
conf->
getConfigurableElement
() == pConfigurableElement;
400
auto configurableElement = configurationToValidateAgainst->
getConfigurableElement
();
455
return conf->
getConfigurableElement
() == pConfigurableElement;
469
return conf->
getConfigurableElement
()->getPath() == configurableElementPath;
SubsystemObject.h
59
const CInstanceConfigurableElement *
getConfigurableElement
() const;
SubsystemObject.cpp
189
const CInstanceConfigurableElement *CSubsystemObject::
getConfigurableElement
() const
Subsystem.cpp
213
if (pSubsystemObject->
getConfigurableElement
() == pInstanceConfigurableElement) {
ParameterMgr.h
118
/** const version of
getConfigurableElement
*/
119
const CConfigurableElement *
getConfigurableElement
(const std::string &strPath,
130
CConfigurableElement *
getConfigurableElement
(const std::string &strPath, std::string &strError);
[
all
...]
ParameterMgr.cpp
697
const CConfigurableElement *CParameterMgr::
getConfigurableElement
(const string &strPath,
725
CConfigurableElement *CParameterMgr::
getConfigurableElement
(const string &strPath, string &strError)
730
return const_cast<CConfigurableElement *>(constThis->
getConfigurableElement
(strPath, strError));
736
CConfigurableElement *pConfigurableElement =
getConfigurableElement
(strPath, strError);
766
pConfigurableElement =
getConfigurableElement
(path, error);
[
all
...]
Completed in 133 milliseconds