Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/vdi_base/common/utils/event/
H A Devent_base.h71 m_totalFunc = 0; in EventBaseArray()
82 m_func[m_totalFunc] = static_cast<pMemFunc>(func); in Associate()
83 m_totalFunc++; in Associate()
93 for (i = 0; i < m_totalFunc; i++) { in DisAssociate()
98 for (i = 0; i < m_totalFunc - 1; i++) { in DisAssociate()
103 m_totalFunc--; in DisAssociate()
108 for (int i = 0; i < m_totalFunc; i++) { in SendEvent()
118 int m_totalFunc; variable