HomeSort by relevance Sort by last modified time
    Searched defs:CCommandHandler (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/test/test-platform/
TestPlatform.h 44 typedef TRemoteCommandHandlerTemplate<CTestPlatform> CCommandHandler;
45 typedef CCommandHandler::CommandStatus CommandReturn;
67 * @see CCommandHandler::RemoteCommandParser for detail on each arguments and return
79 * @see CCommandHandler::RemoteCommandParser for detail on each arguments and return
87 * @see CCommandHandler::RemoteCommandParser for detail on each arguments and return
107 * @see CCommandHandler::RemoteCommandParser for detail on each arguments and return
122 * @see CCommandHandler::RemoteCommandParser for detail on each arguments and return
151 CCommandHandler* _pCommandHandler;
  /external/parameter-framework/parameter/
ParameterMgr.h 78 typedef TRemoteCommandHandlerTemplate<CParameterMgr> CCommandHandler;
80 typedef CCommandHandler::CommandStatus (CParameterMgr::*RemoteCommandParser)(const IRemoteCommand& remoteCommand, std::string& strResult);
378 CCommandHandler::CommandStatus versionCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
380 CCommandHandler::CommandStatus statusCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
382 CCommandHandler::CommandStatus setTuningModeCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
383 CCommandHandler::CommandStatus getTuningModeCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
385 CCommandHandler::CommandStatus setValueSpaceCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
386 CCommandHandler::CommandStatus getValueSpaceCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
388 CCommandHandler::CommandStatus setOutputRawFormatCommandProcess(const IRemoteCommand& remoteCommand, std::string& strResult);
389 CCommandHandler::CommandStatus getOutputRawFormatCommandProcess(const IRemoteCommand& remoteCommand, std::string& (…)
    [all...]

Completed in 80 milliseconds