Home
last modified time | relevance | path

Searched refs:ParseRecord (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.h209 static std::vector<std::shared_ptr<NdefRecord>> ParseRecord(const std::string& data, bool isMbMeIgnored);
H A Dndef_message.cpp35 std::vector<std::shared_ptr<NdefRecord>> ndefRecords = ParseRecord(data, false); in GetNdefMessage()
413 std::vector<std::shared_ptr<NdefRecord>> NdefMessage::ParseRecord(const std::string& data, bool isMbMeIgnored) in ParseRecord() function in OHOS::NFC::KITS::NdefMessage
417 ErrorLog("ParseRecord, raw data empty."); in ParseRecord()
460 ErrorLog("ParseRecord, payload > MAX_PAYLOAD_SIZE"); in ParseRecord()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpastedata_napi.h68 static std::shared_ptr<MiscServices::PasteDataRecord> ParseRecord(napi_env env, napi_value &recordNapi);
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp531 std::shared_ptr<MiscServices::PasteDataRecord> PasteDataNapi::ParseRecord(napi_env env, napi_value &recordNapi) in ParseRecord() function in OHOS::MiscServicesNapi::PasteDataNapi
599 std::shared_ptr<PasteDataRecord> pasteDataRecord = ParseRecord(env, argv); in AddRecord()
601 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_JS_NAPI, "ParseRecord failed!"); in AddRecord()
654 std::shared_ptr<PasteDataRecord> pasteDataRecord = ParseRecord(env, argv[1]); in ReplaceRecordAt()
656 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_JS_NAPI, "ParseRecord failed!"); in ReplaceRecordAt()
697 std::shared_ptr<PasteDataRecord> pasteDataRecord = ParseRecord(env, argv[1]); in ReplaceRecord()

Completed in 5 milliseconds