Searched refs:tetherDnsSet (Results 1 – 7 of 7) sorted by relevance
62 void tetherDnsSet(int netId, in @utf8InCpp String[] dnsAddrs); in tetherDnsSet() method
759 void tetherDnsSet(int netId, in @utf8InCpp String[] dnsAddrs); in tetherDnsSet() method
79 void tetherDnsSet(int netId, in @utf8InCpp String[] dnsAddrs); in tetherDnsSet() method
129 binder::Status tetherDnsSet(int32_t netId, const std::vector<std::string>& dnsAddrs) override;
483 status = mNetd->tetherDnsSet(netId, tetherDnsAddrs); in runCommand()
951 binder::Status NetdNativeService::tetherDnsSet(int32_t netId, in tetherDnsSet() function in android::net::NetdNativeService
2105 binder::Status status = mNetd->tetherDnsSet(TEST_NETID1, testDnsAddrs); in TEST_F()