Searched refs:delInterface (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/netd/server/ |
H A D | WakeupController.h | 73 netdutils::Status delInterface(const std::string& ifName, const std::string& prefix,
|
H A D | WakeupControllerTest.cpp | 297 TEST_F(WakeupControllerTest, delInterface) { in TEST_F() argument 307 EXPECT_OK(mController.delInterface(kPrefix, kIfName, kMark, kMask)); in TEST_F()
|
H A D | WakeupController.cpp | 199 Status WakeupController::delInterface(const std::string& ifName, const std::string& prefix, in delInterface() function in android::net::WakeupController
|
H A D | NetdNativeService.cpp | 785 return asBinderStatus(gCtls->wakeupCtrl.delInterface(ifName, prefix, mark, mask)); in wakeupDelInterface()
|