/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_timer.h | 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; 88 type = UpdateType::TYPE_INTERVAL_CHANGE; 101 type = UpdateType::TYPE_INTERVAL_CHANGE;
|
H A D | form_event_util.h | 62 static UpdateType GetUpdateType(const FormRecord &record, const FormTimerCfg &timerCfg);
|
H A D | form_timer_mgr.h | 80 bool UpdateFormTimer(int64_t formId, const UpdateType &type, const FormTimerCfg &timerCfg);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | component.h | 41 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 D | sole_child_component.h | 38 void SetUpdateType(UpdateType updateType) override in SetUpdateType()
|
H A D | composed_component.h | 40 void SetUpdateType(UpdateType updateType) override in SetUpdateType()
|
H A D | component_group_element.cpp | 42 if (context->GetIsDeclarative() && componentGroup->GetUpdateType() != UpdateType::REBUILD) { in PerformBuild()
|
H A D | component_group.h | 149 void SetUpdateType(UpdateType updateType) override in SetUpdateType()
|
H A D | multi_composed_element.cpp | 41 if (component_->GetUpdateType() == UpdateType::REBUILD) { in UpdateChildren()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/ |
H A D | fms_form_timer_mgr_test.cpp | 118 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 D | distributed_ui.h | 42 enum UpdateType : uint8_t { enum 123 std::function<void(UpdateType, SerializeableObjectArray&)> onUpdateCb_;
|
H A D | distributed_ui.cpp | 195 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 D | formtimermgr_fuzzer.cpp | 52 UpdateType type = UpdateType::TYPE_INTERVAL_CHANGE; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/foreach/ |
H A D | for_each_component.h | 30 SetUpdateType(UpdateType::REBUILD); in ForEachComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/ |
H A D | container_modal_element.cpp | 455 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 D | dom_proxy.cpp | 44 targetNode->GetRootComponent()->SetUpdateType(UpdateType::ALL); in SetShowAttr()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_component.cpp | 98 SetUpdateType(UpdateType::REBUILD); in AppendChild()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/ |
H A D | progress_test_ng.cpp | 176 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 D | security_component_model_ng.cpp | 212 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 D | form_timer_mgr.cpp | 148 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 D | form_event_util.cpp | 431 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 D | stepper_pattern.cpp | 140 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 D | render_radio.cpp | 49 if (radio->GetUpdateType() == UpdateType::ALL) { in Update()
|
H A D | render_checkbox.cpp | 94 if (checkbox->GetUpdateType() == UpdateType::ALL) { in Update()
|
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/encoded/ |
H A D | raw_data_builder.h | 110 RawDataBuilder& UpdateType(const T val) in UpdateType() function 271 return this->UpdateType(val); in InitBaseAppendHandlers()
|