Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_modifier.h101 void StartContinuousSweepingAnimation(float currentDate, float newDate, float speed);
H A Dprogress_modifier.cpp434 void ProgressModifier::StartContinuousSweepingAnimation(float currentDate, float newDate, float spe… in StartContinuousSweepingAnimation() argument
448 int32_t time = (newDate - currentDate) / speed; in StartContinuousSweepingAnimation()
455 [&]() { sweepingDate_->Set(newDate); }, in StartContinuousSweepingAnimation()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_rekey_test.cpp278 auto newDate = GetKeyFileDate(encryptedDatabaseName); variable
279 ASSERT_TRUE(std::chrono::system_clock::now() - newDate < std::chrono::seconds(2));