Searched refs:ipfwdEnableForwarding (Results 1 – 7 of 7) sorted by relevance
43 void ipfwdEnableForwarding(in @utf8InCpp String requester); in ipfwdEnableForwarding() method
582 void ipfwdEnableForwarding(in @utf8InCpp String requester); in ipfwdEnableForwarding() method
60 void ipfwdEnableForwarding(in @utf8InCpp String requester); in ipfwdEnableForwarding() method
231 binder::Status ipfwdEnableForwarding(const std::string& requester) override;
380 status = mNetd->ipfwdEnableForwarding(argv[2]); in runCommand()
805 binder::Status NetdNativeService::ipfwdEnableForwarding(const std::string& requester) { in ipfwdEnableForwarding() function in android::net::NetdNativeService
1401 status = mNetd->ipfwdEnableForwarding("TestRequester"); in TEST_F()1432 status = mNetd->ipfwdEnableForwarding(requester); in TEST_F()