Home
last modified time | relevance | path

Searched refs:GetXComponentId (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_xcomponent_modifier.cpp106 ArkUI_CharPtr GetXComponentId(ArkUINodeHandle node) in GetXComponentId() function
110 g_strValue = XComponentModelNG::GetXComponentId(frameNode); in GetXComponentId()
198 GetXComponentId, in GetXComponentModifier()
227 GetXComponentId, in GetCJUIXComponentModifier()
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.h89 const std::string& GetXComponentId() const in GetXComponentId() function in OHOS::Ace::RenderXComponent
H A Dnative_interface_xcomponent_impl.cpp22 int32_t OH_NativeXComponent::GetXComponentId(char* id, uint64_t* size) in GetXComponentId() function in OH_NativeXComponent
27 auto xcomponentId = xcomponentImpl_->GetXComponentId(); in GetXComponentId()
H A Dxcomponent_component.h128 return declaration_->GetXComponentId(); in GetId()
H A Dnative_interface_xcomponent_impl.h83 const std::string& GetXComponentId() const in GetXComponentId() function in OHOS::Ace::NativeXComponentImpl
473 int32_t GetXComponentId(char* id, uint64_t* size);
/foundation/arkui/ace_engine/frameworks/core/components/declaration/xcomponent/
H A Dxcomponent_declaration.h60 const std::string& GetXComponentId() const in GetXComponentId() function in OHOS::Ace::XComponentDeclaration
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_model_ng.h71 static std::string GetXComponentId(FrameNode* frameNode);
H A Dxcomponent_model_ng.cpp347 std::string XComponentModelNG::GetXComponentId(FrameNode* frameNode) in GetXComponentId() function in OHOS::Ace::NG::XComponentModelNG
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.cpp36 return component->GetXComponentId(id, size); in OH_NativeXComponent_GetXComponentId()
/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_property_test_ng.cpp231 nativeXComponent->GetXComponentId(id, &size); in HWTEST_F()
999 * @tc.steps: step3. call SetXComponentId and GetXComponentId in HWTEST_F()
1004 auto resultId = XComponentModelNG::GetXComponentId(Referenced::RawPtr(frameNode)); in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp6273 const ArkUI_AttributeItem* GetXComponentId(ArkUI_NodeHandle node) in GetXComponentId() function
13410 static Getter* getters[] = { GetXComponentId, GetXComponentType, GetXComponentSurfaceSize, }; in GetXComponentAttribute()

Completed in 33 milliseconds