Lines Matching defs:netId
326 binder::Status NetdNativeService::networkCreatePhysical(int32_t netId, int32_t permission) { in networkCreatePhysical()
332 binder::Status NetdNativeService::networkCreateVpn(int32_t netId, bool secure) { in networkCreateVpn()
338 binder::Status NetdNativeService::networkDestroy(int32_t netId) { in networkDestroy()
345 binder::Status NetdNativeService::networkAddInterface(int32_t netId, const std::string& iface) { in networkAddInterface()
351 binder::Status NetdNativeService::networkRemoveInterface(int32_t netId, const std::string& iface) { in networkRemoveInterface()
358 int32_t netId, const std::vector<UidRangeParcel>& uidRangeArray) { in networkAddUidRanges()
366 int32_t netId, const std::vector<UidRangeParcel>& uidRangeArray) { in networkRemoveUidRanges()
951 binder::Status NetdNativeService::tetherDnsSet(int32_t netId, in tetherDnsSet()
966 binder::Status NetdNativeService::networkAddRoute(int32_t netId, const std::string& ifName, in networkAddRoute()
978 binder::Status NetdNativeService::networkRemoveRoute(int32_t netId, const std::string& ifName, in networkRemoveRoute()
989 binder::Status NetdNativeService::networkAddLegacyRoute(int32_t netId, const std::string& ifName, in networkAddLegacyRoute()
1000 binder::Status NetdNativeService::networkRemoveLegacyRoute(int32_t netId, const std::string& ifName, in networkRemoveLegacyRoute()
1012 binder::Status NetdNativeService::networkGetDefault(int32_t* netId) { in networkGetDefault()
1018 binder::Status NetdNativeService::networkSetDefault(int32_t netId) { in networkSetDefault()
1026 unsigned netId = NETID_UNSET; in networkClearDefault() local
1046 binder::Status NetdNativeService::networkSetPermissionForNetwork(int32_t netId, in networkSetPermissionForNetwork()