Lines Matching refs:m_nEventId
46 ,m_nEventId(0) in DBG_NAME()
56 if ( m_nEventId ) in ~OAsyncronousLink()
57 Application::RemoveUserEvent(m_nEventId); in ~OAsyncronousLink()
58 m_nEventId = 0; in ~OAsyncronousLink()
76 if (m_nEventId) in Call()
77 Application::RemoveUserEvent(m_nEventId); in Call()
78 m_nEventId = Application::PostUserEvent( LINK( this, OAsyncronousLink, OnAsyncCall ), _pArgument ); in Call()
85 if ( m_nEventId ) in CancelCall()
86 Application::RemoveUserEvent( m_nEventId ); in CancelCall()
87 m_nEventId = 0; in CancelCall()
97 if (!m_nEventId) in IMPL_LINK()
101 m_nEventId = 0; in IMPL_LINK()