Home
last modified time | relevance | path

Searched refs:GetDetails (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp290 if (record->GetDetails()) { in PasteRecord2PlaintText()
363 if (record->GetDetails()) { in PasteRecord2Html()
404 if (record->GetDetails()) { in PasteRecord2Link()
435 auto details = record->GetDetails(); in PasteRecord2File()
467 auto details = record->GetDetails(); in PasteRecord2Image()
499 auto details = record->GetDetails(); in PasteRecord2Video()
531 auto details = record->GetDetails(); in PasteRecord2Audio()
563 auto details = record->GetDetails(); in PasteRecord2Folder()
640 if (record->GetDetails() != nullptr) { in PasteRecord2AppItem()
670 if (record->GetDetails() != nullptr) { in PasteRecord2Form()
[all …]
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpasteboard_utils_test.cpp281 auto details1 = record->GetDetails();
459 auto details1 = record->GetDetails();
468 auto newDetails = newFileRecord->GetDetails();
493 auto details1 = record->GetDetails();
527 auto details1 = record->GetDetails();
561 auto details1 = record->GetDetails();
595 auto details1 = record->GetDetails();
627 auto details1 = record->GetDetails();
656 auto details1 = record->GetDetails();
701 auto details1 = record->GetDetails();
[all …]
H A Dpasteboard_unified_data_test.cpp288 auto details1 = record->GetDetails();
467 auto newDetails = newFileRecord->GetDetails();
482 auto details1 = record->GetDetails();
519 auto details1 = record->GetDetails();
556 auto details1 = record->GetDetails();
593 auto details1 = record->GetDetails();
630 auto details1 = record->GetDetails();
662 auto details = record->GetDetails();
701 auto details1 = record->GetDetails();
738 ASSERT_EQ(newForm->GetDetails(), details_);
[all …]
H A Dpasteboard_client_udmf_delay_test.cpp369 CompareDetails(text->GetDetails());
397 CompareDetails(text->GetDetails());
432 CompareDetails(text->GetDetails());
467 CompareDetails(text->GetDetails());
503 CompareDetails(file->GetDetails());
534 CompareDetails(file->GetDetails());
568 CompareDetails(file->GetDetails());
602 CompareDetails(file->GetDetails());
636 CompareDetails(file->GetDetails());
670 CompareDetails(systemDefinedRecord->GetDetails());
[all …]
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dsystem_defined_record_napi.cpp31 DECLARE_NAPI_GETTER_SETTER("details", GetDetails, SetDetails), in Constructor()
78 napi_value SystemDefinedRecordNapi::GetDetails(napi_env env, napi_callback_info info) in GetDetails() function in OHOS::UDMF::SystemDefinedRecordNapi
85 ctxt->status = NapiDataUtils::SetValue(env, sdRecord->value_->GetDetails(), ctxt->output); in GetDetails()
H A Dtext_napi.cpp31 DECLARE_NAPI_GETTER_SETTER("details", GetDetails, SetDetails), in Constructor()
77 napi_value TextNapi::GetDetails(napi_env env, napi_callback_info info) in GetDetails() function in OHOS::UDMF::TextNapi
84 ctxt->status = NapiDataUtils::SetValue(env, text->value_->GetDetails(), ctxt->output); in GetDetails()
H A Dfile_napi.cpp31 DECLARE_NAPI_GETTER_SETTER("details", GetDetails, SetDetails), in Constructor()
78 napi_value FileNapi::GetDetails(napi_env env, napi_callback_info info) in GetDetails() function in OHOS::UDMF::FileNapi
85 ctxt->status = NapiDataUtils::SetValue(env, file->value_->GetDetails(), ctxt->output); in GetDetails()
H A Dsystem_defined_pixelmap_napi.cpp32 …DECLARE_NAPI_GETTER_SETTER("details", SystemDefinedRecordNapi::GetDetails, SystemDefinedRecordNapi… in Constructor()
H A Daudio_napi.cpp32 DECLARE_NAPI_GETTER_SETTER("details", FileNapi::GetDetails, FileNapi::SetDetails), in Constructor()
H A Dfolder_napi.cpp32 DECLARE_NAPI_GETTER_SETTER("details", FileNapi::GetDetails, FileNapi::SetDetails), in Constructor()
H A Dimage_napi.cpp32 DECLARE_NAPI_GETTER_SETTER("details", FileNapi::GetDetails, FileNapi::SetDetails), in Constructor()
H A Dvideo_napi.cpp32 DECLARE_NAPI_GETTER_SETTER("details", FileNapi::GetDetails, FileNapi::SetDetails), in Constructor()
H A Dhtml_napi.cpp32 DECLARE_NAPI_GETTER_SETTER("details", TextNapi::GetDetails, TextNapi::SetDetails), in Constructor()
H A Dlink_napi.cpp32 DECLARE_NAPI_GETTER_SETTER("details", TextNapi::GetDetails, TextNapi::SetDetails), in Constructor()
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H A Dtext.h33 UDDetails GetDetails() const;
H A Dsystem_defined_record.h33 UDDetails GetDetails() const;
H A Dfile.h37 UDDetails GetDetails() const;
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dsystem_defined_record_napi.h33 static napi_value GetDetails(napi_env env, napi_callback_info info);
H A Dtext_napi.h33 static napi_value GetDetails(napi_env env, napi_callback_info info);
H A Dfile_napi.h33 static napi_value GetDetails(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_test.cpp294 CompareDetails(text2->GetDetails());
338 CompareDetails(text2->GetDetails());
387 CompareDetails(text2->GetDetails());
436 CompareDetails(text2->GetDetails());
485 CompareDetails(file2->GetDetails());
528 CompareDetails(file2->GetDetails());
575 CompareDetails(file2->GetDetails());
622 CompareDetails(file2->GetDetails());
669 CompareDetails(file2->GetDetails());
1548 CompareDetails(file2->GetDetails());
[all …]
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dtext.cpp55 UDDetails Text::GetDetails() const in GetDetails() function in OHOS::UDMF::Text
H A Dsystem_defined_record.cpp72 UDDetails SystemDefinedRecord::GetDetails() const in GetDetails() function in OHOS::UDMF::SystemDefinedRecord
H A Dfile.cpp88 UDDetails File::GetDetails() const in GetDetails() function in OHOS::UDMF::File
H A Dunified_data_helper.cpp74 auto details = file->GetDetails(); in IsTempUData()

12