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

  /external/parameter-framework/parameter/
ParameterMgrPlatformConnector.cpp 38 CParameterMgrPlatformConnector::CParameterMgrPlatformConnector(
43 _pParameterMgrLogger = new CParameterMgrLogger<CParameterMgrPlatformConnector>(*this);
47 CParameterMgrPlatformConnector::~CParameterMgrPlatformConnector()
54 ISelectionCriterionTypeInterface* CParameterMgrPlatformConnector::createSelectionCriterionType(bool bIsInclusive)
61 ISelectionCriterionInterface* CParameterMgrPlatformConnector::createSelectionCriterion(const string& strName, const ISelectionCriterionTypeInterface* pSelectionCriterionType)
69 ISelectionCriterionInterface* CParameterMgrPlatformConnector::getSelectionCriterion(const string& strName) const
75 void CParameterMgrPlatformConnector::applyConfigurations()
83 CParameterHandle* CParameterMgrPlatformConnector::createParameterHandle(const string& strPath, string& strError) cons
    [all...]
  /external/parameter-framework/parameter/include/
ParameterMgrPlatformConnector.h 39 class CParameterMgrPlatformConnector
41 friend class CParameterMgrLogger<CParameterMgrPlatformConnector>;
53 CParameterMgrPlatformConnector(const std::string& strConfigurationFilePath);
54 ~CParameterMgrPlatformConnector(); // Not virtual since not supposed to be derived!
160 CParameterMgrPlatformConnector(const CParameterMgrPlatformConnector&);
161 CParameterMgrPlatformConnector& operator=(const CParameterMgrPlatformConnector&);
172 CParameterMgrLogger<CParameterMgrPlatformConnector>* _pParameterMgrLogger;
  /external/parameter-framework/test/test-platform/
TestPlatform.h 78 /** Callback to start the PFW, see CParameterMgrPlatformConnector::start.
86 /** Callback to apply PFW configuration, see CParameterMgrPlatformConnector::applyConfiguration.
104 /** The type of a CParameterMgrPlatformConnector boolean setter. */
105 typedef bool (CParameterMgrPlatformConnector::*setter_t)(bool, std::string&);
119 /** The type of a CParameterMgrPlatformConnector boolean getter. */
120 typedef bool (CParameterMgrPlatformConnector::*getter_t)();
145 CParameterMgrPlatformConnector* _pParameterMgrPlatformConnector;
TestPlatform.cpp 45 class CParameterMgrPlatformConnectorLogger : public CParameterMgrPlatformConnector::ILogger
64 _pParameterMgrPlatformConnector(new CParameterMgrPlatformConnector(strClass)),
106 &CTestPlatform::setter<& CParameterMgrPlatformConnector::setFailureOnMissingSubsystem>,
111 &CTestPlatform::getter<& CParameterMgrPlatformConnector::getFailureOnMissingSubsystem>,
117 &CTestPlatform::setter<& CParameterMgrPlatformConnector::setFailureOnFailedSettingsLoad>,
122 &CTestPlatform::getter<& CParameterMgrPlatformConnector::getFailureOnFailedSettingsLoad>,
128 &CTestPlatform::setter<& CParameterMgrPlatformConnector::setValidateSchemasOnStart>,
133 &CTestPlatform::getter<& CParameterMgrPlatformConnector::getValidateSchemasOnStart>,
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/include/
ParameterManagerWrapper.h 28 class CParameterMgrPlatformConnector;
268 CParameterMgrPlatformConnector *mPfwConnector; /**< Policy Parameter Manager connector. */
  /external/parameter-framework/bindings/c/
ParameterFramework.cpp 50 typedef CParameterMgrPlatformConnector Pfw;
101 class LogWrapper : public CParameterMgrPlatformConnector::ILogger
232 handle->pfw = new CParameterMgrPlatformConnector(configPath);
  /frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
ParameterManagerWrapper.cpp 43 class ParameterMgrPlatformConnectorLogger : public CParameterMgrPlatformConnector::ILogger
79 mPfwConnector = new CParameterMgrPlatformConnector(mPolicyPfwDefaultConfFileName);

Completed in 3653 milliseconds