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

  /external/parameter-framework/upstream/parameter/
ParameterMgrPlatformConnector.cpp 156 void CParameterMgrPlatformConnector::setSchemaUri(const string &schemaUri)
158 _pParameterMgr->setSchemaUri(schemaUri);
ParameterMgr.cpp 844 void CParameterMgr::setSchemaUri(const string &schemaUri)
    [all...]
  /external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp 130 commandHandler.addCommandParser("setSchemaUri", &CTestPlatform::setSchemaUri, 1, "<directory>",
217 CTestPlatform::CommandReturn CTestPlatform::setSchemaUri(const IRemoteCommand &remotecommand,
220 mParameterMgrPlatformConnector.setSchemaUri(remotecommand.getArgument(0));

Completed in 243 milliseconds