Searched refs:rtdType (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.cpp | 443 napi_value rtdType; in ConvertAirTouchNdefRecordToJS() local 444 napi_create_string_utf8(env, ndefRecord->tagRtdType_.c_str(), NAPI_AUTO_LENGTH, &rtdType); in ConvertAirTouchNdefRecordToJS() 445 napi_set_named_property(env, result, "rtdType", rtdType); in ConvertAirTouchNdefRecordToJS() 490 napi_value rtdType; in ConvertNdefRecordToJS() local 493 BytesVectorToJS(env, rtdType, rtdTypeBytes); in ConvertNdefRecordToJS() 494 napi_set_named_property(env, result, "rtdType", rtdType); in ConvertNdefRecordToJS()
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | ndef_message.cpp | 190 std::string rtdType = record.lock()->tagRtdType_;
in NdefRecordToString() local 196 buffer.append(NfcSdkCommon::IntToHexString(NfcSdkCommon::GetHexStrBytesLen(rtdType)));
in NdefRecordToString() 206 buffer.append(rtdType);
in NdefRecordToString()
|
Completed in 4 milliseconds