Home
last modified time | relevance | path

Searched refs:GetCurrentDateModified (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_model_ng.cpp80 int64_t currentDateModified = movingPhotoPattern->GetCurrentDateModified(); in SetImageSrc()
91 imageSrc += "?date_modified=" + std::to_string(movingPhotoPattern->GetCurrentDateModified()); in SetImageSrc()
H A Dmovingphoto_pattern.h110 int64_t GetCurrentDateModified() in GetCurrentDateModified() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H A Dmovingphoto_test_ng.cpp1022 EXPECT_EQ(movingphotoPattern->GetCurrentDateModified(), 100);