Home
last modified time | relevance | path

Searched refs:SetXComponentId (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_xcomponent_modifier.cpp89 void SetXComponentId(ArkUINodeHandle node, const char* id) in SetXComponentId() function
93 XComponentModelNG::SetXComponentId(frameNode, id); in SetXComponentId()
228 SetXComponentId, in GetXComponentModifier()
259 SetXComponentId, in GetCJUIXComponentModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_xcomponent.cpp34 xcomponentDeclaration->SetXComponentId(commonAttr.id); in PrepareSpecializedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.cpp46 renderXComponent->SetXComponentId(GetId()); in CreateRenderNode()
H A Drender_xcomponent.h84 void SetXComponentId(const std::string& id) in SetXComponentId() function
H A Dxcomponent_component.h123 declaration_->SetXComponentId(id); in SetId()
H A Dnative_interface_xcomponent_impl.h79 void SetXComponentId(const std::string& id) in SetXComponentId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/xcomponent/
H A Dxcomponent_declaration.h54 void SetXComponentId(const std::string& id) in SetXComponentId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_model_ng.h68 static void SetXComponentId(FrameNode* frameNode, const std::string& id);
H A Dxcomponent_model_ng.cpp329 void XComponentModelNG::SetXComponentId(FrameNode* frameNode, const std::string& id) in SetXComponentId() function in OHOS::Ace::NG::XComponentModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_xcomponent_bridge.cpp96 nativeXcomponentImpl_->SetXComponentId(xcomponent->GetId()); in HandleContext()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_property_test_ng.cpp226 nativeXComponentImpl->SetXComponentId(XCOMPONENT_ID);
1002 XComponentModelNG::SetXComponentId(Referenced::RawPtr(frameNode), XCOMPONENT_ID_NEW);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2162 nativeXComponentImpl->SetXComponentId(componentId); in FireExternalEvent()
2253 nativeXComponentImpl_->SetXComponentId(xcomponent->GetId()); in FireExternalEvent()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp6302 int32_t SetXComponentId(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetXComponentId() function
13439 SetXComponentId, in SetXComponentAttribute()