/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_utils.cpp | 290 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 D | pasteboard_utils_test.cpp | 281 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 D | pasteboard_unified_data_test.cpp | 288 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 D | pasteboard_client_udmf_delay_test.cpp | 369 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 D | system_defined_record_napi.cpp | 31 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 D | text_napi.cpp | 31 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 D | file_napi.cpp | 31 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 D | system_defined_pixelmap_napi.cpp | 32 …DECLARE_NAPI_GETTER_SETTER("details", SystemDefinedRecordNapi::GetDetails, SystemDefinedRecordNapi… in Constructor()
|
H A D | audio_napi.cpp | 32 DECLARE_NAPI_GETTER_SETTER("details", FileNapi::GetDetails, FileNapi::SetDetails), in Constructor()
|
H A D | folder_napi.cpp | 32 DECLARE_NAPI_GETTER_SETTER("details", FileNapi::GetDetails, FileNapi::SetDetails), in Constructor()
|
H A D | image_napi.cpp | 32 DECLARE_NAPI_GETTER_SETTER("details", FileNapi::GetDetails, FileNapi::SetDetails), in Constructor()
|
H A D | video_napi.cpp | 32 DECLARE_NAPI_GETTER_SETTER("details", FileNapi::GetDetails, FileNapi::SetDetails), in Constructor()
|
H A D | html_napi.cpp | 32 DECLARE_NAPI_GETTER_SETTER("details", TextNapi::GetDetails, TextNapi::SetDetails), in Constructor()
|
H A D | link_napi.cpp | 32 DECLARE_NAPI_GETTER_SETTER("details", TextNapi::GetDetails, TextNapi::SetDetails), in Constructor()
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/ |
H A D | text.h | 33 UDDetails GetDetails() const;
|
H A D | system_defined_record.h | 33 UDDetails GetDetails() const;
|
H A D | file.h | 37 UDDetails GetDetails() const;
|
/ohos5.0/foundation/distributeddatamgr/udmf/interfaces/jskits/data/ |
H A D | system_defined_record_napi.h | 33 static napi_value GetDetails(napi_env env, napi_callback_info info);
|
H A D | text_napi.h | 33 static napi_value GetDetails(napi_env env, napi_callback_info info);
|
H A D | file_napi.h | 33 static napi_value GetDetails(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | udmf_client_test.cpp | 294 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 D | text.cpp | 55 UDDetails Text::GetDetails() const in GetDetails() function in OHOS::UDMF::Text
|
H A D | system_defined_record.cpp | 72 UDDetails SystemDefinedRecord::GetDetails() const in GetDetails() function in OHOS::UDMF::SystemDefinedRecord
|
H A D | file.cpp | 88 UDDetails File::GetDetails() const in GetDetails() function in OHOS::UDMF::File
|
H A D | unified_data_helper.cpp | 74 auto details = file->GetDetails(); in IsTempUData()
|