Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp370 void BytesVectorToJS(napi_env env, napi_value &result, std::vector<unsigned char>& src) in BytesVectorToJS() function
449 BytesVectorToJS(env, rtdType, rtdTypeBytes); in ConvertNdefRecordToJS()
455 BytesVectorToJS(env, id, idBytes); in ConvertNdefRecordToJS()
461 BytesVectorToJS(env, payload, payloadBytes); in ConvertNdefRecordToJS()
H A Dnfc_napi_common_utils.h184 void BytesVectorToJS(napi_env env, napi_value &result, std::vector<unsigned char> &src);
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_sesstion.cpp64 BytesVectorToJS(env, uidValue, uidBytes); in GetTagInfo()
H A Dnfc_napi_foreground_dispatch.cpp257 BytesVectorToJS(env, uidValue, uidBytes); in CreateResult()
H A Dnfc_napi_tag.cpp854 BytesVectorToJS(env, propValue, bytes); in BuildTagFromWantParams()