Home
last modified time | relevance | path

Searched refs:parentTag_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/mock/
H A Dsec_comp_base_mock.h95 std::string parentTag_; variable
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/
H A Dsec_comp_base.h122 std::string parentTag_; variable
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_base.cpp214 if (!ParseString(jsonParent, JsonTagConstants::JSON_PARENT_TAG_TAG, parentTag_)) { in ParseParent()
347 { JsonTagConstants::JSON_PARENT_TAG_TAG, parentTag_ }, in ToJson()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h344 parentTag_ = parentNode->GetTag(); in SetParentNode()
883 std::string parentTag_; variable
H A Ddom_node.cpp142 if (flexItemParents.count(parentTag_) > 0) { in Mount()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp514 buttonInfo.parentTag_ = parentNode->GetTag(); in CheckParentNodesEffect()