OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CParameterMgr
(Results
1 - 8
of
8
) sorted by null
/external/parameter-framework/upstream/parameter/include/
ParameterHandle.h
48
CParameterHandle(CConfigurableElement &element,
CParameterMgr
¶meterMgr)
52
friend
CParameterMgr
; // So that it can build the handler
ParameterMgrPlatformConnector.h
40
class
CParameterMgr
;
201
CParameterMgr
*_pParameterMgr;
ElementHandle.h
43
class
CParameterMgr
;
228
ElementHandle(CConfigurableElement &element,
CParameterMgr
¶meterMgr);
229
friend
CParameterMgr
; // So that it can build the handler
264
CParameterMgr
&mParameterMgr;
ParameterMgrFullConnector.h
46
class
CParameterMgr
;
/external/parameter-framework/upstream/parameter/
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
::getOutputRawFormatCommandProcess, 0, ""
[
all
...]
ParameterMgr.h
66
class
CParameterMgr
: private CElement
87
CParameterMgr
(const std::string &strConfigurationFilePath, core::log::ILogger &logger);
88
~
CParameterMgr
() override;
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
::RemoteCommandParser _pfnParser
[
all
...]
ParameterMgrPlatformConnector.cpp
41
_pParameterMgr(new
CParameterMgr
(strConfigurationFilePath, *_pParameterMgrLogger)),
ElementHandle.cpp
58
ElementHandle::ElementHandle(CConfigurableElement &element,
CParameterMgr
¶meterMgr)
Completed in 189 milliseconds