OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accessParameterValue
(Results
1 - 7
of
7
) sorted by null
/external/parameter-framework/upstream/test/functional-tests/include/
ParameterFramework.hpp
125
/** Wrap PF::
accessParameterValue
in "set" mode (and rename it) to throw an
130
mayFailCall(&PF::
accessParameterValue
, path, value, true);
132
/** Wrap PF::
accessParameterValue
in "get" mode (and rename it) to throw an
137
mayFailCall(&PF::
accessParameterValue
, path, value, false);
/external/parameter-framework/upstream/parameter/
ParameterMgrFullConnector.cpp
113
bool CParameterMgrFullConnector::
accessParameterValue
(const string &strPath, string &strValue,
116
return _pParameterMgr->
accessParameterValue
(strPath, strValue, bSet, strError);
ParameterMgr.h
240
bool
accessParameterValue
(const std::string &strPath, std::string &strValue, bool bSet,
[
all
...]
ParameterMgr.cpp
[
all
...]
/external/parameter-framework/upstream/test/test-fixed-point-parameter/
Main.py
220
(success, _, errorMsg) = self._instance.
accessParameterValue
(parameter, str(value), True)
224
(success, value, errorMsg) = self._instance.
accessParameterValue
(parameter, "", False)
/external/parameter-framework/upstream/parameter/include/
ParameterMgrFullConnector.h
105
bool
accessParameterValue
(const std::string &strPath, std::string &strValue, bool bSet,
/external/parameter-framework/upstream/bindings/python/
pfw.i
125
bool
accessParameterValue
(const std::string& strPath, std::string& strValue, bool bSet, std::string& strError);
Completed in 90 milliseconds