Lines Matching refs:__convertLongToHex
707 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))
2495 xpanid = self.__convertLongToHex(xExtendedPanId, 16)
2513 key = self.__convertLongToHex(xMasterKey, 32)
2523 cmd += '0x' + self.__convertLongToHex(self.__convertChannelMask(listChannelMask))
2613 steeringData = self.__convertLongToHex(xSteeringData)
2688 key = self.__convertLongToHex(xMasterKey, 32)