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;
67 binder::Status networkDestroy(int32_t netId) override;
69 binder::Status networkAddInterface(int32_t netId, const std::string& iface) override;
70 binder::Status networkRemoveInterface(int32_t netId, const std::string& iface) override;
72 binder::Status networkAddUidRanges(int32_t netId,
74 binder::Status networkRemoveUidRanges(int32_t netId,
78 binder::Status networkAddRouteParcel(int32_t netId, const RouteInfoParcel& route) override;
79 binder::Status networkUpdateRouteParcel(int32_t netId, const RouteInfoParcel& route) override;
80 binder::Status networkRemoveRouteParcel(int32_t netId, const RouteInfoParcel& route) override;
81 binder::Status networkAddRoute(int32_t netId, const std::string& ifName,
84 binder::Status networkRemoveRoute(int32_t netId, const std::string& ifName,
87 binder::Status networkAddLegacyRoute(int32_t netId, const std::string& ifName,
90 binder::Status networkRemoveLegacyRoute(int32_t netId, const std::string& ifName,
93 binder::Status networkSetDefault(int32_t netId) override;
95 binder::Status networkSetPermissionForNetwork(int32_t netId, int32_t permission) override;
102 binder::Status networkGetDefault(int32_t* netId) override;
134 binder::Status tetherDnsSet(int32_t netId, const std::vector<std::string>& dnsAddrs) override;
261 binder::Status getFwmarkForNetwork(int32_t netId, MarkMaskParcel* markmask);