Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_view_preview.h174 const void* GetNativeWindowById(uint64_t textureId) override in GetNativeWindowById() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_xcomponent_bridge.cpp89 nativeWindow = const_cast<void*>(nativeView->GetNativeWindowById(textureId)); in HandleContext()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_view.h108 virtual const void* GetNativeWindowById(uint64_t textureId) = 0;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.h161 const void* GetNativeWindowById(uint64_t textureId) override;
H A Dace_view_ohos.cpp428 const void* AceViewOhos::GetNativeWindowById(uint64_t textureId) in GetNativeWindowById() function in OHOS::Ace::Platform::AceViewOhos
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp458 return const_cast<void*>(nativeView->GetNativeWindowById(textureId)); in GetNativeWindow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp2246 nativeWindow = const_cast<void*>(nativeView->GetNativeWindowById(textureId)); in FireExternalEvent()