Home
last modified time | relevance | path

Searched refs:CheckThreadSafe (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp538 if (pipeline && !pipeline->CheckThreadSafe()) { in AddCustomProperty()
550 if (pipeline && !pipeline->CheckThreadSafe()) { in RemoveCustomProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp176 if (!CheckThreadSafe()) { in AddDirtyPropertyNode()
313 if (!CheckThreadSafe()) { in FlushDirtyPropertyNodes()
762 if (!CheckThreadSafe()) { in FlushUITasks()
1717 if (!CheckThreadSafe()) { in DetachNode()
3734 if (!CheckThreadSafe()) { in AddWindowStateChangedCallback()
3742 if (!CheckThreadSafe()) { in RemoveWindowStateChangedCallback()
3750 if (!CheckThreadSafe()) { in FlushWindowStateChangedCallback()
4909 bool PipelineContext::CheckThreadSafe() const in CheckThreadSafe() function in OHOS::Ace::NG::PipelineContext
H A Dpipeline_context.h940 bool CheckThreadSafe() const;
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp904 bool NG::PipelineContext::CheckThreadSafe() const in CheckThreadSafe() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp2229 if (pipeline && !pipeline->CheckThreadSafe()) { in RebuildRenderContextTree()