OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSchemaUri
(Results
1 - 10
of
10
) sorted by null
/external/parameter-framework/upstream/parameter/
ParameterMgrPlatformConnector.cpp
151
const string &CParameterMgrPlatformConnector::
getSchemaUri
() const
153
return _pParameterMgr->
getSchemaUri
();
ParameterMgr.h
187
const std::string &
getSchemaUri
() const;
[
all
...]
ParameterMgr.cpp
631
docSource.setSchemaBaseUri(
getSchemaUri
());
839
const string &CParameterMgr::
getSchemaUri
() const
[
all
...]
/external/parameter-framework/upstream/parameter/include/
ParameterMgrPlatformConnector.h
164
const std::string &
getSchemaUri
() const;
/external/parameter-framework/upstream/xmlserializer/
XmlDocSource.h
190
std::string
getSchemaUri
() const;
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
();
TestPlatform.h
67
CommandReturn
getSchemaUri
(const IRemoteCommand &remotecommand, std::string &result);
/external/parameter-framework/upstream/test/functional-tests/include/
ParameterFramework.hpp
82
using PF::
getSchemaUri
;
/external/parameter-framework/upstream/bindings/python/
pfw.i
101
const std::string&
getSchemaUri
() const;
Completed in 95 milliseconds