OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setSchemaUri
(Results
1 - 9
of
9
) sorted by null
/external/parameter-framework/upstream/parameter/
ParameterMgrPlatformConnector.cpp
156
void CParameterMgrPlatformConnector::
setSchemaUri
(const string &schemaUri)
158
_pParameterMgr->
setSchemaUri
(schemaUri);
ParameterMgr.h
193
void
setSchemaUri
(const std::string &schemaUri);
[
all
...]
ParameterMgr.cpp
844
void CParameterMgr::
setSchemaUri
(const string &schemaUri)
[
all
...]
/external/parameter-framework/upstream/parameter/include/
ParameterMgrPlatformConnector.h
170
void
setSchemaUri
(const std::string &schemaUri);
/external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp
130
commandHandler.addCommandParser("
setSchemaUri
", &CTestPlatform::
setSchemaUri
, 1, "<directory>",
217
CTestPlatform::CommandReturn CTestPlatform::
setSchemaUri
(const IRemoteCommand &remotecommand,
220
mParameterMgrPlatformConnector.
setSchemaUri
(remotecommand.getArgument(0));
TestPlatform.h
68
CommandReturn
setSchemaUri
(const IRemoteCommand &remotecommand, std::string &result);
/external/parameter-framework/upstream/test/functional-tests/include/
ParameterFramework.hpp
83
using PF::
setSchemaUri
;
/external/parameter-framework/upstream/tools/xmlGenerator/
domainGeneratorConnector.cpp
67
mConnector.
setSchemaUri
(schemasDir);
/external/parameter-framework/upstream/bindings/python/
pfw.i
100
void
setSchemaUri
(const std::string& schemaUri);
Completed in 1553 milliseconds