Home
last modified time | relevance | path

Searched refs:visibleNotifyDelay_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_adapter.h1166 int32_t visibleNotifyDelay_ = Constants::DEFAULT_VISIBLE_NOTIFY_DELAY; variable
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_adapter.cpp119 …DataMgr::GetInstance().GetConfigParamFormMap(Constants::VISIBLE_NOTIFY_DELAY, visibleNotifyDelay_); in Init()
120 HILOG_INFO("load visibleNotifyDelayTime:%{public}d", visibleNotifyDelay_); in Init()
940 formInstanceMaps, eventMaps, formVisibleType, visibleNotifyDelay_, callerToken); in NotifyWhetherVisibleForms()