Searched defs:WARN_UNUSED_RESULT (Results 1 - 14 of 14) sorted by relevance

/system/netd/server/
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 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 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 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 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 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 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 DNetdConstants.h59 #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/connectivity/shill/net/
H A Dsockets.h140 int Release() WARN_UNUSED_RESULT; member in class:shill::ScopedSocketCloser
/system/weaved/libweaved/
H A Dservice.h133 const ConnectionCallback& callback) WARN_UNUSED_RESULT; member in class:weaved::Service
/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

Completed in 1271 milliseconds