Searched refs:BytesVectorToJS (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.cpp | 370 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 D | nfc_napi_common_utils.h | 184 void BytesVectorToJS(napi_env env, napi_value &result, std::vector<unsigned char> &src);
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/ |
H A D | nfc_napi_tag_sesstion.cpp | 64 BytesVectorToJS(env, uidValue, uidBytes); in GetTagInfo()
|
H A D | nfc_napi_foreground_dispatch.cpp | 257 BytesVectorToJS(env, uidValue, uidBytes); in CreateResult()
|
H A D | nfc_napi_tag.cpp | 854 BytesVectorToJS(env, propValue, bytes); in BuildTagFromWantParams()
|