Home
last modified time | relevance | path

Searched refs:nativeXComponentImpl_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp643 CHECK_NULL_VOID(nativeXComponentImpl_); in NativeXComponentOffset()
658 CHECK_NULL_VOID(nativeXComponentImpl_); in NativeXComponentDispatchTouchEvent()
857 CHECK_NULL_VOID(nativeXComponentImpl_); in InitializeAccessibilityCallback()
893 CHECK_NULL_VOID(nativeXComponentImpl_); in InitNativeNodeCallbacks()
976 CHECK_NULL_VOID(nativeXComponentImpl_); in HandleFocusEvent()
1005 CHECK_NULL_VOID(nativeXComponentImpl_); in HandleBlurEvent()
1178 CHECK_NULL_VOID(nativeXComponentImpl_); in HandleMouseHoverEvent()
1189 CHECK_NULL_VOID(nativeXComponentImpl_); in NativeXComponentDispatchMouseEvent()
1202 CHECK_NULL_VOID(nativeXComponentImpl_); in NativeXComponentDispatchAxisEvent()
1376 CHECK_NULL_VOID(nativeXComponentImpl_); in HandleSetExpectedRateRangeEvent()
[all …]
H A Dxcomponent_pattern.h108 return nativeXComponentImpl_ ? nativeXComponentImpl_->IsNeedSoftKeyboard() : false; in NeedSoftKeyboard()
113 if (!nativeXComponent_ || !nativeXComponentImpl_) { in GetNativeXComponent()
115 nativeXComponentImpl_ = AceType::MakeRefPtr<NativeXComponentImpl>(); in GetNativeXComponent()
118 return std::make_pair(nativeXComponentImpl_, nativeXComponent_); in GetNativeXComponent()
230 CHECK_NULL_VOID(nativeXComponentImpl_); in SetExpectedRateRangeInit()
231nativeXComponentImpl_->SetExpectedRateRangeEventCallback([weak = AceType::WeakClaim(this)]() { in SetExpectedRateRangeInit()
240 CHECK_NULL_VOID(nativeXComponentImpl_); in OnFrameEventInit()
241 nativeXComponentImpl_->SetOnFrameEventCallback([weak = AceType::WeakClaim(this)]() { in OnFrameEventInit()
250 CHECK_NULL_VOID(nativeXComponentImpl_); in UnregisterOnFrameEventInit()
251nativeXComponentImpl_->SetUnregisterOnFrameEventCallback([weak = AceType::WeakClaim(this)]() { in UnregisterOnFrameEventInit()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp327 nativeXComponentImpl_ = nativeXComponentImpl; in NativeXComponentInit()
330 … [weakNXCompImpl = nativeXComponentImpl_, nXComp = nativeXComponent_, w = initDrawSize_.Width(), in NativeXComponentInit()
357 [weakNXCompImpl = nativeXComponentImpl_, nXComp = nativeXComponent_, w = drawSize_.Width(), in NativeXComponentChange()
389 [weakNXCompImpl = nativeXComponentImpl_, nXComp = nativeXComponent_] { in NativeXComponentDestroy()
413 …[weakNXCompImpl = nativeXComponentImpl_, nXComp = nativeXComponent_, touchEvent, xComponentTouchPo… in NativeXComponentDispatchTouchEvent()
438 [weakNXCompImpl = nativeXComponentImpl_, nXComp = nativeXComponent_, mouseState] { in HandleMouseHoverEvent()
506 [weakNXCompImpl = nativeXComponentImpl_, nXComp = nativeXComponent_, mouseEvent] { in NativeXComponentDispatchMouseEvent()
532 [weakNXCompImpl = nativeXComponentImpl_, x, y, scale] { in NativeXComponentOffset()
H A Drender_xcomponent.h108 WeakPtr<NativeXComponentImpl> nativeXComponentImpl_; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_test_ng.cpp1264 EXPECT_EQ(pattern->nativeXComponentImpl_->curSourceType_.first, 0);
1265 EXPECT_EQ(static_cast<int>(pattern->nativeXComponentImpl_->curSourceType_.second),
1330 EXPECT_FALSE(pattern->nativeXComponentImpl_);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h496 RefPtr<NativeXComponentImpl> nativeXComponentImpl_; variable
H A Djsi_declarative_engine.cpp2137 std::tie(nativeXComponentImpl_, nativeXComponent_) = in InitXComponent()
2252 nativeXComponentImpl_->SetSurface(nativeWindow); in FireExternalEvent()
2253 nativeXComponentImpl_->SetXComponentId(xcomponent->GetId()); in FireExternalEvent()
2290 … bridge->nativeXComponent_, AceType::WeakClaim(AceType::RawPtr(bridge->nativeXComponentImpl_))); in FireExternalEvent()