Searched refs:nativeXComponentImpl (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | xcomponent_component.cpp | 62 WeakPtr<NativeXComponentImpl> nativeXComponentImpl) in NativeXComponentInit() argument 69 renderNode->NativeXComponentInit(nativeXComponent, nativeXComponentImpl); in NativeXComponentInit()
|
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 | 319 OH_NativeXComponent* nativeXComponent, WeakPtr<NativeXComponentImpl> nativeXComponentImpl) in NativeXComponentInit() argument 327 nativeXComponentImpl_ = nativeXComponentImpl; in NativeXComponentInit()
|
/ohos5.0/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 | 790 auto nativeXComponentImpl = pair.first; in OnAccessibilityChildTreeRegister() local 791 CHECK_NULL_RETURN(nativeXComponentImpl, false); in OnAccessibilityChildTreeRegister() 792 auto nativeProvider = nativeXComponentImpl->GetAccessbilityProvider(); in OnAccessibilityChildTreeRegister() 828 auto nativeXComponentImpl = pair.first; in OnAccessibilityChildTreeDeregister() local 829 CHECK_NULL_RETURN(nativeXComponentImpl, false); in OnAccessibilityChildTreeDeregister() 830 auto nativeProvider = nativeXComponentImpl->GetAccessbilityProvider(); in OnAccessibilityChildTreeDeregister()
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_test_ng.cpp | 527 auto nativeXComponentImpl = pair.first; variable 529 ASSERT_TRUE(nativeXComponentImpl); 560 …EXPECT_EQ(nativeXComponentImpl->keyEvent_.sourceType, ConvertNativeXComponentEventSourceType(sourc… 561 … EXPECT_EQ(nativeXComponentImpl->keyEvent_.action, ConvertNativeXComponentKeyAction(keyAction)); 709 auto nativeXComponentImpl = pair.first; variable 711 ASSERT_TRUE(nativeXComponentImpl); 895 auto nativeXComponentImpl = pair.first; variable 897 EXPECT_TRUE(nativeXComponentImpl); 1180 auto nativeXComponentImpl = pair.first; variable 1182 ASSERT_TRUE(nativeXComponentImpl);
|
H A D | xcomponent_property_test_ng.cpp | 223 auto nativeXComponentImpl = pair.first; variable 225 EXPECT_TRUE(nativeXComponentImpl); 226 nativeXComponentImpl->SetXComponentId(XCOMPONENT_ID);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 2156 RefPtr<OHOS::Ace::NativeXComponentImpl> nativeXComponentImpl = nullptr; in FireExternalEvent() local 2157 std::tie(nativeXComponentImpl, weakNativeXComponent) = xcPattern->GetNativeXComponent(); in FireExternalEvent() 2160 CHECK_NULL_VOID(nativeXComponentImpl); in FireExternalEvent() 2162 nativeXComponentImpl->SetXComponentId(componentId); in FireExternalEvent()
|