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

  /external/parameter-framework/upstream/parameter/
ParameterMgrPlatformConnector.cpp 151 const string &CParameterMgrPlatformConnector::getSchemaUri() const
153 return _pParameterMgr->getSchemaUri();
ParameterMgr.cpp 631 docSource.setSchemaBaseUri(getSchemaUri());
839 const string &CParameterMgr::getSchemaUri() const
    [all...]
  /external/parameter-framework/upstream/xmlserializer/
XmlDocSource.cpp 97 string CXmlDocSource::getSchemaUri() const
168 string schemaUri = getSchemaUri();
  /external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp 128 commandHandler.addCommandParser("getSchemaUri", &CTestPlatform::getSchemaUri, 0, "",
210 CTestPlatform::CommandReturn CTestPlatform::getSchemaUri(const IRemoteCommand & /*remotecommand*/,
213 result = mParameterMgrPlatformConnector.getSchemaUri();

Completed in 68 milliseconds