Home
last modified time | relevance | path

Searched refs:IsPrivacySensitive (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_layout_property.h114 json->PutExtAttr("privacySensitive", host->IsPrivacySensitive(), filter); in ToJsonValue()
H A Dimage_pattern.cpp603 sensitive = host->IsPrivacySensitive(); in CreateNodePaintMethod()
2099 auto privacySensitive = host->IsPrivacySensitive(); in OnSensitiveStyleChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_layout_property.cpp138 json->PutExtAttr("privacySensitive", host->IsPrivacySensitive(), filter); in ToJsonValue()
H A Dtext_pattern.cpp3909 return isSensitive_ && host->IsPrivacySensitive(); in IsSensitiveEnalbe()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testtwo_ng.cpp575 EXPECT_FALSE(frameNode->IsPrivacySensitive());
577 EXPECT_TRUE(frameNode->IsPrivacySensitive());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h396 bool IsPrivacySensitive() const in IsPrivacySensitive() function
H A Dframe_node.cpp2257 if (IsPrivacySensitive()) { in MarkModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1712 if (frameNode->IsPrivacySensitive()) { in DetachNode()