Searched refs:CParameterMgr (Results 1 - 8 of 8) sorted by relevance
/external/parameter-framework/upstream/parameter/include/ |
H A D | ParameterHandle.h | 48 CParameterHandle(CConfigurableElement &element, CParameterMgr ¶meterMgr) 52 friend CParameterMgr; // So that it can build the handler
|
H A D | ParameterMgrPlatformConnector.h | 40 class CParameterMgr; 201 CParameterMgr *_pParameterMgr;
|
H A D | ElementHandle.h | 43 class CParameterMgr; 228 ElementHandle(CConfigurableElement &element, CParameterMgr ¶meterMgr); 229 friend CParameterMgr; // So that it can build the handler 264 CParameterMgr &mParameterMgr;
|
H A D | ParameterMgrFullConnector.h | 46 class CParameterMgr;
|
/external/parameter-framework/upstream/parameter/ |
H A D | ParameterMgr.cpp | 150 const CParameterMgr::SRemoteCommandParserItem CParameterMgr::gastRemoteCommandParserItems[] = { 153 {"version", &CParameterMgr::versionCommandProcess, 0, "", "Show version"}, 156 {"status", &CParameterMgr::statusCommandProcess, 0, "", "Show current status"}, 159 {"setTuningMode", &CParameterMgr::setTuningModeCommandProcess, 1, "on|off*", 161 {"getTuningMode", &CParameterMgr::getTuningModeCommandProcess, 0, "", "Show Tuning Mode"}, 164 {"setValueSpace", &CParameterMgr::setValueSpaceCommandProcess, 1, "raw|real*", 166 {"getValueSpace", &CParameterMgr::getValueSpaceCommandProcess, 0, "", "Show Value Space"}, 169 {"setOutputRawFormat", &CParameterMgr::setOutputRawFormatCommandProcess, 1, "dec*|hex", 171 {"getOutputRawFormat", &CParameterMgr 326 CParameterMgr::CParameterMgr(const string &strConfigurationFilePath, log::ILogger &logger) function in class:CParameterMgr [all...] |
H A D | ParameterMgr.h | 66 class CParameterMgr : private CElement class in inherits:CElement 87 CParameterMgr(const std::string &strConfigurationFilePath, core::log::ILogger &logger); 88 virtual ~CParameterMgr(); 100 using CommandHandler = std::unique_ptr<TRemoteCommandHandlerTemplate<CParameterMgr>>; 394 CParameterMgr(const CParameterMgr &); 395 CParameterMgr &operator=(const CParameterMgr &); 408 using RemoteCommandParser = CCommandHandler::CommandStatus (CParameterMgr::*)( 415 CParameterMgr [all...] |
H A D | ParameterMgrPlatformConnector.cpp | 41 _pParameterMgr(new CParameterMgr(strConfigurationFilePath, *_pParameterMgrLogger)),
|
H A D | ElementHandle.cpp | 58 ElementHandle::ElementHandle(CConfigurableElement &element, CParameterMgr ¶meterMgr)
|
Completed in 288 milliseconds