Home
last modified time | relevance | path

Searched refs:tetherApplyDnsInterfaces (Results 1 – 5 of 5) sorted by relevance

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl15 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
/system/netd/server/binder/android/net/
DINetd.aidl185 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl32 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
/system/netd/server/
DNetdNativeService.h120 binder::Status tetherApplyDnsInterfaces(bool *ret) override;
DNetdNativeService.cpp412 binder::Status NetdNativeService::tetherApplyDnsInterfaces(bool *ret) { in tetherApplyDnsInterfaces() function in android::net::NetdNativeService