Searched refs:onInterfaceLinkStateChanged (Results 1 – 6 of 6) sorted by relevance
121 void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() method
11 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() method
28 oneway void onInterfaceLinkStateChanged(@utf8InCpp String ifName, boolean up); in onInterfaceLinkStateChanged() method
69 binder::Status onInterfaceLinkStateChanged(const std::string& ifName, bool status) override;
132 binder::Status TestUnsolService::onInterfaceLinkStateChanged(const std::string& ifName, bool) { in onInterfaceLinkStateChanged() function in android::net::TestUnsolService
248 LOG_EVENT_FUNC(BINDER_RETRY, onInterfaceLinkStateChanged, ifName, up); in notifyInterfaceLinkChanged()