OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CBitParameterType
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/parameter/
BitParameterType.h
41
class
CBitParameterType
: public CTypeElement
44
CBitParameterType
(const std::string &strName);
BitParameterType.cpp
42
CBitParameterType
::
CBitParameterType
(const string &strName) : base(strName)
47
string
CBitParameterType
::getKind() const
53
void
CBitParameterType
::showProperties(string &strResult) const
74
bool
CBitParameterType
::fromXml(const CXmlElement &xmlElement,
122
bool
CBitParameterType
::toBlackboard(const string &strValue, uint64_t &uiValue,
156
void
CBitParameterType
::fromBlackboard(string &strValue, const uint64_t &uiValue,
177
bool
CBitParameterType
::toBlackboard(uint64_t uiUserValue, uint64_t &uiValue,
193
void
CBitParameterType
::fromBlackboard(uint32_t &userValue, uint64_t value,
200
uint64_t
CBitParameterType
::merge(uint64_t uiOriginData, uint64_t uiNewData) cons
[
all
...]
Completed in 54 milliseconds