Searched refs:m_lInteractionRules (Results 1 – 2 of 2) sorted by relevance
131 for ( pIt = m_lInteractionRules.begin(); in handle()132 pIt != m_lInteractionRules.end() ; in handle()186 for ( pIt = m_lInteractionRules.begin(); in handleInteractionRequest()187 pIt != m_lInteractionRules.end() ; in handleInteractionRequest()241 for ( pIt = m_lInteractionRules.begin(); in addInteractionRule()242 pIt != m_lInteractionRules.end() ; in addInteractionRule()254 m_lInteractionRules.push_back(aInteractionInfo); in addInteractionRule()269 for ( pIt = m_lInteractionRules.begin(); in getInteractionInfo()270 pIt != m_lInteractionRules.end() ; in getInteractionInfo()
135 InteractionList m_lInteractionRules; member in framework::PreventDuplicateInteraction