Home | History | Annotate | Download | only in server

Lines Matching refs:WARN_UNUSED_RESULT

89     int setDefaultNetwork(unsigned netId) WARN_UNUSED_RESULT;
101 int createPhysicalNetwork(unsigned netId, Permission permission) WARN_UNUSED_RESULT;
102 int createPhysicalOemNetwork(Permission permission, unsigned *netId) WARN_UNUSED_RESULT;
103 int createVirtualNetwork(unsigned netId, bool hasDns, bool secure) WARN_UNUSED_RESULT;
104 int destroyNetwork(unsigned netId) WARN_UNUSED_RESULT;
106 int addInterfaceToNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
107 int removeInterfaceFromNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
113 const std::vector<unsigned>& netIds) WARN_UNUSED_RESULT;
115 int addUsersToNetwork(unsigned netId, const UidRanges& uidRanges) WARN_UNUSED_RESULT;
116 int removeUsersFromNetwork(unsigned netId, const UidRanges& uidRanges) WARN_UNUSED_RESULT;
124 const char* nexthop, bool legacy, uid_t uid) WARN_UNUSED_RESULT;
126 const char* nexthop, bool legacy, uid_t uid) WARN_UNUSED_RESULT;
153 int createPhysicalNetworkLocked(unsigned netId, Permission permission) WARN_UNUSED_RESULT;
156 const char* nexthop, bool add, bool legacy, uid_t uid) WARN_UNUSED_RESULT;
157 int modifyFallthroughLocked(unsigned vpnNetId, bool add) WARN_UNUSED_RESULT;