Lines Matching refs:notify
146 void NetlinkHandler::notify(int code, const char *format, ...) { in notify() function in NetlinkHandler
160 notify(ResponseCode::InterfaceChange, "Iface added %s", name); in notifyInterfaceAdded()
164 notify(ResponseCode::InterfaceChange, "Iface removed %s", name); in notifyInterfaceRemoved()
168 notify(ResponseCode::InterfaceChange, in notifyInterfaceChanged()
173 notify(ResponseCode::InterfaceChange, in notifyInterfaceLinkChanged()
178 notify(ResponseCode::BandwidthControl, "limit alert %s %s", name, iface); in notifyQuotaLimitReached()
186 notify(ResponseCode::InterfaceClassActivity, in notifyInterfaceClassActivity()
189 notify(ResponseCode::InterfaceClassActivity, in notifyInterfaceClassActivity()
192 notify(ResponseCode::InterfaceClassActivity, in notifyInterfaceClassActivity()
199 notify(ResponseCode::InterfaceAddressChange, in notifyAddressChanged()
208 notify(ResponseCode::InterfaceDnsInfo, "DnsInfo servers %s %s %s", in notifyInterfaceDnsServers()
214 notify(ResponseCode::RouteChange, in notifyRouteChange()
225 notify(ResponseCode::StrictCleartext, "%s %s", uid, hex); in notifyStrictCleartext()