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

  /external/parameter-framework/upstream/parameter/
ParameterMgrPlatformConnector.cpp 156 void CParameterMgrPlatformConnector::setSchemaUri(const string &schemaUri)
158 _pParameterMgr->setSchemaUri(schemaUri);
ParameterMgr.h 191 * @param[in] schemaUri XML Schemas URI
193 void setSchemaUri(const std::string &schemaUri);
    [all...]
ParameterMgr.cpp 844 void CParameterMgr::setSchemaUri(const string &schemaUri)
846 _schemaUri = schemaUri;
    [all...]
  /external/parameter-framework/upstream/parameter/include/
ParameterMgrPlatformConnector.h 168 * @param[in] schemaUri the XML Schemas URI
170 void setSchemaUri(const std::string &schemaUri);
  /external/parameter-framework/upstream/xmlserializer/
XmlDocSource.cpp 168 string schemaUri = getSchemaUri();
170 xmlDocPtr pSchemaDoc = xmlReadFile(schemaUri.c_str(), nullptr, XML_PARSE_NONET);
  /external/parameter-framework/upstream/bindings/python/
pfw.i 100 void setSchemaUri(const std::string& schemaUri);

Completed in 246 milliseconds