Home
last modified time | relevance | path

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

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl62 void tetherDnsSet(int netId, in @utf8InCpp String[] dnsAddrs); in tetherDnsSet() method
/system/netd/server/binder/android/net/
DINetd.aidl759 void tetherDnsSet(int netId, in @utf8InCpp String[] dnsAddrs); in tetherDnsSet() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl79 void tetherDnsSet(int netId, in @utf8InCpp String[] dnsAddrs); in tetherDnsSet() method
/system/netd/server/
DNetdNativeService.h129 binder::Status tetherDnsSet(int32_t netId, const std::vector<std::string>& dnsAddrs) override;
DNdcDispatcher.cpp483 status = mNetd->tetherDnsSet(netId, tetherDnsAddrs); in runCommand()
DNetdNativeService.cpp951 binder::Status NetdNativeService::tetherDnsSet(int32_t netId, in tetherDnsSet() function in android::net::NetdNativeService
/system/netd/tests/
Dbinder_test.cpp2105 binder::Status status = mNetd->tetherDnsSet(TEST_NETID1, testDnsAddrs); in TEST_F()