Searched refs:onInterfaceAddressRemoved (Results 1 – 6 of 6) sorted by relevance
/system/netd/server/binder/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 87 void onInterfaceAddressRemoved( in onInterfaceAddressRemoved() method
|
/system/netd/server/aidl/netd/1/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 7 …oneway void onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressRemoved() method
|
/system/netd/server/aidl/netd/2/android/net/ |
D | INetdUnsolicitedEventListener.aidl | 24 …oneway void onInterfaceAddressRemoved(@utf8InCpp String addr, @utf8InCpp String ifName, int flags,… in onInterfaceAddressRemoved() method
|
/system/netd/tests/ |
D | TestUnsolService.h | 64 binder::Status onInterfaceAddressRemoved(const std::string& addr, const std::string& ifName,
|
D | TestUnsolService.cpp | 109 binder::Status TestUnsolService::onInterfaceAddressRemoved(const std::string& addr, in onInterfaceAddressRemoved() function in android::net::TestUnsolService
|
/system/netd/server/ |
D | NetlinkHandler.cpp | 268 LOG_EVENT_FUNC(BINDER_RETRY, onInterfaceAddressRemoved, addr, ifName, flags, scope); in notifyAddressRemoved()
|