OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toBlackboard
(Results
1 - 17
of
17
) sorted by null
/external/parameter-framework/upstream/parameter/
BooleanParameterType.h
47
virtual bool
toBlackboard
(const std::string &strValue, uint32_t &uiValue,
52
virtual bool
toBlackboard
(bool bUserValue, uint32_t &uiValue,
57
virtual bool
toBlackboard
(uint32_t uiUserValue, uint32_t &uiValue,
IntegerParameterType.h
52
virtual bool
toBlackboard
(const std::string &strValue, uint32_t &uiValue,
57
virtual bool
toBlackboard
(uint32_t uiUserValue, uint32_t &uiValue,
62
virtual bool
toBlackboard
(int32_t iUserValue, uint32_t &uiValue,
67
virtual bool
toBlackboard
(double dUserValue, uint32_t &uiValue,
FloatingPointParameterType.h
47
virtual bool
toBlackboard
(const std::string &strValue, uint32_t &uiValue,
51
virtual bool
toBlackboard
(double dUserValue, 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
65
virtual bool
toBlackboard
(const std::string &strValue, uint32_t &uiValue,
70
virtual bool
toBlackboard
(bool bUserValue, uint32_t &uiValue,
75
virtual bool
toBlackboard
(uint32_t uiUserValue, uint32_t &uiValue,
80
virtual bool
toBlackboard
(int32_t iUserValue, uint32_t &uiValue,
85
virtual bool
toBlackboard
(double dUserValue, uint32_t &uiValue,
BitParameterType.h
53
bool
toBlackboard
(const std::string &strValue, uint64_t &uiValue,
58
bool
toBlackboard
(uint64_t uiUserValue, uint64_t &uiValue,
EnumParameterType.h
49
virtual bool
toBlackboard
(const std::string &strValue, uint32_t &uiValue,
54
virtual bool
toBlackboard
(int32_t iUserValue, uint32_t &uiValue,
69
// Specialized version of
toBlackboard
in case the access context is in raw
FixedPointParameterType.h
55
virtual bool
toBlackboard
(const std::string &strValue, uint32_t &uiValue,
60
virtual bool
toBlackboard
(double dUserValue, uint32_t &uiValue,
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*/,
IntegerParameterType.cpp
141
bool CIntegerParameterType::
toBlackboard
(const string &strValue, uint32_t &uiValue,
221
bool CIntegerParameterType::
toBlackboard
(uint32_t uiUserValue, uint32_t &uiValue,
246
bool CIntegerParameterType::
toBlackboard
(int32_t iUserValue, uint32_t &uiValue,
276
bool CIntegerParameterType::
toBlackboard
(double dUserValue, uint32_t &uiValue,
285
return base::
toBlackboard
(dUserValue, uiValue, parameterAccessContext);
EnumParameterType.cpp
93
bool CEnumParameterType::
toBlackboard
(const string &strValue, uint32_t &uiValue,
116
//
toBlackboard
.
117
return
toBlackboard
(iParsedUserValue, uiValue, parameterAccessContext);
143
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 3108 milliseconds