Home
last modified time | relevance | path

Searched refs:__convertLongToHex (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tools/harness-thci/
DOpenThread.py707 def __convertLongToHex(self, iValue, fillZeros=None): member in OpenThreadTHCI
900 address64 = self.__convertLongToHex(xEUI, 16)
992 networkKey = self.__convertLongToHex(key, 32)
1018 macAddr = self.__convertLongToHex(xEUI)
1053 macAddr = self.__convertLongToHex(xEUI)
1950 xpanid = self.__convertLongToHex(xPanId, 16)
2210 eui64 = self.__convertLongToHex(xEUI, 16)
2392 channelMask = '0x' + self.__convertLongToHex(self.__convertChannelMask(listChannelMask))
2414 channelMask = '0x' + self.__convertLongToHex(self.__convertChannelMask(listChannelMask))
2430 channelMask = '0x' + self.__convertLongToHex(self.__convertChannelMask(listChannelMask))
[all …]
DOpenThread_WpanCtl.py583 def __convertLongToHex(self, iValue, fillZeros=None): member in OpenThread_WpanCtl
884 address64 = self.__convertLongToHex(xEUI, 16)
1010 networkKey = self.__convertLongToHex(key, 32)
1039 macAddr = self.__convertLongToHex(xEUI)
1077 macAddr = self.__convertLongToHex(xEUI)
1845 xpanid = self.__convertLongToHex(xPanId, 16)
2046 eui64 = self.__convertLongToHex(xEUI, 16)
2328 xpanid = self.__convertLongToHex(xExtendedPanId, 16)
2349 key = self.__convertLongToHex(xMasterKey, 32)
2361 … self.__convertLongToHex(self.__convertChannelMask(listChannelMask)))
[all …]