Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_image_util.cpp25 const uint8_t AnsImageUtil::NUM_TEN {10};
179 if (cCur < NUM_TEN) { in BinToHex()
182 cCur += ('a' - NUM_TEN); in BinToHex()
208 value += (cCur - 'a' + NUM_TEN); in HexToBin()
210 value += (cCur - 'A' + NUM_TEN); in HexToBin()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dmulti_gateway_test.cpp24 constexpr int32_t NUM_TEN = 10; variable
86 char buff1[NUM_TEN] = {0};
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Dmock_custom_func.cpp27 static int NUM_TEN = 10; variable
89 AddOptValueToOpts(getPacket->options, IP_ADDRESS_LEASE_TIME_OPTION, htonl(NUM_TEN)); in __wrap_GetDhcpRawPacket()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_define.h66 NUM_TEN, enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_image_util.h29 static const uint8_t NUM_TEN; variable
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_argument.cpp99 {&g_longOptions[NUM_TEN], "", "show version information.", "", 0, ShowVersion},