Home
last modified time | relevance | path

Searched refs:UpdateType (Results 1 – 25 of 53) sorted by relevance

123

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_timer.h27 enum UpdateType { enum
50 UpdateType type = UpdateType::TYPE_INTERVAL_CHANGE;
62 type = UpdateType::TYPE_INTERVAL_CHANGE; in FormTimer()
75 type = UpdateType::TYPE_INTERVAL_CHANGE;
88 type = UpdateType::TYPE_INTERVAL_CHANGE;
101 type = UpdateType::TYPE_INTERVAL_CHANGE;
H A Dform_event_util.h62 static UpdateType GetUpdateType(const FormRecord &record, const FormTimerCfg &timerCfg);
H A Dform_timer_mgr.h80 bool UpdateFormTimer(int64_t formId, const UpdateType &type, const FormTimerCfg &timerCfg);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h41 enum class UpdateType { enum
96 UpdateType GetUpdateType() const in GetUpdateType()
101 virtual void SetUpdateType(UpdateType updateType) in SetUpdateType()
312 UpdateType updateType_ = UpdateType::ALL;
H A Dsole_child_component.h38 void SetUpdateType(UpdateType updateType) override in SetUpdateType()
H A Dcomposed_component.h40 void SetUpdateType(UpdateType updateType) override in SetUpdateType()
H A Dcomponent_group_element.cpp42 if (context->GetIsDeclarative() && componentGroup->GetUpdateType() != UpdateType::REBUILD) { in PerformBuild()
H A Dcomponent_group.h149 void SetUpdateType(UpdateType updateType) override in SetUpdateType()
H A Dmulti_composed_element.cpp41 if (component_->GetUpdateType() == UpdateType::REBUILD) { in UpdateChildren()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp118 UpdateType::TYPE_INTERVAL_CHANGE, timerCfg1);
139 UpdateType::TYPE_ATTIME_CHANGE, timerCfg2);
161 UpdateType::TYPE_INTERVAL_TO_ATTIME, timerCfg3);
181 UpdateType::TYPE_ATTIME_TO_INTERVAL, timerCfg4);
307 UpdateType::TYPE_INTERVAL_CHANGE, timerCfg1);
328 UpdateType::TYPE_ATTIME_CHANGE, timerCfg2);
350 UpdateType::TYPE_INTERVAL_TO_ATTIME, timerCfg3);
370 UpdateType::TYPE_ATTIME_TO_INTERVAL, timerCfg4);
561 UpdateType type = UpdateType::TYPE_ATTIME_TO_INTERVAL;
577 UpdateType type = UpdateType::TYPE_INTERVAL_ONCE;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.h42 enum UpdateType : uint8_t { enum
123 std::function<void(UpdateType, SerializeableObjectArray&)> onUpdateCb_;
H A Ddistributed_ui.cpp195 DistributedUI::UpdateType updateType; in OnTreeUpdate()
201 updateType = UpdateType::PAGE_CHANGE; in OnTreeUpdate()
207 updateType = UpdateType::PAGE_UPDATE; in OnTreeUpdate()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp52 UpdateType type = UpdateType::TYPE_INTERVAL_CHANGE; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/foreach/
H A Dfor_each_component.h30 SetUpdateType(UpdateType::REBUILD); in ForEachComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_element.cpp455 floatingTitleChildrenRow->SetUpdateType(UpdateType::REBUILD); in ChangeFloatingTitleIcon()
476 titleChildrenRow->SetUpdateType(UpdateType::REBUILD); in ChangeTitleIcon()
522 titleChildrenRow->SetUpdateType(UpdateType::REBUILD); in SetTitleButtonHide()
527 floatingTitleChildrenRow->SetUpdateType(UpdateType::REBUILD); in SetTitleButtonHide()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_proxy.cpp44 targetNode->GetRootComponent()->SetUpdateType(UpdateType::ALL); in SetShowAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.cpp98 SetUpdateType(UpdateType::REBUILD); in AppendChild()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_test_ng.cpp176 layoutProperty_->UpdateType(PROGRESS_TYPE_SCALE);
914 layoutProperty_->UpdateType(PROGRESS_TYPE_LINEAR);
990 layoutProperty_->UpdateType(it);
999 layoutProperty_->UpdateType(PROGRESS_TYPE_CAPSULE);
1049 layoutProperty_->UpdateType(PROGRESS_TYPE_SCALE);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.cpp212 buttonLayoutProperty->UpdateType(static_cast<ButtonType>(type)); in SetDefaultBackgroundButton()
222 buttonLayoutProperty->UpdateType(ButtonType::NORMAL); in SetInvisibleBackgroundButton()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp148 bool FormTimerMgr::UpdateFormTimer(int64_t formId, const UpdateType &type, const FormTimerCfg &time… in UpdateFormTimer()
156 case UpdateType::TYPE_INTERVAL_CHANGE: { in UpdateFormTimer()
159 case UpdateType::TYPE_ATTIME_CHANGE: { in UpdateFormTimer()
162 case UpdateType::TYPE_INTERVAL_TO_ATTIME: { in UpdateFormTimer()
165 case UpdateType::TYPE_ATTIME_TO_INTERVAL: { in UpdateFormTimer()
H A Dform_event_util.cpp431 UpdateType type = GetUpdateType(record, timerCfg); in HandleTimerUpdate()
449 UpdateType FormEventUtil::GetUpdateType(const FormRecord &record, const FormTimerCfg &timerCfg) in GetUpdateType()
573 …FormTimerMgr::GetInstance().UpdateFormTimer(formRecord.formId, UpdateType::TYPE_INTERVAL_CHANGE, t… in HandleAdditionalInfoChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_pattern.cpp140 buttonLayoutProperty->UpdateType(ButtonType::NORMAL); in CreateLeftButtonNode()
293 buttonLayoutProperty->UpdateType(ButtonType::NORMAL); in CreateArrowRightButtonNode()
402 buttonLayoutProperty->UpdateType(ButtonType::NORMAL); in CreateArrowlessRightButtonNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_radio.cpp49 if (radio->GetUpdateType() == UpdateType::ALL) { in Update()
H A Drender_checkbox.cpp94 if (checkbox->GetUpdateType() == UpdateType::ALL) { in Update()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/
H A Draw_data_builder.h110 RawDataBuilder& UpdateType(const T val) in UpdateType() function
271 return this->UpdateType(val); in InitBaseAppendHandlers()

123