OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSelectionCriterionType
(Results
1 - 13
of
13
) sorted by null
/external/parameter-framework/upstream/parameter/
SelectionCriterionLibrary.cpp
40
CSelectionCriterionType
*CSelectionCriterionLibrary::createSelectionCriterionType(bool bIsInclusive)
42
auto pSelectionCriterionType = new
CSelectionCriterionType
(bIsInclusive);
SelectionCriterionLibrary.h
39
CSelectionCriterionType
*createSelectionCriterionType(bool bIsInclusive);
SelectionCriterionType.cpp
37
const std::string
CSelectionCriterionType
::_strDelimiter = "|";
39
CSelectionCriterionType
::
CSelectionCriterionType
(bool bIsInclusive) : _bInclusive(bIsInclusive)
48
std::string
CSelectionCriterionType
::getKind() const
54
bool
CSelectionCriterionType
::addValuePair(int iValue, const std::string &strValue,
93
bool
CSelectionCriterionType
::getNumericalValue(const std::string &strValue, int &iValue) const
118
bool
CSelectionCriterionType
::getAtomicNumericalValue(const std::string &strValue,
132
bool
CSelectionCriterionType
::getLiteralValue(int iValue, std::string &strValue) const
148
bool
CSelectionCriterionType
::isTypeInclusive() const
154
std::string
CSelectionCriterionType
::listPossibleValues() cons
[
all
...]
SelectionCriteria.h
56
CSelectionCriterionType
*createSelectionCriterionType(bool bIsInclusive);
58
const
CSelectionCriterionType
*pType,
SelectionCriterion.h
45
CSelectionCriterion(const std::string &strName, const
CSelectionCriterionType
*pType,
85
const
CSelectionCriterionType
*_pType;
SelectionCriterionType.h
37
class
CSelectionCriterionType
: public CElement, public ISelectionCriterionTypeInterface
42
CSelectionCriterionType
(bool bIsInclusive);
SelectionCriteriaDefinition.h
43
const
CSelectionCriterionType
*pType,
SelectionCriteria.cpp
48
CSelectionCriterionType
*CSelectionCriteria::createSelectionCriterionType(bool bIsInclusive)
54
const std::string &strName, const
CSelectionCriterionType
*pType, core::log::Logger &logger)
SelectionCriteriaDefinition.cpp
40
const std::string &strName, const
CSelectionCriterionType
*pType, core::log::Logger &logger)
SelectionCriterion.cpp
40
const
CSelectionCriterionType
*pType,
ParameterMgrPlatformConnector.cpp
67
strName, static_cast<const
CSelectionCriterionType
*>(pSelectionCriterionType));
ParameterMgr.h
109
CSelectionCriterionType
*createSelectionCriterionType(bool bIsInclusive);
111
const std::string &strName, const
CSelectionCriterionType
*pSelectionCriterionType);
[
all
...]
ParameterMgr.cpp
658
CSelectionCriterionType
*CParameterMgr::createSelectionCriterionType(bool bIsInclusive)
665
const string &strName, const
CSelectionCriterionType
*pSelectionCriterionType)
[
all
...]
Completed in 101 milliseconds