• Home
  • Raw
  • Download

Lines Matching refs:netId

65     binder::Status networkCreatePhysical(int32_t netId, int32_t permission) override;
66 binder::Status networkCreateVpn(int32_t netId, bool secure) override;
68 binder::Status networkDestroy(int32_t netId) override;
70 binder::Status networkAddInterface(int32_t netId, const std::string& iface) override;
71 binder::Status networkRemoveInterface(int32_t netId, const std::string& iface) override;
73 binder::Status networkAddUidRanges(int32_t netId,
75 binder::Status networkRemoveUidRanges(int32_t netId,
83 binder::Status networkAddRouteParcel(int32_t netId, const RouteInfoParcel& route) override;
84 binder::Status networkUpdateRouteParcel(int32_t netId, const RouteInfoParcel& route) override;
85 binder::Status networkRemoveRouteParcel(int32_t netId, const RouteInfoParcel& route) override;
86 binder::Status networkAddRoute(int32_t netId, const std::string& ifName,
89 binder::Status networkRemoveRoute(int32_t netId, const std::string& ifName,
92 binder::Status networkAddLegacyRoute(int32_t netId, const std::string& ifName,
95 binder::Status networkRemoveLegacyRoute(int32_t netId, const std::string& ifName,
98 binder::Status networkSetDefault(int32_t netId) override;
100 binder::Status networkSetPermissionForNetwork(int32_t netId, int32_t permission) override;
107 binder::Status networkGetDefault(int32_t* netId) override;
139 binder::Status tetherDnsSet(int32_t netId, const std::vector<std::string>& dnsAddrs) override;
266 binder::Status getFwmarkForNetwork(int32_t netId, MarkMaskParcel* markmask);