Searched refs:GetUpdateType (Results 1 – 15 of 15) sorted by relevance
62 static UpdateType GetUpdateType(const FormRecord &record, const FormTimerCfg &timerCfg);
42 if (context->GetIsDeclarative() && componentGroup->GetUpdateType() != UpdateType::REBUILD) { in PerformBuild()
151 if (GetUpdateType() == updateType) { in SetUpdateType()
41 if (component_->GetUpdateType() == UpdateType::REBUILD) { in UpdateChildren()
96 UpdateType GetUpdateType() const in GetUpdateType() function
1210 uint32_t GetUpdateType() in GetUpdateType() function
49 if (radio->GetUpdateType() == UpdateType::ALL) { in Update()
94 if (checkbox->GetUpdateType() == UpdateType::ALL) { in Update()
79 if (switchComponent->GetUpdateType() == UpdateType::ALL) { in Update()
431 UpdateType type = GetUpdateType(record, timerCfg); in HandleTimerUpdate()449 UpdateType FormEventUtil::GetUpdateType(const FormRecord &record, const FormTimerCfg &timerCfg) in GetUpdateType() function in OHOS::AppExecFwk::FormEventUtil
629 const UpdaterType& GetUpdateType() const in GetUpdateType() function651 return (type_ == other.GetUpdateType()) && (config_ == other.GetConfig());
31 bool isUpdateAll = rating->GetUpdateType() == UpdateType::ALL; in Update()
264 if (textField->HasSetResetToStart() && textField->GetUpdateType() == UpdateType::ALL) { in Update()
150 if (swiper->GetUpdateType() == UpdateType::STYLE) { in Update()
1489 auto updateType = updater.GetUpdateType(); in ConvertParticleColorOption()