Home
last modified time | relevance | path

Searched refs:isEnableSecure_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.h460 bool isEnableSecure_ = false; variable
H A Dxcomponent_pattern.cpp564 json->PutExtAttr("enableSecure", isEnableSecure_ ? "true" : "false", filter); in ToJsonValue()
2034 isEnableSecure_ = isSecure; in EnableSecure()