Home
last modified time | relevance | path

Searched refs:ALWAYS_ASSERT (Results 1 – 8 of 8) sorted by relevance

/external/parameter-framework/upstream/test/introspection-subsystem/
DIntrospectionSubsystemObject.cpp54 ALWAYS_ASSERT(geParameterType(instanceConfigurableElement)->getSize() == parameterSize, in SubsystemObject()
56 ALWAYS_ASSERT((instanceConfigurableElement->getFootPrint() / parameterSize) == 1, in SubsystemObject()
58 ALWAYS_ASSERT(geParameterType(instanceConfigurableElement)->isScalar(), in SubsystemObject()
DIntrospectionSubsystemObject.h57 ALWAYS_ASSERT(mSingletonInstance != nullptr, "Singleton value has not been registered"); in getSingletonInstanceValue()
69 ALWAYS_ASSERT(mSingletonInstance == nullptr, "An instance is already registered"); in registerInstance()
78 ALWAYS_ASSERT(mSingletonInstance == &instance, "This instance was not registered."); in unregisterInstance()
/external/parameter-framework/upstream/parameter/
DDomainConfiguration.cpp320 ALWAYS_ASSERT(it != end(mAreaConfigurationList), "Configurable Element " in getBlackboard()
369 ALWAYS_ASSERT(areaConfiguration != nullptr, "Configurable Element " in isValid()
391 ALWAYS_ASSERT(mAreaConfigurationList.size() == in validateAgainst()
457 ALWAYS_ASSERT(it != end(mAreaConfigurationList), in getAreaConfiguration()
DRuleParser.cpp117 ALWAYS_ASSERT(pParentRule != nullptr, "Invalid parent rule given to rule parser"); in parse()
151 ALWAYS_ASSERT(_uiCurrentPos <= _strApplicationRule.length(), "Current Position outside range"); in iterate()
DParameterBlackboard.cpp136 ALWAYS_ASSERT(offset + size <= getSize(), in assertValidAccess()
DConfigurableDomain.cpp1187 ALWAYS_ASSERT(mapIt != _configurableElementToSyncerSetMap.end(), in getSyncerSet()
/external/parameter-framework/upstream/utility/
DAlwaysAssert.hpp42 #define ALWAYS_ASSERT(cond, iostr) \ macro
/external/parameter-framework/upstream/xmlserializer/
DXmlDocSource.cpp227 ALWAYS_ASSERT(xmlUri != nullptr, "unable to make URI from: \"" << base << "\" and \"" in mkUri()