Home
last modified time | relevance | path

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

/system/netd/server/binder/android/net/
DINetdUnsolicitedEventListener.aidl87 void onInterfaceAddressRemoved( in onInterfaceAddressRemoved() method
/system/netd/server/aidl/netd/1/android/net/
DINetdUnsolicitedEventListener.aidl7 …oneway void onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressRemoved() method
/system/netd/server/aidl/netd/2/android/net/
DINetdUnsolicitedEventListener.aidl24 …oneway void onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressRemoved() method
/system/netd/tests/
DTestUnsolService.h64 binder::Status onInterfaceAddressRemoved(const std::string& addr, const std::string& ifName,
DTestUnsolService.cpp109 binder::Status TestUnsolService::onInterfaceAddressRemoved(const std::string& addr, in onInterfaceAddressRemoved() function in android::net::TestUnsolService
/system/netd/server/
DNetlinkHandler.cpp268 LOG_EVENT_FUNC(BINDER_RETRY, onInterfaceAddressRemoved, addr, ifName, flags, scope); in notifyAddressRemoved()