Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Ddomain_chain_rule.cpp33 const uint8_t HEX_TEM_NUM = 10; variable
147 return hexChar - 'a' + HEX_TEM_NUM; in CharToHex()
149 return hexChar - 'A' + HEX_TEM_NUM; in CharToHex()