OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toBlackboard
(Results
1 - 16
of
16
) sorted by null
/external/parameter-framework/upstream/parameter/
BooleanParameterType.h
47
bool
toBlackboard
(const std::string &strValue, uint32_t &uiValue,
52
bool
toBlackboard
(bool bUserValue, uint32_t &uiValue,
57
bool
toBlackboard
(uint32_t uiUserValue, uint32_t &uiValue,
BooleanParameterType.cpp
47
bool CBooleanParameterType::
toBlackboard
(const std::string &strValue, uint32_t &uiValue,
88
bool CBooleanParameterType::
toBlackboard
(bool bUserValue, uint32_t &uiValue,
105
bool CBooleanParameterType::
toBlackboard
(uint32_t uiUserValue, uint32_t &uiValue,
ParameterType.h
66
virtual bool
toBlackboard
(const std::string &strValue, uint32_t &uiValue,
71
virtual bool
toBlackboard
(bool bUserValue, uint32_t &uiValue,
76
virtual bool
toBlackboard
(uint32_t uiUserValue, uint32_t &uiValue,
81
virtual bool
toBlackboard
(int32_t iUserValue, uint32_t &uiValue,
86
virtual bool
toBlackboard
(double dUserValue, uint32_t &uiValue,
BitParameterType.h
54
bool
toBlackboard
(const std::string &strValue, uint64_t &uiValue,
59
bool
toBlackboard
(uint64_t uiUserValue, uint64_t &uiValue,
EnumParameterType.h
50
bool
toBlackboard
(const std::string &strValue, uint32_t &uiValue,
55
bool
toBlackboard
(int32_t iUserValue, uint32_t &uiValue,
70
// Specialized version of
toBlackboard
in case the access context is in raw
FixedPointParameterType.h
56
bool
toBlackboard
(const std::string &strValue, uint32_t &uiValue,
61
bool
toBlackboard
(double dUserValue, uint32_t &uiValue,
FloatingPointParameterType.h
48
bool
toBlackboard
(const std::string &strValue, uint32_t &uiValue,
52
bool
toBlackboard
(double dUserValue, uint32_t &uiValue,
IntegerParameterType.h
158
bool
toBlackboard
(uint32_t uiUserValue, uint32_t &uiValue,
165
bool
toBlackboard
(int32_t iUserValue, uint32_t &uiValue,
172
bool
toBlackboard
(double dUserValue, uint32_t &uiValue,
181
return Base::
toBlackboard
(dUserValue, uiValue, parameterAccessContext);
201
bool
toBlackboard
(const std::string &strValue, uint32_t &uiValue,
224
bool
toBlackboard
(const std::string &strValue, uint32_t &uiValue,
230
return
toBlackboard
<Intermediate>(strValue, uiValue, parameterAccessContext);
232
return
toBlackboard
<CType>(strValue, uiValue, parameterAccessContext);
ParameterType.cpp
214
bool CParameterType::
toBlackboard
(bool /*bUserValue*/, uint32_t & /*uiValue*/,
229
bool CParameterType::
toBlackboard
(uint32_t /*uiUserValue*/, uint32_t & /*uiValue*/,
244
bool CParameterType::
toBlackboard
(int32_t /*iUserValue*/, uint32_t & /*uiValue*/,
261
bool CParameterType::
toBlackboard
(double /*dUserValue*/, uint32_t & /*uiValue*/,
EnumParameterType.cpp
95
bool CEnumParameterType::
toBlackboard
(const string &strValue, uint32_t &uiValue,
118
//
toBlackboard
.
119
return
toBlackboard
(iParsedUserValue, uiValue, parameterAccessContext);
166
bool CEnumParameterType::
toBlackboard
(int32_t userValue, uint32_t &value,
BitParameterType.cpp
122
bool CBitParameterType::
toBlackboard
(const string &strValue, uint64_t &uiValue,
177
bool CBitParameterType::
toBlackboard
(uint64_t uiUserValue, uint64_t &uiValue,
FloatingPointParameterType.cpp
116
bool CFloatingPointParameterType::
toBlackboard
(
234
bool CFloatingPointParameterType::
toBlackboard
(
BitParameter.cpp
154
->
toBlackboard
(value, uiData, parameterAccessContext)) {
Parameter.cpp
178
->
toBlackboard
(value, uiData, parameterAccessContext)) {
FixedPointParameterType.cpp
119
bool CFixedPointParameterType::
toBlackboard
(const string &strValue, uint32_t &uiValue,
231
bool CFixedPointParameterType::
toBlackboard
(double dUserValue, uint32_t &uiValue,
ArrayParameter.cpp
407
->
toBlackboard
(value, uiData, parameterAccessContext)) {
Completed in 247 milliseconds