Home
last modified time | relevance | path

Searched refs:tetherInterfaceAdd (Results 1 – 7 of 7) sorted by relevance

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl59 void tetherInterfaceAdd(in @utf8InCpp String ifName); in tetherInterfaceAdd() method
/system/netd/server/binder/android/net/
DINetd.aidl732 void tetherInterfaceAdd(in @utf8InCpp String ifName); in tetherInterfaceAdd() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl76 void tetherInterfaceAdd(in @utf8InCpp String ifName); in tetherInterfaceAdd() method
/system/netd/server/
DNetdNativeService.h126 binder::Status tetherInterfaceAdd(const std::string& ifName) override;
DNdcDispatcher.cpp463 status = mNetd->tetherInterfaceAdd(argv[3]); in runCommand()
DNetdNativeService.cpp931 binder::Status NetdNativeService::tetherInterfaceAdd(const std::string& ifName) { in tetherInterfaceAdd() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp2082 binder::Status status = mNetd->tetherInterfaceAdd(sTun.name()); in TEST_F()