Home
last modified time | relevance | path

Searched refs:CCommandHandler (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameterMgr.cpp861 CParameterMgr::CCommandHandler::CommandStatus CParameterMgr::versionCommandProcess( in versionCommandProcess()
867 return CCommandHandler::ESucceeded; in versionCommandProcess()
871 CParameterMgr::CCommandHandler::CommandStatus CParameterMgr::statusCommandProcess( in statusCommandProcess()
924 return CCommandHandler::ESucceeded; in statusCommandProcess()
928 CParameterMgr::CCommandHandler::CommandStatus CParameterMgr::setTuningModeCommandProcess( in setTuningModeCommandProcess()
935 return CCommandHandler::EDone; in setTuningModeCommandProcess()
941 return CCommandHandler::EDone; in setTuningModeCommandProcess()
945 return CCommandHandler::EShowUsage; in setTuningModeCommandProcess()
947 return CCommandHandler::EFailed; in setTuningModeCommandProcess()
950 CParameterMgr::CCommandHandler::CommandStatus CParameterMgr::getTuningModeCommandProcess( in getTuningModeCommandProcess()
[all …]
DParameterMgr.h407 using CCommandHandler = CommandHandler::element_type; variable
408 using RemoteCommandParser = CCommandHandler::CommandStatus (CParameterMgr::*)(
423 CCommandHandler::CommandStatus versionCommandProcess(const IRemoteCommand &remoteCommand,
426 CCommandHandler::CommandStatus statusCommandProcess(const IRemoteCommand &remoteCommand,
429 CCommandHandler::CommandStatus setTuningModeCommandProcess(const IRemoteCommand &remoteCommand,
431 CCommandHandler::CommandStatus getTuningModeCommandProcess(const IRemoteCommand &remoteCommand,
434 CCommandHandler::CommandStatus setValueSpaceCommandProcess(const IRemoteCommand &remoteCommand,
436 CCommandHandler::CommandStatus getValueSpaceCommandProcess(const IRemoteCommand &remoteCommand,
439 CCommandHandler::CommandStatus setOutputRawFormatCommandProcess(
441 CCommandHandler::CommandStatus getOutputRawFormatCommandProcess(
[all …]
/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.cpp56 return CTestPlatform::CCommandHandler::EDone; in exit()
68 CCommandHandler commandHandler(this); in run()
143 ? CTestPlatform::CCommandHandler::EDone in createExclusiveSelectionCriterionFromStateList()
144 : CTestPlatform::CCommandHandler::EFailed; in createExclusiveSelectionCriterionFromStateList()
152 ? CTestPlatform::CCommandHandler::EDone in createInclusiveSelectionCriterionFromStateList()
153 : CTestPlatform::CCommandHandler::EFailed; in createInclusiveSelectionCriterionFromStateList()
162 ? CTestPlatform::CCommandHandler::EDone in createExclusiveSelectionCriterion()
163 : CTestPlatform::CCommandHandler::EFailed; in createExclusiveSelectionCriterion()
172 ? CTestPlatform::CCommandHandler::EDone in createInclusiveSelectionCriterion()
173 : CTestPlatform::CCommandHandler::EFailed; in createInclusiveSelectionCriterion()
[all …]
DTestPlatform.h44 typedef TRemoteCommandHandlerTemplate<CTestPlatform> CCommandHandler; typedef
45 typedef CCommandHandler::CommandStatus CommandReturn;