Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/vdi_base/common/utils/event/
H A Devent_base.h35 m_func = NULL; in EventBase()
42 m_func = static_cast<pMemFunc>(func); in Associate()
50 m_func = NULL; in DisAssociate()
55 (m_obj->*pMemFunc(m_func))(arg, args...); in SendEvent()
60 pMemFunc m_func; variable
74 m_func[i] = NULL; in EventBaseArray()
94 if (m_func[i] == func) { in DisAssociate()
99 m_func[i] = m_func[i + 1]; in DisAssociate()
102 m_func[i] = NULL; in DisAssociate()
109 if (m_func[i] != NULL) { in SendEvent()
[all …]