Home
last modified time | relevance | path

Searched refs:hexByte (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file.cpp709 std::string hexByte = hexStr.substr(i, offset); in RecordIdToCloudId() local
711 unsigned long hexValue = std::strtoul(hexByte.c_str(), &endPtr, changeBase); in RecordIdToCloudId()
713 if (endPtr != hexByte.c_str() + hexByte.length()) { in RecordIdToCloudId()
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp410 unsigned char hexByte = static_cast<unsigned char>(srcIntValue & 0xFF); in ConvertStringToNumberArray() local
412 napi_create_int32(env, hexByte, &hexByteValue); in ConvertStringToNumberArray()

Completed in 4 milliseconds