• Home
  • Raw
  • Download

Lines Matching defs:netId

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()
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()
328 int32_t netId, const std::vector<UidRangeParcel>& uidRangeArray) { in networkAddUidRanges()
337 int32_t netId, const std::vector<UidRangeParcel>& uidRangeArray) { in networkRemoveUidRanges()
917 binder::Status NetdNativeService::tetherDnsSet(int32_t netId, in tetherDnsSet()
932 binder::Status NetdNativeService::networkAddRouteParcel(int32_t netId, in networkAddRouteParcel()
946 binder::Status NetdNativeService::networkUpdateRouteParcel(int32_t netId, in networkUpdateRouteParcel()
960 binder::Status NetdNativeService::networkRemoveRouteParcel(int32_t netId, in networkRemoveRouteParcel()
965 binder::Status NetdNativeService::networkAddRoute(int32_t netId, const std::string& ifName, in networkAddRoute()
977 binder::Status NetdNativeService::networkRemoveRoute(int32_t netId, const std::string& ifName, in networkRemoveRoute()
988 binder::Status NetdNativeService::networkAddLegacyRoute(int32_t netId, const std::string& ifName, in networkAddLegacyRoute()
999 binder::Status NetdNativeService::networkRemoveLegacyRoute(int32_t netId, const std::string& ifName, in networkRemoveLegacyRoute()
1011 binder::Status NetdNativeService::networkGetDefault(int32_t* netId) { in networkGetDefault()
1017 binder::Status NetdNativeService::networkSetDefault(int32_t netId) { in networkSetDefault()
1025 unsigned netId = NETID_UNSET; in networkClearDefault() local
1045 binder::Status NetdNativeService::networkSetPermissionForNetwork(int32_t netId, in networkSetPermissionForNetwork()
1086 int32_t netId) { in networkAllowBypassVpnOnNetwork()
1179 binder::Status NetdNativeService::getFwmarkForNetwork(int32_t netId, MarkMaskParcel* markMask) { in getFwmarkForNetwork()