Home
last modified time | relevance | path

Searched refs:DEFAULT_DELAY_TIME (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dsnapshot_param.h25 constexpr int32_t DEFAULT_DELAY_TIME = 300; variable
41 explicit SnapshotParam(int32_t delay = DEFAULT_DELAY_TIME, bool checkImageStatus = false,
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request_calendar.h391 static constexpr uint64_t DEFAULT_DELAY_TIME = 3000; variable
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp36 constexpr int32_t DEFAULT_DELAY_TIME { 40 }; variable
385 timerId_ = env->GetTimerManager().AddTimer(DEFAULT_DELAY_TIME, RETRY_TIME, [this, env]() { in __anon634b35e50402()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/
H A Dgif_encoder.cpp52 const int DEFAULT_DELAY_TIME = 100; variable
247 …yTime = index < encodeOpts_.delayTimes.size() ? encodeOpts_.delayTimes[index] : DEFAULT_DELAY_TIME; in WriteFrameInfo()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_calendar.cpp183 nextTriggerTime = nowInMilli + DEFAULT_DELAY_TIME; in InitTriggerTime()