Searched defs:_GetConstantName (Results 1 - 2 of 2) sorted by path

/system/extras/tests/net_test/
H A Diproute.py219 def _GetConstantName(self, value, prefix): member in class:IPRoute
220 return super(IPRoute, self)._GetConstantName(__name__, value, prefix)
252 name = self._GetConstantName(nla_type, "RTAX_")
254 name = self._GetConstantName(nla_type, "IFA_")
256 name = self._GetConstantName(nla_type, "IFLA_")
258 name = self._GetConstantName(nla_type, "FRA_")
260 name = self._GetConstantName(nla_type, "RTA_")
262 name = self._GetConstantName(nla_type, "NDA_")
H A Dnetlink.py79 def _GetConstantName(self, module, value, prefix): member in class:NetlinkSocket

Completed in 17 milliseconds