Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.h67 CommandReturn getSchemaUri(const IRemoteCommand &remotecommand, std::string &result);
68 CommandReturn setSchemaUri(const IRemoteCommand &remotecommand, std::string &result);
DTestPlatform.cpp217 CTestPlatform::CommandReturn CTestPlatform::setSchemaUri(const IRemoteCommand &remotecommand, in setSchemaUri() argument
220 mParameterMgrPlatformConnector.setSchemaUri(remotecommand.getArgument(0)); in setSchemaUri()