Home
last modified time | relevance | path

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

/system/netd/server/binder/android/net/
DINetd.aidl157 boolean tetherApplyDnsInterfaces(); in tetherApplyDnsInterfaces() method
/system/netd/server/
DNetdNativeService.h52 binder::Status tetherApplyDnsInterfaces(bool *ret) override;
DNetdNativeService.cpp229 binder::Status NetdNativeService::tetherApplyDnsInterfaces(bool *ret) { in tetherApplyDnsInterfaces() function in android::net::NetdNativeService