Searched defs:getSchemaUri (Results 1 - 4 of 4) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DParameterMgrPlatformConnector.cpp151 const string &CParameterMgrPlatformConnector::getSchemaUri() const function in class:CParameterMgrPlatformConnector
153 return _pParameterMgr->getSchemaUri();
H A DParameterMgr.cpp631 docSource.setSchemaBaseUri(getSchemaUri());
839 const string &CParameterMgr::getSchemaUri() const function in class:CParameterMgr
2796 new CFileIncluderElementBuilder(_bValidateSchemasOnStart, getSchemaUri()));
/external/parameter-framework/upstream/test/test-platform/
H A DTestPlatform.cpp128 commandHandler.addCommandParser("getSchemaUri", &CTestPlatform::getSchemaUri, 0, "",
210 CTestPlatform::CommandReturn CTestPlatform::getSchemaUri(const IRemoteCommand & /*remotecommand*/, function in class:CTestPlatform
213 result = mParameterMgrPlatformConnector.getSchemaUri();
/external/parameter-framework/upstream/xmlserializer/
H A DXmlDocSource.cpp97 string CXmlDocSource::getSchemaUri() const function in class:CXmlDocSource
168 string schemaUri = getSchemaUri();

Completed in 143 milliseconds