OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:renameDomain
(Results
1 - 7
of
7
) sorted by null
/external/parameter-framework/upstream/parameter/
ParameterMgrFullConnector.cpp
143
bool CParameterMgrFullConnector::
renameDomain
(const string &strName, const string &strNewName,
146
return _pParameterMgr->
renameDomain
(strName, strNewName, strError);
ConfigurableDomains.h
75
bool
renameDomain
(const std::string &strName, const std::string &strNewName,
ConfigurableDomains.cpp
179
bool CConfigurableDomains::
renameDomain
(const string &strName, const string &strNewName,
ParameterMgr.h
258
bool
renameDomain
(const std::string &strName, const std::string &strNewName,
[
all
...]
ParameterMgr.cpp
195
{"
renameDomain
", &CParameterMgr::renameDomainCommandProcess, 2, "<domain> <new name>",
[
all
...]
/external/parameter-framework/upstream/parameter/include/
ParameterMgrFullConnector.h
124
bool
renameDomain
(const std::string &strName, const std::string &strNewName,
/external/parameter-framework/upstream/bindings/python/
pfw.i
134
bool
renameDomain
(const std::string& strName, const std::string& strNewName, std::string& strError);
Completed in 104 milliseconds