Searched refs:ALWAYS_ASSERT (Results 1 – 8 of 8) sorted by relevance
/external/parameter-framework/upstream/test/introspection-subsystem/ |
D | IntrospectionSubsystemObject.cpp | 54 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()
|
D | IntrospectionSubsystemObject.h | 57 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/ |
D | DomainConfiguration.cpp | 320 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()
|
D | RuleParser.cpp | 117 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()
|
D | ParameterBlackboard.cpp | 136 ALWAYS_ASSERT(offset + size <= getSize(), in assertValidAccess()
|
D | ConfigurableDomain.cpp | 1187 ALWAYS_ASSERT(mapIt != _configurableElementToSyncerSetMap.end(), in getSyncerSet()
|
/external/parameter-framework/upstream/utility/ |
D | AlwaysAssert.hpp | 42 #define ALWAYS_ASSERT(cond, iostr) \ macro
|
/external/parameter-framework/upstream/xmlserializer/ |
D | XmlDocSource.cpp | 227 ALWAYS_ASSERT(xmlUri != nullptr, "unable to make URI from: \"" << base << "\" and \"" in mkUri()
|