Home
last modified time | relevance | path

Searched refs:getSchemaUri (Results 1 – 11 of 11) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameterMgrPlatformConnector.cpp151 const string &CParameterMgrPlatformConnector::getSchemaUri() const in getSchemaUri() function in CParameterMgrPlatformConnector
153 return _pParameterMgr->getSchemaUri(); in getSchemaUri()
DParameterMgr.cpp631 docSource.setSchemaBaseUri(getSchemaUri()); in xmlParse()
839 const string &CParameterMgr::getSchemaUri() const in getSchemaUri() function in CParameterMgr
2795 new CFileIncluderElementBuilder(_bValidateSchemasOnStart, getSchemaUri())); in feedElementLibraries()
DParameterMgr.h187 const std::string &getSchemaUri() const;
/external/parameter-framework/upstream/xmlserializer/
DXmlDocSource.cpp97 string CXmlDocSource::getSchemaUri() const in getSchemaUri() function in CXmlDocSource
168 string schemaUri = getSchemaUri(); in isInstanceDocumentValid()
DXmlDocSource.h190 std::string getSchemaUri() const;
/external/parameter-framework/upstream/test/test-platform/
DTestPlatform.cpp128 commandHandler.addCommandParser("getSchemaUri", &CTestPlatform::getSchemaUri, 0, "", in run()
210 CTestPlatform::CommandReturn CTestPlatform::getSchemaUri(const IRemoteCommand & /*remotecommand*/, in getSchemaUri() function in CTestPlatform
213 result = mParameterMgrPlatformConnector.getSchemaUri(); in getSchemaUri()
DTestPlatform.h67 CommandReturn getSchemaUri(const IRemoteCommand &remotecommand, std::string &result);
/external/parameter-framework/upstream/parameter/include/
DParameterMgrPlatformConnector.h164 const std::string &getSchemaUri() const;
/external/parameter-framework/upstream/test/functional-tests/include/
DParameterFramework.hpp82 using PF::getSchemaUri;
/external/parameter-framework/upstream/bindings/python/
Dpfw.i101 const std::string& getSchemaUri() const;
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md64 ## `setSchemaUri` and `getSchemaUri`; `setValidateSchemasOnStart` and `getValidateSchemasOnStart`