Searched refs:ParseRecord (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | ndef_message.h | 209 static std::vector<std::shared_ptr<NdefRecord>> ParseRecord(const std::string& data, bool isMbMeIgnored);
|
H A D | ndef_message.cpp | 35 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 D | pastedata_napi.h | 68 static std::shared_ptr<MiscServices::PasteDataRecord> ParseRecord(napi_env env, napi_value &recordNapi);
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | napi_pastedata.cpp | 531 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