HomeSort by relevance Sort by last modified time
    Searched refs:setSchemaFolderLocation (Results 1 - 8 of 8) sorted by null

  /external/parameter-framework/parameter/
ParameterMgrPlatformConnector.cpp 146 void CParameterMgrPlatformConnector::setSchemaFolderLocation(const string& strSchemaFolderLocation)
148 _pParameterMgr->setSchemaFolderLocation(strSchemaFolderLocation);
ParameterMgrFullConnector.cpp 138 void CParameterMgrFullConnector::setSchemaFolderLocation(const string& strSchemaFolderLocation)
140 _pParameterMgr->setSchemaFolderLocation(strSchemaFolderLocation);
ParameterMgr.h 193 void setSchemaFolderLocation(const std::string& strSchemaFolderLocation);
    [all...]
ParameterMgr.cpp     [all...]
  /external/parameter-framework/parameter/include/
ParameterMgrPlatformConnector.h 140 void setSchemaFolderLocation(const std::string& strSchemaFolderLocation);
ParameterMgrFullConnector.h 124 void setSchemaFolderLocation(const std::string& strSchemaFolderLocation);
  /external/parameter-framework/tools/xmlGenerator/
domainGenerator.py 274 pfw.setSchemaFolderLocation(schemas_dir)
327 pfw.setSchemaFolderLocation(args.target_schemas_dir)
  /external/parameter-framework/bindings/python/
pfw.i 100 void setSchemaFolderLocation(const std::string& strSchemaFolderLocation);

Completed in 65 milliseconds