Home
last modified time | relevance | path

Searched refs:CommandReturn (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.h45 typedef CCommandHandler::CommandStatus CommandReturn; typedef
57 CommandReturn createExclusiveSelectionCriterionFromStateList(
59 CommandReturn createInclusiveSelectionCriterionFromStateList(
62 CommandReturn createExclusiveSelectionCriterion(const IRemoteCommand &remoteCommand,
64 CommandReturn createInclusiveSelectionCriterion(const IRemoteCommand &remoteCommand,
67 CommandReturn getSchemaUri(const IRemoteCommand &remotecommand, std::string &result);
68 CommandReturn setSchemaUri(const IRemoteCommand &remotecommand, std::string &result);
79 CommandReturn setCriterionState(const IRemoteCommand &remoteCommand, std::string &strResult);
86 CommandReturn startParameterMgr(const IRemoteCommand &remoteCommand, std::string &strResult);
95 CommandReturn applyConfigurations(const IRemoteCommand &remoteCommand, std::string &strResult);
[all …]
DTestPlatform.cpp51 CTestPlatform::CommandReturn CTestPlatform::exit(const IRemoteCommand & /*command*/, in exit()
138 CTestPlatform::CommandReturn CTestPlatform::createExclusiveSelectionCriterionFromStateList( in createExclusiveSelectionCriterionFromStateList()
147 CTestPlatform::CommandReturn CTestPlatform::createInclusiveSelectionCriterionFromStateList( in createInclusiveSelectionCriterionFromStateList()
156 CTestPlatform::CommandReturn CTestPlatform::createExclusiveSelectionCriterion( in createExclusiveSelectionCriterion()
166 CTestPlatform::CommandReturn CTestPlatform::createInclusiveSelectionCriterion( in createInclusiveSelectionCriterion()
176 CTestPlatform::CommandReturn CTestPlatform::startParameterMgr( in startParameterMgr()
185 CTestPlatform::CommandReturn CTestPlatform::setter(const IRemoteCommand &remoteCommand, in setter()
202 CTestPlatform::CommandReturn CTestPlatform::getter(const IRemoteCommand & /*command*/, in getter()
210 CTestPlatform::CommandReturn CTestPlatform::getSchemaUri(const IRemoteCommand & /*remotecommand*/, in getSchemaUri()
217 CTestPlatform::CommandReturn CTestPlatform::setSchemaUri(const IRemoteCommand &remotecommand, in setSchemaUri()
[all …]