Home
last modified time | relevance | path

Searched refs:isRecover (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp214 bool isRecover = recycleStatus_ == RecycleStatus::RECYCLED || needHandleCachedClick; in OnSurfaceCreate() local
217 newWant.SetParam(OHOS::AppExecFwk::Constants::FORM_IS_RECOVER_FORM, isRecover); in OnSurfaceCreate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_pattern.cpp1426 bool isRecover = want.GetBoolParam(OHOS::AppExecFwk::Constants::FORM_IS_RECOVER_FORM, false); in AttachRSNode() local
1427 if (isRecover || formChildrenNodeMap_.find(FormChildNodeType::FORM_FORBIDDEN_ROOT_NODE) in AttachRSNode()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp876 …ancedNotificationService::Filter(const std::shared_ptr<NotificationRecord> &record, bool isRecover) in Filter() argument
879 if (!isRecover) { in Filter()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1218 ErrCode Filter(const std::shared_ptr<NotificationRecord> &record, bool isRecover = false);