Lines Matching refs:NetdNativeService
124 NetdNativeService::NetdNativeService() { in NetdNativeService() function in android::net::NetdNativeService
131 status_t NetdNativeService::start() { in start()
133 const status_t ret = BinderService<NetdNativeService>::publish(); in start()
144 status_t NetdNativeService::dump(int fd, const Vector<String16> &args) { in dump()
203 binder::Status NetdNativeService::isAlive(bool *alive) { in isAlive()
211 binder::Status NetdNativeService::firewallReplaceUidChain(const std::string&, bool, in firewallReplaceUidChain()
216 binder::Status NetdNativeService::bandwidthEnableDataSaver(bool enable, bool *ret) { in bandwidthEnableDataSaver()
223 binder::Status NetdNativeService::bandwidthSetInterfaceQuota(const std::string& ifName, in bandwidthSetInterfaceQuota()
230 binder::Status NetdNativeService::bandwidthRemoveInterfaceQuota(const std::string& ifName) { in bandwidthRemoveInterfaceQuota()
236 binder::Status NetdNativeService::bandwidthSetInterfaceAlert(const std::string& ifName, in bandwidthSetInterfaceAlert()
243 binder::Status NetdNativeService::bandwidthRemoveInterfaceAlert(const std::string& ifName) { in bandwidthRemoveInterfaceAlert()
249 binder::Status NetdNativeService::bandwidthSetGlobalAlert(int64_t bytes) { in bandwidthSetGlobalAlert()
255 binder::Status NetdNativeService::bandwidthAddNaughtyApp(int32_t) { in bandwidthAddNaughtyApp()
259 binder::Status NetdNativeService::bandwidthRemoveNaughtyApp(int32_t) { in bandwidthRemoveNaughtyApp()
263 binder::Status NetdNativeService::bandwidthAddNiceApp(int32_t) { in bandwidthAddNiceApp()
267 binder::Status NetdNativeService::bandwidthRemoveNiceApp(int32_t) { in bandwidthRemoveNiceApp()
273 binder::Status NetdNativeService::networkCreatePhysical(int32_t netId, int32_t permission) { in networkCreatePhysical()
282 binder::Status NetdNativeService::networkCreateVpn(int32_t netId, bool secure) { in networkCreateVpn()
292 binder::Status NetdNativeService::networkCreate(const NativeNetworkConfig& config) { in networkCreate()
308 binder::Status NetdNativeService::networkDestroy(int32_t netId) { in networkDestroy()
315 binder::Status NetdNativeService::networkAddInterface(int32_t netId, const std::string& iface) { in networkAddInterface()
321 binder::Status NetdNativeService::networkRemoveInterface(int32_t netId, const std::string& iface) { in networkRemoveInterface()
327 binder::Status NetdNativeService::networkAddUidRanges( in networkAddUidRanges()
336 binder::Status NetdNativeService::networkRemoveUidRanges( in networkRemoveUidRanges()
345 binder::Status NetdNativeService::networkAddUidRangesParcel(const NativeUidRangeConfig& config) { in networkAddUidRangesParcel()
352 binder::Status NetdNativeService::networkRemoveUidRangesParcel(const NativeUidRangeConfig& config) { in networkRemoveUidRangesParcel()
359 binder::Status NetdNativeService::networkRejectNonSecureVpn( in networkRejectNonSecureVpn()
378 binder::Status NetdNativeService::socketDestroy(const std::vector<UidRangeParcel>& uids, in socketDestroy()
398 binder::Status NetdNativeService::tetherApplyDnsInterfaces(bool *ret) { in tetherApplyDnsInterfaces()
458 binder::Status NetdNativeService::tetherGetStats( in tetherGetStats()
470 binder::Status NetdNativeService::interfaceAddAddress(const std::string &ifName, in interfaceAddAddress()
482 binder::Status NetdNativeService::interfaceDelAddress(const std::string &ifName, in interfaceDelAddress()
529 binder::Status NetdNativeService::getProcSysNet(int32_t ipversion, int32_t which, in getProcSysNet()
545 binder::Status NetdNativeService::setProcSysNet(int32_t ipversion, int32_t which, in setProcSysNet()
562 binder::Status NetdNativeService::ipSecSetEncapSocketOwner(const ParcelFileDescriptor& socket, in ipSecSetEncapSocketOwner()
571 binder::Status NetdNativeService::ipSecAllocateSpi( in ipSecAllocateSpi()
587 binder::Status NetdNativeService::ipSecAddSecurityAssociation( in ipSecAddSecurityAssociation()
604 binder::Status NetdNativeService::ipSecDeleteSecurityAssociation( in ipSecDeleteSecurityAssociation()
614 binder::Status NetdNativeService::ipSecApplyTransportModeTransform( in ipSecApplyTransportModeTransform()
623 binder::Status NetdNativeService::ipSecRemoveTransportModeTransform( in ipSecRemoveTransportModeTransform()
630 binder::Status NetdNativeService::ipSecAddSecurityPolicy(int32_t transformId, int32_t selAddrFamily, in ipSecAddSecurityPolicy()
643 binder::Status NetdNativeService::ipSecUpdateSecurityPolicy( in ipSecUpdateSecurityPolicy()
654 binder::Status NetdNativeService::ipSecDeleteSecurityPolicy(int32_t transformId, in ipSecDeleteSecurityPolicy()
664 binder::Status NetdNativeService::ipSecAddTunnelInterface(const std::string& deviceName, in ipSecAddTunnelInterface()
675 binder::Status NetdNativeService::ipSecUpdateTunnelInterface(const std::string& deviceName, in ipSecUpdateTunnelInterface()
686 binder::Status NetdNativeService::ipSecRemoveTunnelInterface(const std::string& deviceName) { in ipSecRemoveTunnelInterface()
692 binder::Status NetdNativeService::ipSecMigrate(const IpSecMigrateInfoParcel& migrateInfo) { in ipSecMigrate()
702 binder::Status NetdNativeService::setIPv6AddrGenMode(const std::string& ifName, in setIPv6AddrGenMode()
708 binder::Status NetdNativeService::wakeupAddInterface(const std::string& ifName, in wakeupAddInterface()
715 binder::Status NetdNativeService::wakeupDelInterface(const std::string& ifName, in wakeupDelInterface()
722 binder::Status NetdNativeService::trafficSwapActiveStatsMap() { in trafficSwapActiveStatsMap()
726 binder::Status NetdNativeService::idletimerAddInterface(const std::string& ifName, int32_t timeout, in idletimerAddInterface()
734 binder::Status NetdNativeService::idletimerRemoveInterface(const std::string& ifName, in idletimerRemoveInterface()
743 binder::Status NetdNativeService::strictUidCleartextPenalty(int32_t uid, int32_t policyPenalty) { in strictUidCleartextPenalty()
764 binder::Status NetdNativeService::clatdStart(const std::string& /* ifName */, in clatdStart()
770 binder::Status NetdNativeService::clatdStop(const std::string& /* ifName */) { in clatdStop()
774 binder::Status NetdNativeService::ipfwdEnabled(bool* status) { in ipfwdEnabled()
780 binder::Status NetdNativeService::ipfwdGetRequesterList(std::vector<std::string>* requesterList) { in ipfwdGetRequesterList()
788 binder::Status NetdNativeService::ipfwdEnableForwarding(const std::string& requester) { in ipfwdEnableForwarding()
794 binder::Status NetdNativeService::ipfwdDisableForwarding(const std::string& requester) { in ipfwdDisableForwarding()
800 binder::Status NetdNativeService::ipfwdAddInterfaceForward(const std::string& fromIface, in ipfwdAddInterfaceForward()
807 binder::Status NetdNativeService::ipfwdRemoveInterfaceForward(const std::string& fromIface, in ipfwdRemoveInterfaceForward()
822 binder::Status NetdNativeService::interfaceGetList(std::vector<std::string>* interfaceListResult) { in interfaceGetList()
841 binder::Status NetdNativeService::interfaceGetCfg( in interfaceGetCfg()
855 binder::Status NetdNativeService::interfaceSetCfg(const InterfaceConfigurationParcel& cfg) { in interfaceSetCfg()
868 binder::Status NetdNativeService::interfaceSetIPv6PrivacyExtensions(const std::string& ifName, in interfaceSetIPv6PrivacyExtensions()
875 binder::Status NetdNativeService::interfaceClearAddrs(const std::string& ifName) { in interfaceClearAddrs()
881 binder::Status NetdNativeService::interfaceSetEnableIPv6(const std::string& ifName, bool enable) { in interfaceSetEnableIPv6()
887 binder::Status NetdNativeService::interfaceSetMtu(const std::string& ifName, int32_t mtuValue) { in interfaceSetMtu()
894 binder::Status NetdNativeService::tetherStart(const std::vector<std::string>& dhcpRanges) { in tetherStart()
901 binder::Status NetdNativeService::tetherStartWithConfiguration(const TetherConfigParcel& config) { in tetherStartWithConfiguration()
911 binder::Status NetdNativeService::tetherStop() { in tetherStop()
917 binder::Status NetdNativeService::tetherIsEnabled(bool* enabled) { in tetherIsEnabled()
923 binder::Status NetdNativeService::tetherInterfaceAdd(const std::string& ifName) { in tetherInterfaceAdd()
929 binder::Status NetdNativeService::tetherInterfaceRemove(const std::string& ifName) { in tetherInterfaceRemove()
935 binder::Status NetdNativeService::tetherInterfaceList(std::vector<std::string>* ifList) { in tetherInterfaceList()
943 binder::Status NetdNativeService::tetherDnsSet(int32_t netId, in tetherDnsSet()
950 binder::Status NetdNativeService::tetherDnsList(std::vector<std::string>* dnsList) { in tetherDnsList()
958 binder::Status NetdNativeService::networkAddRouteParcel(int32_t netId, in networkAddRouteParcel()
972 binder::Status NetdNativeService::networkUpdateRouteParcel(int32_t netId, in networkUpdateRouteParcel()
986 binder::Status NetdNativeService::networkRemoveRouteParcel(int32_t netId, in networkRemoveRouteParcel()
991 binder::Status NetdNativeService::networkAddRoute(int32_t netId, const std::string& ifName, in networkAddRoute()
1003 binder::Status NetdNativeService::networkRemoveRoute(int32_t netId, const std::string& ifName, in networkRemoveRoute()
1014 binder::Status NetdNativeService::networkAddLegacyRoute(int32_t netId, const std::string& ifName, in networkAddLegacyRoute()
1025 binder::Status NetdNativeService::networkRemoveLegacyRoute(int32_t netId, const std::string& ifName, in networkRemoveLegacyRoute()
1037 binder::Status NetdNativeService::networkGetDefault(int32_t* netId) { in networkGetDefault()
1043 binder::Status NetdNativeService::networkSetDefault(int32_t netId) { in networkSetDefault()
1049 binder::Status NetdNativeService::networkClearDefault() { in networkClearDefault()
1056 std::vector<uid_t> NetdNativeService::intsToUids(const std::vector<int32_t>& intUids) { in intsToUids()
1060 Permission NetdNativeService::convertPermission(int32_t permission) { in convertPermission()
1071 binder::Status NetdNativeService::networkSetPermissionForNetwork(int32_t netId, in networkSetPermissionForNetwork()
1079 binder::Status NetdNativeService::networkSetPermissionForUser(int32_t permission, in networkSetPermissionForUser()
1086 binder::Status NetdNativeService::networkClearPermissionForUser(const std::vector<int32_t>& uids) { in networkClearPermissionForUser()
1093 binder::Status NetdNativeService::networkSetProtectAllow(int32_t uid) { in networkSetProtectAllow()
1099 binder::Status NetdNativeService::networkSetProtectDeny(int32_t uid) { in networkSetProtectDeny()
1105 binder::Status NetdNativeService::networkCanProtect(int32_t uid, bool* ret) { in networkCanProtect()
1111 binder::Status NetdNativeService::networkAllowBypassVpnOnNetwork(bool allow, int32_t uid, in networkAllowBypassVpnOnNetwork()
1123 binder::Status NetdNativeService::trafficSetNetPermForUids(int32_t, const std::vector<int32_t>&) { in trafficSetNetPermForUids()
1127 binder::Status NetdNativeService::firewallSetFirewallType(int32_t firewallType) { in firewallSetFirewallType()
1135 binder::Status NetdNativeService::firewallSetInterfaceRule(const std::string& ifName, in firewallSetInterfaceRule()
1144 binder::Status NetdNativeService::firewallSetUidRule(int32_t, int32_t, int32_t) { in firewallSetUidRule()
1148 binder::Status NetdNativeService::firewallEnableChildChain(int32_t, bool) { in firewallEnableChildChain()
1152 binder::Status NetdNativeService::firewallAddUidInterfaceRules(const std::string&, in firewallAddUidInterfaceRules()
1157 binder::Status NetdNativeService::firewallRemoveUidInterfaceRules(const std::vector<int32_t>&) { in firewallRemoveUidInterfaceRules()
1161 binder::Status NetdNativeService::tetherAddForward(const std::string& intIface, in tetherAddForward()
1169 binder::Status NetdNativeService::tetherRemoveForward(const std::string& intIface, in tetherRemoveForward()
1176 binder::Status NetdNativeService::setTcpRWmemorySize(const std::string& rmemValues, in setTcpRWmemorySize()
1191 binder::Status NetdNativeService::registerUnsolicitedEventListener( in registerUnsolicitedEventListener()
1198 binder::Status NetdNativeService::getOemNetd(android::sp<android::IBinder>* listener) { in getOemNetd()
1205 binder::Status NetdNativeService::getFwmarkForNetwork(int32_t netId, MarkMaskParcel* markMask) { in getFwmarkForNetwork()
1215 binder::Status NetdNativeService::tetherOffloadRuleAdd(const TetherOffloadRuleParcel& /* rule */) { in tetherOffloadRuleAdd()
1219 binder::Status NetdNativeService::tetherOffloadRuleRemove( in tetherOffloadRuleRemove()
1224 binder::Status NetdNativeService::tetherOffloadGetStats( in tetherOffloadGetStats()
1229 binder::Status NetdNativeService::tetherOffloadSetInterfaceQuota(int /* ifIndex */, in tetherOffloadSetInterfaceQuota()
1234 binder::Status NetdNativeService::tetherOffloadGetAndClearStats( in tetherOffloadGetAndClearStats()
1239 binder::Status NetdNativeService::setNetworkAllowlist( in setNetworkAllowlist()