Home
last modified time | relevance | path

Searched refs:fullUpdate (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h825 void FlushReload(const ConfigurationChange& configurationChange, bool fullUpdate = true) override;
H A Dpipeline_base.h905 virtual void FlushReload(const ConfigurationChange& configurationChange, bool fullUpdate = true) {} in FlushReload()
H A Dpipeline_context.cpp675 void PipelineContext::FlushReload(const ConfigurationChange& configurationChange, bool fullUpdate) in FlushReload() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp3290 bool fullUpdate = NeedFullUpdate(DENSITY_KEY); in NotifyDensityUpdate() local
3296 pipelineContext_->FlushReload(configurationChange, fullUpdate); in NotifyDensityUpdate()
3301 bool fullUpdate = NeedFullUpdate(DIRECTION_KEY); in NotifyDirectionUpdate() local
3302 if (fullUpdate) { in NotifyDirectionUpdate()
3304 pipelineContext_->FlushReload(configurationChange, fullUpdate); in NotifyDirectionUpdate()
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp481 void PipelineContext::FlushReload(const ConfigurationChange& configurationChange, bool fullUpdate) {} in FlushReload() argument
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h531 void FlushReload(const ConfigurationChange& configurationChange, bool fullUpdate = true) override;
H A Dpipeline_context.cpp4183 void PipelineContext::FlushReload(const ConfigurationChange& configurationChange, bool fullUpdate) in FlushReload() argument
4191 weakOverlayManager = AceType::WeakClaim(AceType::RawPtr(overlayManager_)), fullUpdate]() { in FlushReload()
4202 if (fullUpdate) { in FlushReload()

Completed in 29 milliseconds