OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accessConfigurationValue
(Results
1 - 6
of
6
) sorted by null
/external/parameter-framework/upstream/test/functional-tests/include/
ParameterFramework.hpp
140
/** Wrap PF::
accessConfigurationValue
in "set" mode (and rename it) to throw an
146
mayFailCall(&PF::
accessConfigurationValue
, domain, configuration, path, value, true);
149
/** Wrap PF::
accessConfigurationValue
in "get" mode (and rename it) to throw an
155
mayFailCall(&PF::
accessConfigurationValue
, domain, configuration, path, value, false);
/external/parameter-framework/upstream/parameter/
ParameterMgrFullConnector.cpp
119
bool CParameterMgrFullConnector::
accessConfigurationValue
(const string &strDomain,
124
return _pParameterMgr->
accessConfigurationValue
(strDomain, strConfiguration, strPath, strValue,
ParameterMgr.h
251
bool
accessConfigurationValue
(const std::string &strDomain, const std::string &stConfiguration,
[
all
...]
ParameterMgr.cpp
[
all
...]
/external/parameter-framework/upstream/parameter/include/
ParameterMgrFullConnector.h
107
bool
accessConfigurationValue
(const std::string &strDomain, const std::string &strConfiguration,
/external/parameter-framework/upstream/bindings/python/
pfw.i
126
bool
accessConfigurationValue
(const std::string &strDomain, const std::string &strConfiguration, const std::string& strPath, std::string& strValue, bool bSet, std::string& strError);
Completed in 100 milliseconds