Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_IfaceManager.cpp56 IPACM_EvtDispatcher::registr(IPA_CFG_CHANGE_EVENT, this); // register for IPA_CFG_CHANGE event in IPACM_IfaceManager()
57 IPACM_EvtDispatcher::registr(IPA_LINK_UP_EVENT, this); in IPACM_IfaceManager()
58 IPACM_EvtDispatcher::registr(IPA_WLAN_AP_LINK_UP_EVENT, this); // register for wlan AP-iface in IPACM_IfaceManager()
59 IPACM_EvtDispatcher::registr(IPA_WLAN_STA_LINK_UP_EVENT, this); // register for wlan STA-iface in IPACM_IfaceManager()
62 …IPACM_EvtDispatcher::registr(IPA_BRIDGE_LINK_UP_EVENT, this); // register for IPA_BRIDGE_LINK_UP_… in IPACM_IfaceManager()
64 IPACM_EvtDispatcher::registr(IPA_USB_LINK_UP_EVENT, this); // register for USB-iface in IPACM_IfaceManager()
65 IPACM_EvtDispatcher::registr(IPA_WAN_EMBMS_LINK_UP_EVENT, this); // register for wan eMBMS-iface in IPACM_IfaceManager()
266 IPACM_EvtDispatcher::registr(IPA_ADDR_ADD_EVENT, lan); in create_iface_instance()
269 IPACM_EvtDispatcher::registr(IPA_NEIGH_CLIENT_IP_ADDR_ADD_EVENT, lan); in create_iface_instance()
270 IPACM_EvtDispatcher::registr(IPA_NEIGH_CLIENT_IP_ADDR_DEL_EVENT, lan); in create_iface_instance()
[all …]
DIPACM_ConntrackListener.cpp60 IPACM_EvtDispatcher::registr(IPA_HANDLE_WAN_UP, this); in IPACM_ConntrackListener()
61 IPACM_EvtDispatcher::registr(IPA_HANDLE_WAN_DOWN, this); in IPACM_ConntrackListener()
62 IPACM_EvtDispatcher::registr(IPA_PROCESS_CT_MESSAGE, this); in IPACM_ConntrackListener()
63 IPACM_EvtDispatcher::registr(IPA_PROCESS_CT_MESSAGE_V6, this); in IPACM_ConntrackListener()
64 IPACM_EvtDispatcher::registr(IPA_HANDLE_WLAN_UP, this); in IPACM_ConntrackListener()
65 IPACM_EvtDispatcher::registr(IPA_HANDLE_LAN_UP, this); in IPACM_ConntrackListener()
66 IPACM_EvtDispatcher::registr(IPA_NEIGH_CLIENT_IP_ADDR_ADD_EVENT, this); in IPACM_ConntrackListener()
67 IPACM_EvtDispatcher::registr(IPA_NEIGH_CLIENT_IP_ADDR_DEL_EVENT, this); in IPACM_ConntrackListener()
DIPACM_EvtDispatcher.cpp150 int IPACM_EvtDispatcher::registr(ipa_cm_event_id event, IPACM_Listener *obj) in registr() function in IPACM_EvtDispatcher
DIPACM_LanToLan.cpp92 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_IFACE_UP, this); in IPACM_LanToLan()
93 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_IFACE_DOWN, this); in IPACM_LanToLan()
94 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_CLIENT_ADD, this); in IPACM_LanToLan()
95 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_CLIENT_DEL, this); in IPACM_LanToLan()
96 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_WLAN_SCC_MCC_SWITCH, this); in IPACM_LanToLan()
98 IPACM_EvtDispatcher::registr(IPA_ADD_VLAN_IFACE, this); in IPACM_LanToLan()
99 IPACM_EvtDispatcher::registr(IPA_DEL_VLAN_IFACE, this); in IPACM_LanToLan()
100 IPACM_EvtDispatcher::registr(IPA_ADD_L2TP_VLAN_MAPPING, this); in IPACM_LanToLan()
101 IPACM_EvtDispatcher::registr(IPA_DEL_L2TP_VLAN_MAPPING, this); in IPACM_LanToLan()
102 IPACM_EvtDispatcher::registr(IPA_HANDLE_VLAN_CLIENT_INFO, this); in IPACM_LanToLan()
[all …]
DIPACM_Neighbor.cpp53 IPACM_EvtDispatcher::registr(IPA_WLAN_CLIENT_ADD_EVENT_EX, this); in IPACM_Neighbor()
54 IPACM_EvtDispatcher::registr(IPA_NEW_NEIGH_EVENT, this); in IPACM_Neighbor()
55 IPACM_EvtDispatcher::registr(IPA_DEL_NEIGH_EVENT, this); in IPACM_Neighbor()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_IfaceManager.cpp56 IPACM_EvtDispatcher::registr(IPA_CFG_CHANGE_EVENT, this); // register for IPA_CFG_CHANGE event in IPACM_IfaceManager()
57 IPACM_EvtDispatcher::registr(IPA_LINK_UP_EVENT, this); in IPACM_IfaceManager()
58 IPACM_EvtDispatcher::registr(IPA_WLAN_AP_LINK_UP_EVENT, this); // register for wlan AP-iface in IPACM_IfaceManager()
59 IPACM_EvtDispatcher::registr(IPA_WLAN_STA_LINK_UP_EVENT, this); // register for wlan STA-iface in IPACM_IfaceManager()
62 …IPACM_EvtDispatcher::registr(IPA_BRIDGE_LINK_UP_EVENT, this); // register for IPA_BRIDGE_LINK_UP_… in IPACM_IfaceManager()
64 IPACM_EvtDispatcher::registr(IPA_USB_LINK_UP_EVENT, this); // register for USB-iface in IPACM_IfaceManager()
65 IPACM_EvtDispatcher::registr(IPA_WAN_EMBMS_LINK_UP_EVENT, this); // register for wan eMBMS-iface in IPACM_IfaceManager()
266 IPACM_EvtDispatcher::registr(IPA_ADDR_ADD_EVENT, lan); in create_iface_instance()
269 IPACM_EvtDispatcher::registr(IPA_NEIGH_CLIENT_IP_ADDR_ADD_EVENT, lan); in create_iface_instance()
270 IPACM_EvtDispatcher::registr(IPA_NEIGH_CLIENT_IP_ADDR_DEL_EVENT, lan); in create_iface_instance()
[all …]
DIPACM_ConntrackListener.cpp57 IPACM_EvtDispatcher::registr(IPA_HANDLE_WAN_UP, this); in IPACM_ConntrackListener()
58 IPACM_EvtDispatcher::registr(IPA_HANDLE_WAN_DOWN, this); in IPACM_ConntrackListener()
59 IPACM_EvtDispatcher::registr(IPA_PROCESS_CT_MESSAGE, this); in IPACM_ConntrackListener()
60 IPACM_EvtDispatcher::registr(IPA_PROCESS_CT_MESSAGE_V6, this); in IPACM_ConntrackListener()
61 IPACM_EvtDispatcher::registr(IPA_HANDLE_WLAN_UP, this); in IPACM_ConntrackListener()
62 IPACM_EvtDispatcher::registr(IPA_HANDLE_LAN_UP, this); in IPACM_ConntrackListener()
63 IPACM_EvtDispatcher::registr(IPA_NEIGH_CLIENT_IP_ADDR_ADD_EVENT, this); in IPACM_ConntrackListener()
64 IPACM_EvtDispatcher::registr(IPA_NEIGH_CLIENT_IP_ADDR_DEL_EVENT, this); in IPACM_ConntrackListener()
DIPACM_EvtDispatcher.cpp150 int IPACM_EvtDispatcher::registr(ipa_cm_event_id event, IPACM_Listener *obj) in registr() function in IPACM_EvtDispatcher
DIPACM_LanToLan.cpp92 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_IFACE_UP, this); in IPACM_LanToLan()
93 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_IFACE_DOWN, this); in IPACM_LanToLan()
94 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_CLIENT_ADD, this); in IPACM_LanToLan()
95 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_CLIENT_DEL, this); in IPACM_LanToLan()
96 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_WLAN_SCC_MCC_SWITCH, this); in IPACM_LanToLan()
98 IPACM_EvtDispatcher::registr(IPA_ADD_VLAN_IFACE, this); in IPACM_LanToLan()
99 IPACM_EvtDispatcher::registr(IPA_DEL_VLAN_IFACE, this); in IPACM_LanToLan()
100 IPACM_EvtDispatcher::registr(IPA_ADD_L2TP_VLAN_MAPPING, this); in IPACM_LanToLan()
101 IPACM_EvtDispatcher::registr(IPA_DEL_L2TP_VLAN_MAPPING, this); in IPACM_LanToLan()
102 IPACM_EvtDispatcher::registr(IPA_HANDLE_VLAN_CLIENT_INFO, this); in IPACM_LanToLan()
[all …]
DIPACM_Neighbor.cpp53 IPACM_EvtDispatcher::registr(IPA_WLAN_CLIENT_ADD_EVENT_EX, this); in IPACM_Neighbor()
54 IPACM_EvtDispatcher::registr(IPA_NEW_NEIGH_EVENT, this); in IPACM_Neighbor()
55 IPACM_EvtDispatcher::registr(IPA_DEL_NEIGH_EVENT, this); in IPACM_Neighbor()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_EvtDispatcher.h64 static int registr(ipa_cm_event_id event, IPACM_Listener *obj);
DIPACM_IfaceManager.h82 int registr(int ipa_if_index, IPACM_Listener *obj);
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_EvtDispatcher.h64 static int registr(ipa_cm_event_id event, IPACM_Listener *obj);
DIPACM_IfaceManager.h82 int registr(int ipa_if_index, IPACM_Listener *obj);
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_EvtDispatcher.h64 static int registr(ipa_cm_event_id event, IPACM_Listener *obj);
DIPACM_IfaceManager.h82 int registr(int ipa_if_index, IPACM_Listener *obj);
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_ConntrackListener.cpp57 IPACM_EvtDispatcher::registr(IPA_HANDLE_WAN_UP, this); in IPACM_ConntrackListener()
58 IPACM_EvtDispatcher::registr(IPA_HANDLE_WAN_DOWN, this); in IPACM_ConntrackListener()
59 IPACM_EvtDispatcher::registr(IPA_PROCESS_CT_MESSAGE, this); in IPACM_ConntrackListener()
60 IPACM_EvtDispatcher::registr(IPA_PROCESS_CT_MESSAGE_V6, this); in IPACM_ConntrackListener()
61 IPACM_EvtDispatcher::registr(IPA_HANDLE_WLAN_UP, this); in IPACM_ConntrackListener()
62 IPACM_EvtDispatcher::registr(IPA_HANDLE_LAN_UP, this); in IPACM_ConntrackListener()
63 IPACM_EvtDispatcher::registr(IPA_NEIGH_CLIENT_IP_ADDR_ADD_EVENT, this); in IPACM_ConntrackListener()
64 IPACM_EvtDispatcher::registr(IPA_NEIGH_CLIENT_IP_ADDR_DEL_EVENT, this); in IPACM_ConntrackListener()
DIPACM_EvtDispatcher.cpp150 int IPACM_EvtDispatcher::registr(ipa_cm_event_id event, IPACM_Listener *obj) in registr() function in IPACM_EvtDispatcher
DIPACM_Neighbor.cpp53 IPACM_EvtDispatcher::registr(IPA_WLAN_CLIENT_ADD_EVENT_EX, this); in IPACM_Neighbor()
54 IPACM_EvtDispatcher::registr(IPA_NEW_NEIGH_EVENT, this); in IPACM_Neighbor()
55 IPACM_EvtDispatcher::registr(IPA_DEL_NEIGH_EVENT, this); in IPACM_Neighbor()
DIPACM_LanToLan.cpp88 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_IFACE_UP, this); in IPACM_LanToLan()
89 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_IFACE_DOWN, this); in IPACM_LanToLan()
90 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_CLIENT_ADD, this); in IPACM_LanToLan()
91 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_CLIENT_DEL, this); in IPACM_LanToLan()
92 IPACM_EvtDispatcher::registr(IPA_ETH_BRIDGE_WLAN_SCC_MCC_SWITCH, this); in IPACM_LanToLan()