Home
last modified time | relevance | path

Searched refs:nativeXComponentImpl (Results 1 - 10 of 10) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dxcomponent_component.cpp55 WeakPtr<NativeXComponentImpl> nativeXComponentImpl) in NativeXComponentInit()
62 renderNode->NativeXComponentInit(nativeXComponent, nativeXComponentImpl); in NativeXComponentInit()
53 NativeXComponentInit( OH_NativeXComponent* nativeXComponent, WeakPtr<NativeXComponentImpl> nativeXComponentImpl) NativeXComponentInit() argument
H A Drender_xcomponent.h54 WeakPtr<NativeXComponentImpl> nativeXComponentImpl);
H A Dxcomponent_component.h67 OH_NativeXComponent* nativeXComponent, WeakPtr<NativeXComponentImpl> nativeXComponentImpl);
H A Drender_xcomponent.cpp317 OH_NativeXComponent* nativeXComponent, WeakPtr<NativeXComponentImpl> nativeXComponentImpl) in NativeXComponentInit()
325 nativeXComponentImpl_ = nativeXComponentImpl; in NativeXComponentInit()
316 NativeXComponentInit( OH_NativeXComponent* nativeXComponent, WeakPtr<NativeXComponentImpl> nativeXComponentImpl) NativeXComponentInit() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_accessibility_provider.cpp33 auto nativeXComponentImpl = pair.first; in GetAccessbilityProvider() local
34 CHECK_NULL_RETURN(nativeXComponentImpl, nullptr); in GetAccessbilityProvider()
35 return nativeXComponentImpl->GetAccessbilityProvider(); in GetAccessbilityProvider()
H A Dxcomponent_pattern.cpp773 auto nativeXComponentImpl = pair.first; in OnAccessibilityChildTreeRegister() local
774 CHECK_NULL_RETURN(nativeXComponentImpl, false); in OnAccessibilityChildTreeRegister()
775 auto nativeProvider = nativeXComponentImpl->GetAccessbilityProvider(); in OnAccessibilityChildTreeRegister()
811 auto nativeXComponentImpl = pair.first; in OnAccessibilityChildTreeDeregister() local
812 CHECK_NULL_RETURN(nativeXComponentImpl, false); in OnAccessibilityChildTreeDeregister()
813 auto nativeProvider = nativeXComponentImpl->GetAccessbilityProvider(); in OnAccessibilityChildTreeDeregister()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent.h72 auto nativeXComponentImpl = AceType::MakeRefPtr<NativeXComponentImpl>(); in GetNativeXComponentFromXcomponentsMap() local
73 auto nativeXComponent = new OH_NativeXComponent(AceType::RawPtr(nativeXComponentImpl)); in GetNativeXComponentFromXcomponentsMap()
74 nativeXcomponentsMap_[idWithContainerId] = std::make_pair(nativeXComponentImpl, nativeXComponent); in GetNativeXComponentFromXcomponentsMap()
/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp519 auto nativeXComponentImpl = pair.first; in HWTEST_F() local
521 ASSERT_TRUE(nativeXComponentImpl); in HWTEST_F()
552 EXPECT_EQ(nativeXComponentImpl->keyEvent_.sourceType, ConvertNativeXComponentEventSourceType(sourceType)); in HWTEST_F()
553 EXPECT_EQ(nativeXComponentImpl->keyEvent_.action, ConvertNativeXComponentKeyAction(keyAction)); in HWTEST_F()
758 auto nativeXComponentImpl = pair.first; in HWTEST_F() local
760 EXPECT_TRUE(nativeXComponentImpl); in HWTEST_F()
1044 auto nativeXComponentImpl = pair.first; in HWTEST_F() local
1046 ASSERT_TRUE(nativeXComponentImpl); in HWTEST_F()
1208 auto nativeXComponentImpl = pair.first; in HWTEST_F() local
1210 ASSERT_TRUE(nativeXComponentImpl); in HWTEST_F()
[all...]
H A Dxcomponent_property_test_ng.cpp224 auto nativeXComponentImpl = pair.first; in HWTEST_F() local
226 EXPECT_TRUE(nativeXComponentImpl); in HWTEST_F()
227 nativeXComponentImpl->SetXComponentId(XCOMPONENT_ID); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2166 RefPtr<OHOS::Ace::NativeXComponentImpl> nativeXComponentImpl = nullptr; in FireExternalEvent() local
2167 std::tie(nativeXComponentImpl, weakNativeXComponent) = xcPattern->GetNativeXComponent(); in FireExternalEvent()
2170 CHECK_NULL_VOID(nativeXComponentImpl); in FireExternalEvent()
2172 nativeXComponentImpl->SetXComponentId(componentId); in FireExternalEvent()

Completed in 17 milliseconds