Searched refs:BytesVectorToJS (Results 1 - 5 of 5) sorted by relevance
/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 373 WarnLog("BytesVectorToJS src empty"); in BytesVectorToJS() 378 DebugLog("BytesVectorToJS size is %{public}zu", src.size()); in BytesVectorToJS() 493 BytesVectorToJS(env, rtdType, rtdTypeBytes); in ConvertNdefRecordToJS() 499 BytesVectorToJS(env, id, idBytes); in ConvertNdefRecordToJS() 505 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);
|
/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 | 849 BytesVectorToJS(env, propValue, bytes);
in BuildTagFromWantParams()
|
Completed in 7 milliseconds