Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp411 napi_value hexByteValue = nullptr; in ConvertStringToNumberArray() local
412 napi_create_int32(env, hexByte, &hexByteValue); in ConvertStringToNumberArray()
413 napi_set_element(env, result, (i / HEX_BYTE_LEN), hexByteValue); in ConvertStringToNumberArray()