Home
last modified time | relevance | path

Searched refs:GetUpdateType (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_event_util.h62 static UpdateType GetUpdateType(const FormRecord &record, const FormTimerCfg &timerCfg);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomponent_group_element.cpp42 if (context->GetIsDeclarative() && componentGroup->GetUpdateType() != UpdateType::REBUILD) { in PerformBuild()
H A Dcomponent_group.h151 if (GetUpdateType() == updateType) { in SetUpdateType()
H A Dmulti_composed_element.cpp41 if (component_->GetUpdateType() == UpdateType::REBUILD) { in UpdateChildren()
H A Dcomponent.h96 UpdateType GetUpdateType() const in GetUpdateType() function
H A Drender_node.h1210 uint32_t GetUpdateType() in GetUpdateType() function
/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()
H A Drender_switch.cpp79 if (switchComponent->GetUpdateType() == UpdateType::ALL) { in Update()
/ohos5.0/foundation/ability/form_fwk/services/src/
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() function in OHOS::AppExecFwk::FormEventUtil
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h629 const UpdaterType& GetUpdateType() const in GetUpdateType() function
651 return (type_ == other.GetUpdateType()) && (config_ == other.GetConfig());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.cpp31 bool isUpdateAll = rating->GetUpdateType() == UpdateType::ALL; in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp264 if (textField->HasSetResetToStart() && textField->GetUpdateType() == UpdateType::ALL) { in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp150 if (swiper->GetUpdateType() == UpdateType::STYLE) { in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1489 auto updateType = updater.GetUpdateType(); in ConvertParticleColorOption()