Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.cpp297 constexpr int32_t NUMBER_BASE = 16; in HexStr2Bytes() local
317 bytes[index] = strtol(subHexStr.c_str(), nullptr, NUMBER_BASE); in HexStr2Bytes()
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_helper.cpp37 const int NUMBER_BASE = 10; variable
376 dst = strtoul(src, &endPtr, NUMBER_BASE); in ConvertStringToUint32()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_helper.cpp25 const int NUMBER_BASE = 10; variable
127 dst = strtol(src, &endPtr, NUMBER_BASE); in ConvertStringToLong()