Searched refs:nativeXComponentImpl (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | xcomponent_component.cpp | 55 WeakPtr<NativeXComponentImpl> nativeXComponentImpl) in NativeXComponentInit() 62 renderNode->NativeXComponentInit(nativeXComponent, nativeXComponentImpl); in NativeXComponentInit() 53 NativeXComponentInit( OH_NativeXComponent* nativeXComponent, WeakPtr<NativeXComponentImpl> nativeXComponentImpl) NativeXComponentInit() argument
|
H A D | render_xcomponent.h | 54 WeakPtr<NativeXComponentImpl> nativeXComponentImpl);
|
H A D | xcomponent_component.h | 67 OH_NativeXComponent* nativeXComponent, WeakPtr<NativeXComponentImpl> nativeXComponentImpl);
|
H A D | render_xcomponent.cpp | 317 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 D | xcomponent_accessibility_provider.cpp | 33 auto nativeXComponentImpl = pair.first; in GetAccessbilityProvider() local 34 CHECK_NULL_RETURN(nativeXComponentImpl, nullptr); in GetAccessbilityProvider() 35 return nativeXComponentImpl->GetAccessbilityProvider(); in GetAccessbilityProvider()
|
H A D | xcomponent_pattern.cpp | 773 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 D | js_xcomponent.h | 72 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 D | xcomponent_test_ng.cpp | 519 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 D | xcomponent_property_test_ng.cpp | 224 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 D | jsi_declarative_engine.cpp | 2166 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