OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fromblackboard
(Results
1 - 17
of
17
) sorted by null
/external/parameter-framework/upstream/parameter/
BooleanParameterType.h
49
virtual bool
fromBlackboard
(std::string &strValue, const uint32_t &uiValue,
54
virtual bool
fromBlackboard
(bool &bUserValue, uint32_t uiValue,
59
virtual bool
fromBlackboard
(uint32_t &uiUserValue, uint32_t uiValue,
IntegerParameterType.h
54
virtual bool
fromBlackboard
(std::string &strValue, const uint32_t &uiValue,
59
virtual bool
fromBlackboard
(uint32_t &uiUserValue, uint32_t uiValue,
64
virtual bool
fromBlackboard
(int32_t &iUserValue, uint32_t uiValue,
69
virtual bool
fromBlackboard
(double &dUserValue, uint32_t uiValue,
ParameterType.h
67
virtual bool
fromBlackboard
(std::string &strValue, const uint32_t &uiValue,
72
virtual bool
fromBlackboard
(bool &bUserValue, uint32_t uiValue,
77
virtual bool
fromBlackboard
(uint32_t &uiUserValue, uint32_t uiValue,
82
virtual bool
fromBlackboard
(int32_t &iUserValue, uint32_t uiValue,
87
virtual bool
fromBlackboard
(double &dUserValue, uint32_t uiValue,
BooleanParameterType.cpp
74
bool CBooleanParameterType::
fromBlackboard
(std::string &strValue, const uint32_t &uiValue,
96
bool CBooleanParameterType::
fromBlackboard
(bool &bUserValue, uint32_t uiValue,
118
bool CBooleanParameterType::
fromBlackboard
(uint32_t &uiUserValue, uint32_t uiValue,
ParameterType.cpp
221
bool CParameterType::
fromBlackboard
(bool & /*bUserValue*/, uint32_t /*uiValue*/,
236
bool CParameterType::
fromBlackboard
(uint32_t & /*uiUserValue*/, uint32_t /*uiValue*/,
252
bool CParameterType::
fromBlackboard
(int32_t & /*iUserValue*/, uint32_t /*uiValue*/,
269
bool CParameterType::
fromBlackboard
(double & /*dUserValue*/, uint32_t /*uiValue*/,
BitParameterType.h
55
void
fromBlackboard
(std::string &strValue, const uint64_t &uiValue,
60
void
fromBlackboard
(uint32_t &uiUserValue, uint64_t uiValue,
EnumParameterType.h
51
virtual bool
fromBlackboard
(std::string &strValue, const uint32_t &uiValue,
56
virtual bool
fromBlackboard
(int32_t &iUserValue, uint32_t uiValue,
FloatingPointParameterType.h
49
virtual bool
fromBlackboard
(std::string &strValue, const uint32_t &uiValue,
53
virtual bool
fromBlackboard
(double &dUserValue, uint32_t uiValue,
IntegerParameterType.cpp
183
bool CIntegerParameterType::
fromBlackboard
(string &strValue, const uint32_t &value,
236
bool CIntegerParameterType::
fromBlackboard
(uint32_t &uiUserValue, uint32_t uiValue,
261
bool CIntegerParameterType::
fromBlackboard
(int32_t &iUserValue, uint32_t uiValue,
316
bool CIntegerParameterType::
fromBlackboard
(double &dUserValue, uint32_t uiValue,
325
return base::
fromBlackboard
(dUserValue, uiValue, parameterAccessContext);
BitParameterType.cpp
156
void CBitParameterType::
fromBlackboard
(string &strValue, const uint64_t &uiValue,
193
void CBitParameterType::
fromBlackboard
(uint32_t &userValue, uint64_t value,
EnumParameterType.cpp
131
bool CEnumParameterType::
fromBlackboard
(string &userValue, const uint32_t &value,
169
bool CEnumParameterType::
fromBlackboard
(int32_t &userValue, uint32_t value,
FixedPointParameterType.h
57
virtual bool
fromBlackboard
(std::string &strValue, const uint32_t &uiValue,
62
virtual bool
fromBlackboard
(double &dUserValue, uint32_t uiValue,
BitParameter.cpp
178
->
fromBlackboard
(value, uiData, parameterAccessContext);
FixedPointParameterType.cpp
190
bool CFixedPointParameterType::
fromBlackboard
(string &strValue, const uint32_t &value,
254
bool CFixedPointParameterType::
fromBlackboard
(double &dUserValue, uint32_t uiValue,
FloatingPointParameterType.cpp
205
bool CFloatingPointParameterType::
fromBlackboard
(
249
bool CFloatingPointParameterType::
fromBlackboard
(double &dUserValue, uint32_t uiValue,
Parameter.cpp
204
->
fromBlackboard
(value, uiData, parameterAccessContext);
ArrayParameter.cpp
433
->
fromBlackboard
(value, uiData, parameterAccessContext);
Completed in 199 milliseconds