Searched refs:WARN_UNUSED_RESULT (Results 1 - 16 of 16) sorted by relevance

/system/netd/server/
H A DRouteController.h39 static int Init(unsigned localNetId) WARN_UNUSED_RESULT; member in class:RouteController
41 static int addInterfaceToLocalNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT; member in class:RouteController
43 const char* interface) WARN_UNUSED_RESULT; member in class:RouteController
46 Permission permission) WARN_UNUSED_RESULT; member in class:RouteController
48 Permission permission) WARN_UNUSED_RESULT; member in class:RouteController
51 const UidRanges& uidRanges) WARN_UNUSED_RESULT; member in class:RouteController
53 const UidRanges& uidRanges) WARN_UNUSED_RESULT; member in class:RouteController
57 Permission newPermission) WARN_UNUSED_RESULT; member in class:RouteController
60 const UidRanges& uidRanges) WARN_UNUSED_RESULT; member in class:RouteController
62 const UidRanges& uidRanges) WARN_UNUSED_RESULT; member in class:RouteController
65 WARN_UNUSED_RESULT; member in class:RouteController
67 WARN_UNUSED_RESULT; member in class:RouteController
70 Permission permission) WARN_UNUSED_RESULT; member in class:RouteController
72 Permission permission) WARN_UNUSED_RESULT; member in class:RouteController
77 TableType tableType) WARN_UNUSED_RESULT; member in class:RouteController
79 TableType tableType) WARN_UNUSED_RESULT; member in class:RouteController
82 const char* outputInterface) WARN_UNUSED_RESULT; member in class:RouteController
84 const char* outputInterface) WARN_UNUSED_RESULT; member in class:RouteController
87 Permission permission) WARN_UNUSED_RESULT; member in class:RouteController
89 Permission permission) WARN_UNUSED_RESULT; member in class:RouteController
[all...]
H A DPhysicalNetwork.h30 Permission permission) WARN_UNUSED_RESULT = 0; member in class:PhysicalNetwork::Delegate
32 Permission permission) WARN_UNUSED_RESULT = 0; member in class:PhysicalNetwork::Delegate
40 int setPermission(Permission permission) WARN_UNUSED_RESULT; member in class:PhysicalNetwork
42 int addAsDefault() WARN_UNUSED_RESULT; member in class:PhysicalNetwork
43 int removeAsDefault() WARN_UNUSED_RESULT; member in class:PhysicalNetwork
47 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT; member in class:PhysicalNetwork
48 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT; member in class:PhysicalNetwork
H A DDummyNetwork.h30 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT; member in class:DummyNetwork
31 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT; member in class:DummyNetwork
H A DLocalNetwork.h29 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT; member in class:LocalNetwork
30 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT; member in class:LocalNetwork
H A DNetworkController.h52 int setDefaultNetwork(unsigned netId) WARN_UNUSED_RESULT; member in class:NetworkController
64 int createPhysicalNetwork(unsigned netId, Permission permission) WARN_UNUSED_RESULT; member in class:NetworkController
65 int createVirtualNetwork(unsigned netId, bool hasDns, bool secure) WARN_UNUSED_RESULT; member in class:NetworkController
66 int destroyNetwork(unsigned netId) WARN_UNUSED_RESULT; member in class:NetworkController
68 int addInterfaceToNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT; member in class:NetworkController
69 int removeInterfaceFromNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT; member in class:NetworkController
75 const std::vector<unsigned>& netIds) WARN_UNUSED_RESULT; member in class:NetworkController
77 int addUsersToNetwork(unsigned netId, const UidRanges& uidRanges) WARN_UNUSED_RESULT; member in class:NetworkController
78 int removeUsersFromNetwork(unsigned netId, const UidRanges& uidRanges) WARN_UNUSED_RESULT; member in class:NetworkController
86 const char* nexthop, bool legacy, uid_t uid) WARN_UNUSED_RESULT; member in class:NetworkController
88 const char* nexthop, bool legacy, uid_t uid) WARN_UNUSED_RESULT; member in class:NetworkController
104 const char* nexthop, bool add, bool legacy, uid_t uid) WARN_UNUSED_RESULT; member in class:NetworkController
105 int modifyFallthroughLocked(unsigned vpnNetId, bool add) WARN_UNUSED_RESULT; member in class:NetworkController
[all...]
H A DNetwork.h47 virtual int addInterface(const std::string& interface) WARN_UNUSED_RESULT = 0; member in class:Network
48 virtual int removeInterface(const std::string& interface) WARN_UNUSED_RESULT = 0; member in class:Network
49 int clearInterfaces() WARN_UNUSED_RESULT; member in class:Network
H A DVirtualNetwork.h42 const std::set<uid_t>& protectableUsers) WARN_UNUSED_RESULT; member in class:VirtualNetwork
44 const std::set<uid_t>& protectableUsers) WARN_UNUSED_RESULT; member in class:VirtualNetwork
48 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT; member in class:VirtualNetwork
49 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT; member in class:VirtualNetwork
H A DRouteController.cpp193 WARN_UNUSED_RESULT int sendNetlinkRequest(uint16_t action, uint16_t flags, iovec* iov, int iovlen) {
265 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint8_t ruleType,
346 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table,
353 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table,
361 WARN_UNUSED_RESULT int modifyIpRoute(uint16_t action, uint32_t table, const char* interface,
454 WARN_UNUSED_RESULT int modifyIncomingPacketMark(unsigned netId, const char* interface,
479 WARN_UNUSED_RESULT int modifyVpnOutputToLocalRule(const char* vpnInterface, bool add) {
490 WARN_UNUSED_RESULT int modifyVpnUidRangeRule(uint32_t table, uid_t uidStart, uid_t uidEnd,
518 WARN_UNUSED_RESULT int modifyVpnSystemPermissionRule(unsigned netId, uint32_t table, bool secure,
542 WARN_UNUSED_RESULT in
[all...]
H A DPhysicalNetwork.cpp26 WARN_UNUSED_RESULT int addToDefault(unsigned netId, const std::string& interface,
38 WARN_UNUSED_RESULT int removeFromDefault(unsigned netId, const std::string& interface,
H A DNetdConstants.h57 #define WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) macro
H A DNetworkController.cpp71 Permission permission, bool add) WARN_UNUSED_RESULT; member in class:NetworkController::DelegateImpl
75 Permission permission) override WARN_UNUSED_RESULT; member in class:NetworkController::DelegateImpl
77 Permission permission) override WARN_UNUSED_RESULT; member in class:NetworkController::DelegateImpl
80 bool add) WARN_UNUSED_RESULT; member in class:NetworkController::DelegateImpl
/system/tpm/tpm_manager/server/
H A Dopenssl_crypto_util.h36 std::string* random_data) WARN_UNUSED_RESULT = 0; member in class:tpm_manager::OpensslCryptoUtil
H A Dopenssl_crypto_util_impl.h42 std::string* random_data) override WARN_UNUSED_RESULT; member in class:tpm_manager::OpensslCryptoUtilImpl
/system/extras/perfprofd/quipper/base/
H A Dcompiler_specific.h151 // int foo() WARN_UNUSED_RESULT;
154 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro
156 #define WARN_UNUSED_RESULT macro
/system/weaved/libweaved/
H A Dservice.h133 const ConnectionCallback& callback) WARN_UNUSED_RESULT; member in class:weaved::Service
/system/connectivity/shill/net/
H A Dsockets.h140 int Release() WARN_UNUSED_RESULT; member in class:shill::ScopedSocketCloser

Completed in 288 milliseconds