• Home
  • Raw
  • Download

Lines Matching refs:ifName

66 void TestUnsolService::checkTarget(const std::string& ifName, uint32_t flag) {  in checkTarget()  argument
67 if (containsSubstring(tarVec, ifName)) { in checkTarget()
90 const std::string& ifName) { in onQuotaLimitReached() argument
91 events_.push_back(StringPrintf("onQuotaLimitReached %s %s", alertName.c_str(), ifName.c_str())); in onQuotaLimitReached()
95 binder::Status TestUnsolService::onInterfaceDnsServerInfo(const std::string& ifName, in onInterfaceDnsServerInfo() argument
98 events_.push_back(StringPrintf("onInterfaceDnsServerInfo %s %" PRId64 "%s", ifName.c_str(), in onInterfaceDnsServerInfo()
104 const std::string& ifName, int, int) { in onInterfaceAddressUpdated() argument
105 checkTarget(ifName, InterfaceAddressUpdated); in onInterfaceAddressUpdated()
110 const std::string& ifName, int flags, in onInterfaceAddressRemoved() argument
113 ifName.c_str(), flags, scope)); in onInterfaceAddressRemoved()
117 binder::Status TestUnsolService::onInterfaceAdded(const std::string& ifName) { in onInterfaceAdded() argument
118 checkTarget(ifName, InterfaceAdded); in onInterfaceAdded()
122 binder::Status TestUnsolService::onInterfaceRemoved(const std::string& ifName) { in onInterfaceRemoved() argument
123 checkTarget(ifName, InterfaceRemoved); in onInterfaceRemoved()
127 binder::Status TestUnsolService::onInterfaceChanged(const std::string& ifName, bool status) { in onInterfaceChanged() argument
128 events_.push_back(StringPrintf("onInterfaceChanged %s %d", ifName.c_str(), status)); in onInterfaceChanged()
132 binder::Status TestUnsolService::onInterfaceLinkStateChanged(const std::string& ifName, bool) { in onInterfaceLinkStateChanged() argument
133 checkTarget(ifName, InterfaceLinkStatusChanged); in onInterfaceLinkStateChanged()
138 const std::string& ifName) { in onRouteChanged() argument
139 checkTarget(ifName, RouteChanged); in onRouteChanged()