HomeSort by relevance Sort by last modified time
    Searched refs:lstrError (Results 1 - 7 of 7) sorted by null

  /external/parameter-framework/parameter/
SystemClass.cpp 113 list<string> lstrError;
114 bool bLoadPluginsSuccess = loadSubsystemsFromSharedLibraries(lstrError, pSubsystemPlugins);
120 log_table(!bVirtualSubsystemFallback, lstrError);
126 CUtility::asString(lstrError, strError);
132 bool CSystemClass::loadSubsystemsFromSharedLibraries(list<string>& lstrError,
170 if (!loadPlugins(lstrPluginFiles, lstrError)) {
182 lstrError.push_back("Unable to load the following plugins: " + strPluginUnloaded + ".");
213 bool CSystemClass::loadPlugins(list<string>& lstrPluginFiles, list<string>& lstrError)
235 lstrError.push_back("dlerror failed");
237 lstrError.push_back("Plugin load failed: " + string(err))
    [all...]
SystemClass.h 85 * @param[out] lstrError is the list of error that occured during loadings.
90 bool loadSubsystemsFromSharedLibraries(std::list<std::string>& lstrError,
100 * @param[out] lstrError is the list of error that occured during loadings.
106 bool loadPlugins(std::list<std::string>& lstrPluginFiles, std::list<std::string>& lstrError);
ConfigurableDomains.cpp 402 bool CConfigurableDomains::restoreConfiguration(const string& strDomain, const string& strConfiguration, CParameterBlackboard* pMainBlackboard, bool bAutoSync, std::list<string>& lstrError) const
410 lstrError.push_back(strError);
414 return pConfigurableDomain->restoreConfiguration(strConfiguration, pMainBlackboard, bAutoSync, lstrError);
ConfigurableDomain.cpp 689 bool CConfigurableDomain::restoreConfiguration(const string& strName, CParameterBlackboard* pMainBlackboard, bool bAutoSync, std::list<string>& lstrError) const
697 lstrError.push_back(strError);
703 bool bSuccess = pDomainConfiguration->restore(pMainBlackboard, bAutoSync && _bSequenceAware, &lstrError);
711 bSuccess &= _syncerSet.sync(*pMainBlackboard, false, &lstrError);
    [all...]
ConfigurableDomains.h 91 bool restoreConfiguration(const std::string& strDomain, const std::string& strConfiguration, CParameterBlackboard* pMainBlackboard, bool bAutoSync, std::list<std::string>& lstrError) const;
ParameterMgrFullConnector.cpp 270 std::list<string>& lstrError)
272 return _pParameterMgr->restoreConfiguration(strDomain, strConfiguration, lstrError);
ParameterMgr.cpp     [all...]

Completed in 52 milliseconds