Home
last modified time | relevance | path

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

123

/foundation/ability/form_fwk/services/include/
H A Dform_timer.h24 * @enum UpdateType
27 enum UpdateType { enum
50 UpdateType type = UpdateType::TYPE_INTERVAL_CHANGE;
62 type = UpdateType::TYPE_INTERVAL_CHANGE; in FormTimer()
75 type = UpdateType::TYPE_INTERVAL_CHANGE; in FormTimer()
88 type = UpdateType::TYPE_INTERVAL_CHANGE; in FormTimer()
101 type = UpdateType::TYPE_INTERVAL_CHANGE; in FormTimer()
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);
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent.h41 enum class UpdateType { class
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
H A Dcomposed_component.h40 void SetUpdateType(UpdateType updateType) override
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
H A Dmulti_composed_element.cpp41 if (component_->GetUpdateType() == UpdateType::REBUILD) { in UpdateChildren()
/foundation/arkui/ace_engine/frameworks/core/components/foreach/
H A Dfor_each_component.h30 SetUpdateType(UpdateType::REBUILD); in ForEachComponent()
/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/
H A Dformtimermgr_fuzzer.cpp52 UpdateType type = UpdateType::TYPE_INTERVAL_CHANGE; in DoSomethingInterestingWithMyAPI()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_proxy.cpp44 targetNode->GetRootComponent()->SetUpdateType(UpdateType::ALL); in SetShowAttr()
/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/
H A Dfms_form_timer_mgr_test.cpp118 UpdateType::TYPE_INTERVAL_CHANGE, timerCfg1); in HWTEST_F()
139 UpdateType::TYPE_ATTIME_CHANGE, timerCfg2); in HWTEST_F()
161 UpdateType::TYPE_INTERVAL_TO_ATTIME, timerCfg3); in HWTEST_F()
181 UpdateType::TYPE_ATTIME_TO_INTERVAL, timerCfg4); in HWTEST_F()
307 UpdateType::TYPE_INTERVAL_CHANGE, timerCfg1); in HWTEST_F()
328 UpdateType::TYPE_ATTIME_CHANGE, timerCfg2); in HWTEST_F()
350 UpdateType::TYPE_INTERVAL_TO_ATTIME, timerCfg3); in HWTEST_F()
370 UpdateType::TYPE_ATTIME_TO_INTERVAL, timerCfg4); in HWTEST_F()
561 UpdateType type = UpdateType in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.h42 enum UpdateType : uint8_t {
123 std::function<void(UpdateType, SerializeableObjectArray&)> onUpdateCb_;
H A Ddistributed_ui.cpp188 DistributedUI::UpdateType updateType; in OnTreeUpdate()
194 updateType = UpdateType::PAGE_CHANGE; in OnTreeUpdate()
200 updateType = UpdateType::PAGE_UPDATE; in OnTreeUpdate()
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_element.cpp453 floatingTitleChildrenRow->SetUpdateType(UpdateType::REBUILD); in ChangeFloatingTitleIcon()
474 titleChildrenRow->SetUpdateType(UpdateType::REBUILD); in ChangeTitleIcon()
520 titleChildrenRow->SetUpdateType(UpdateType::REBUILD); in SetTitleButtonHide()
525 floatingTitleChildrenRow->SetUpdateType(UpdateType::REBUILD); in SetTitleButtonHide()
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_component.cpp98 SetUpdateType(UpdateType::REBUILD); in AppendChild()
/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp148 bool FormTimerMgr::UpdateFormTimer(int64_t formId, const UpdateType &type, const FormTimerCfg &timerCfg) 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()
169 HILOG_ERROR("invalid UpdateType"); in UpdateFormTimer()
H A Dform_event_util.cpp423 UpdateType type = GetUpdateType(record, timerCfg); in HandleTimerUpdate()
441 UpdateType FormEventUtil::GetUpdateType(const FormRecord &record, const FormTimerCfg &timerCfg) in GetUpdateType()
565 FormTimerMgr::GetInstance().UpdateFormTimer(formRecord.formId, UpdateType::TYPE_INTERVAL_CHANGE, timerCfg); in HandleAdditionalInfoChanged()
/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_test_ng.cpp176 layoutProperty_->UpdateType(PROGRESS_TYPE_SCALE); in HWTEST_F()
914 layoutProperty_->UpdateType(PROGRESS_TYPE_LINEAR); in HWTEST_F()
990 layoutProperty_->UpdateType(it); in HWTEST_F()
999 layoutProperty_->UpdateType(PROGRESS_TYPE_CAPSULE); in HWTEST_F()
1049 layoutProperty_->UpdateType(PROGRESS_TYPE_SCALE); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.cpp209 buttonLayoutProperty->UpdateType(static_cast<ButtonType>(type)); in SetDefaultBackgroundButton()
219 buttonLayoutProperty->UpdateType(ButtonType::NORMAL); in SetInvisibleBackgroundButton()
/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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_dialog_view.cpp291 buttonNextPrevLayoutProperty->UpdateType(ButtonType::ROUNDED_RECTANGLE); in CreateNextPrevButtonNode()
293 buttonNextPrevLayoutProperty->UpdateType(ButtonType::CAPSULE); in CreateNextPrevButtonNode()
681 buttonConfirmLayoutProperty->UpdateType(ButtonType::ROUNDED_RECTANGLE);
683 buttonConfirmLayoutProperty->UpdateType(ButtonType::CAPSULE);
775 buttonCancelLayoutProperty->UpdateType(ButtonType::ROUNDED_RECTANGLE);
777 buttonCancelLayoutProperty->UpdateType(ButtonType::CAPSULE);
823 buttonLayoutProperty->UpdateType(buttonInfos[index].type.value());
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp497 buttonConfirmLayoutProperty->UpdateType(ButtonType::ROUNDED_RECTANGLE);
499 buttonConfirmLayoutProperty->UpdateType(ButtonType::CAPSULE);
734 buttonLayoutProperty->UpdateType(buttonInfos[index].type.value());
851 buttonCancelLayoutProperty->UpdateType(ButtonType::ROUNDED_RECTANGLE);
853 buttonCancelLayoutProperty->UpdateType(ButtonType::CAPSULE);
878 buttonForwardLayoutProperty->UpdateType(ButtonType::ROUNDED_RECTANGLE);
880 buttonForwardLayoutProperty->UpdateType(ButtonType::CAPSULE);
906 buttonBackwardLayoutProperty->UpdateType(ButtonType::ROUNDED_RECTANGLE);
908 buttonBackwardLayoutProperty->UpdateType(ButtonType::CAPSULE);

Completed in 27 milliseconds

123