• Home
  • Raw
  • Download

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()
281 binder::Status NetdNativeService::networkCreateVpn(int32_t netId, bool secure) { in networkCreateVpn()
291 binder::Status NetdNativeService::networkCreate(const NativeNetworkConfig& config) { in networkCreate()
304 binder::Status NetdNativeService::networkDestroy(int32_t netId) { in networkDestroy()
311 binder::Status NetdNativeService::networkAddInterface(int32_t netId, const std::string& iface) { in networkAddInterface()
317 binder::Status NetdNativeService::networkRemoveInterface(int32_t netId, const std::string& iface) { in networkRemoveInterface()
323 binder::Status NetdNativeService::networkAddUidRanges( in networkAddUidRanges()
332 binder::Status NetdNativeService::networkRemoveUidRanges( in networkRemoveUidRanges()
341 binder::Status NetdNativeService::networkAddUidRangesParcel(const NativeUidRangeConfig& config) { in networkAddUidRangesParcel()
348 binder::Status NetdNativeService::networkRemoveUidRangesParcel(const NativeUidRangeConfig& config) { in networkRemoveUidRangesParcel()
355 binder::Status NetdNativeService::networkRejectNonSecureVpn( in networkRejectNonSecureVpn()
374 binder::Status NetdNativeService::socketDestroy(const std::vector<UidRangeParcel>& uids, in socketDestroy()
394 binder::Status NetdNativeService::tetherApplyDnsInterfaces(bool *ret) { in tetherApplyDnsInterfaces()
454 binder::Status NetdNativeService::tetherGetStats( in tetherGetStats()
466 binder::Status NetdNativeService::interfaceAddAddress(const std::string &ifName, in interfaceAddAddress()
478 binder::Status NetdNativeService::interfaceDelAddress(const std::string &ifName, in interfaceDelAddress()
525 binder::Status NetdNativeService::getProcSysNet(int32_t ipversion, int32_t which, in getProcSysNet()
541 binder::Status NetdNativeService::setProcSysNet(int32_t ipversion, int32_t which, in setProcSysNet()
558 binder::Status NetdNativeService::ipSecSetEncapSocketOwner(const ParcelFileDescriptor& socket, in ipSecSetEncapSocketOwner()
567 binder::Status NetdNativeService::ipSecAllocateSpi( in ipSecAllocateSpi()
583 binder::Status NetdNativeService::ipSecAddSecurityAssociation( in ipSecAddSecurityAssociation()
600 binder::Status NetdNativeService::ipSecDeleteSecurityAssociation( in ipSecDeleteSecurityAssociation()
610 binder::Status NetdNativeService::ipSecApplyTransportModeTransform( in ipSecApplyTransportModeTransform()
619 binder::Status NetdNativeService::ipSecRemoveTransportModeTransform( in ipSecRemoveTransportModeTransform()
626 binder::Status NetdNativeService::ipSecAddSecurityPolicy(int32_t transformId, int32_t selAddrFamily, in ipSecAddSecurityPolicy()
639 binder::Status NetdNativeService::ipSecUpdateSecurityPolicy( in ipSecUpdateSecurityPolicy()
650 binder::Status NetdNativeService::ipSecDeleteSecurityPolicy(int32_t transformId, in ipSecDeleteSecurityPolicy()
660 binder::Status NetdNativeService::ipSecAddTunnelInterface(const std::string& deviceName, in ipSecAddTunnelInterface()
672 binder::Status NetdNativeService::ipSecUpdateTunnelInterface(const std::string& deviceName, in ipSecUpdateTunnelInterface()
684 binder::Status NetdNativeService::ipSecRemoveTunnelInterface(const std::string& deviceName) { in ipSecRemoveTunnelInterface()
691 binder::Status NetdNativeService::setIPv6AddrGenMode(const std::string& ifName, in setIPv6AddrGenMode()
697 binder::Status NetdNativeService::wakeupAddInterface(const std::string& ifName, in wakeupAddInterface()
704 binder::Status NetdNativeService::wakeupDelInterface(const std::string& ifName, in wakeupDelInterface()
711 binder::Status NetdNativeService::trafficSwapActiveStatsMap() { in trafficSwapActiveStatsMap()
715 binder::Status NetdNativeService::idletimerAddInterface(const std::string& ifName, int32_t timeout, in idletimerAddInterface()
723 binder::Status NetdNativeService::idletimerRemoveInterface(const std::string& ifName, in idletimerRemoveInterface()
732 binder::Status NetdNativeService::strictUidCleartextPenalty(int32_t uid, int32_t policyPenalty) { in strictUidCleartextPenalty()
754 binder::Status NetdNativeService::clatdStart(const std::string& /* ifName */, in clatdStart()
763 binder::Status NetdNativeService::clatdStop(const std::string& /* ifName */) { in clatdStop()
769 binder::Status NetdNativeService::ipfwdEnabled(bool* status) { in ipfwdEnabled()
775 binder::Status NetdNativeService::ipfwdGetRequesterList(std::vector<std::string>* requesterList) { in ipfwdGetRequesterList()
783 binder::Status NetdNativeService::ipfwdEnableForwarding(const std::string& requester) { in ipfwdEnableForwarding()
789 binder::Status NetdNativeService::ipfwdDisableForwarding(const std::string& requester) { in ipfwdDisableForwarding()
795 binder::Status NetdNativeService::ipfwdAddInterfaceForward(const std::string& fromIface, in ipfwdAddInterfaceForward()
802 binder::Status NetdNativeService::ipfwdRemoveInterfaceForward(const std::string& fromIface, in ipfwdRemoveInterfaceForward()
817 binder::Status NetdNativeService::interfaceGetList(std::vector<std::string>* interfaceListResult) { in interfaceGetList()
836 binder::Status NetdNativeService::interfaceGetCfg( in interfaceGetCfg()
850 binder::Status NetdNativeService::interfaceSetCfg(const InterfaceConfigurationParcel& cfg) { in interfaceSetCfg()
863 binder::Status NetdNativeService::interfaceSetIPv6PrivacyExtensions(const std::string& ifName, in interfaceSetIPv6PrivacyExtensions()
870 binder::Status NetdNativeService::interfaceClearAddrs(const std::string& ifName) { in interfaceClearAddrs()
876 binder::Status NetdNativeService::interfaceSetEnableIPv6(const std::string& ifName, bool enable) { in interfaceSetEnableIPv6()
882 binder::Status NetdNativeService::interfaceSetMtu(const std::string& ifName, int32_t mtuValue) { in interfaceSetMtu()
889 binder::Status NetdNativeService::tetherStart(const std::vector<std::string>& dhcpRanges) { in tetherStart()
896 binder::Status NetdNativeService::tetherStartWithConfiguration(const TetherConfigParcel& config) { in tetherStartWithConfiguration()
906 binder::Status NetdNativeService::tetherStop() { in tetherStop()
912 binder::Status NetdNativeService::tetherIsEnabled(bool* enabled) { in tetherIsEnabled()
918 binder::Status NetdNativeService::tetherInterfaceAdd(const std::string& ifName) { in tetherInterfaceAdd()
924 binder::Status NetdNativeService::tetherInterfaceRemove(const std::string& ifName) { in tetherInterfaceRemove()
930 binder::Status NetdNativeService::tetherInterfaceList(std::vector<std::string>* ifList) { in tetherInterfaceList()
938 binder::Status NetdNativeService::tetherDnsSet(int32_t netId, in tetherDnsSet()
945 binder::Status NetdNativeService::tetherDnsList(std::vector<std::string>* dnsList) { in tetherDnsList()
953 binder::Status NetdNativeService::networkAddRouteParcel(int32_t netId, in networkAddRouteParcel()
967 binder::Status NetdNativeService::networkUpdateRouteParcel(int32_t netId, in networkUpdateRouteParcel()
981 binder::Status NetdNativeService::networkRemoveRouteParcel(int32_t netId, in networkRemoveRouteParcel()
986 binder::Status NetdNativeService::networkAddRoute(int32_t netId, const std::string& ifName, in networkAddRoute()
998 binder::Status NetdNativeService::networkRemoveRoute(int32_t netId, const std::string& ifName, in networkRemoveRoute()
1009 binder::Status NetdNativeService::networkAddLegacyRoute(int32_t netId, const std::string& ifName, in networkAddLegacyRoute()
1020 binder::Status NetdNativeService::networkRemoveLegacyRoute(int32_t netId, const std::string& ifName, in networkRemoveLegacyRoute()
1032 binder::Status NetdNativeService::networkGetDefault(int32_t* netId) { in networkGetDefault()
1038 binder::Status NetdNativeService::networkSetDefault(int32_t netId) { in networkSetDefault()
1044 binder::Status NetdNativeService::networkClearDefault() { in networkClearDefault()
1051 std::vector<uid_t> NetdNativeService::intsToUids(const std::vector<int32_t>& intUids) { in intsToUids()
1055 Permission NetdNativeService::convertPermission(int32_t permission) { in convertPermission()
1066 binder::Status NetdNativeService::networkSetPermissionForNetwork(int32_t netId, in networkSetPermissionForNetwork()
1074 binder::Status NetdNativeService::networkSetPermissionForUser(int32_t permission, in networkSetPermissionForUser()
1081 binder::Status NetdNativeService::networkClearPermissionForUser(const std::vector<int32_t>& uids) { in networkClearPermissionForUser()
1088 binder::Status NetdNativeService::networkSetProtectAllow(int32_t uid) { in networkSetProtectAllow()
1095 binder::Status NetdNativeService::networkSetProtectDeny(int32_t uid) { in networkSetProtectDeny()
1102 binder::Status NetdNativeService::networkCanProtect(int32_t uid, bool* ret) { in networkCanProtect()
1108 binder::Status NetdNativeService::trafficSetNetPermForUids(int32_t, const std::vector<int32_t>&) { in trafficSetNetPermForUids()
1112 binder::Status NetdNativeService::firewallSetFirewallType(int32_t firewallType) { in firewallSetFirewallType()
1120 binder::Status NetdNativeService::firewallSetInterfaceRule(const std::string& ifName, in firewallSetInterfaceRule()
1129 binder::Status NetdNativeService::firewallSetUidRule(int32_t, int32_t, int32_t) { in firewallSetUidRule()
1133 binder::Status NetdNativeService::firewallEnableChildChain(int32_t, bool) { in firewallEnableChildChain()
1137 binder::Status NetdNativeService::firewallAddUidInterfaceRules(const std::string&, in firewallAddUidInterfaceRules()
1142 binder::Status NetdNativeService::firewallRemoveUidInterfaceRules(const std::vector<int32_t>&) { in firewallRemoveUidInterfaceRules()
1146 binder::Status NetdNativeService::tetherAddForward(const std::string& intIface, in tetherAddForward()
1154 binder::Status NetdNativeService::tetherRemoveForward(const std::string& intIface, in tetherRemoveForward()
1161 binder::Status NetdNativeService::setTcpRWmemorySize(const std::string& rmemValues, in setTcpRWmemorySize()
1176 binder::Status NetdNativeService::registerUnsolicitedEventListener( in registerUnsolicitedEventListener()
1183 binder::Status NetdNativeService::getOemNetd(android::sp<android::IBinder>* listener) { in getOemNetd()
1190 binder::Status NetdNativeService::getFwmarkForNetwork(int32_t netId, MarkMaskParcel* markMask) { in getFwmarkForNetwork()
1201 binder::Status NetdNativeService::tetherOffloadRuleAdd(const TetherOffloadRuleParcel& /* rule */) { in tetherOffloadRuleAdd()
1208 binder::Status NetdNativeService::tetherOffloadRuleRemove( in tetherOffloadRuleRemove()
1216 binder::Status NetdNativeService::tetherOffloadGetStats( in tetherOffloadGetStats()
1224 binder::Status NetdNativeService::tetherOffloadSetInterfaceQuota(int /* ifIndex */, in tetherOffloadSetInterfaceQuota()
1232 binder::Status NetdNativeService::tetherOffloadGetAndClearStats( in tetherOffloadGetAndClearStats()