Home
last modified time | relevance | path

Searched refs:GetSurfaceId (Results 1 - 20 of 20) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_xcomponent.cpp40 std::string DOMXComponent::GetSurfaceId() const in GetSurfaceId() function in OHOS::Ace::Framework::DOMXComponent
49 auto surfaceId = controller->GetSurfaceId(); in GetSurfaceId()
H A Ddom_xcomponent.h35 std::string GetSurfaceId() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/export_texture_info/
H A Dexport_texture_info.h33 std::string GetSurfaceId() const in GetSurfaceId() function in OHOS::Ace::NG::ExportTextureInfo
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_xcomponent_controller.h33 void GetSurfaceId(const JSCallbackInfo& args);
H A Djs_xcomponent_controller.cpp108 JSClass<JSXComponentController>::CustomMethod("getXComponentSurfaceId", &JSXComponentController::GetSurfaceId); in JSBind()
152 void JSXComponentController::GetSurfaceId(const JSCallbackInfo& args) in GetSurfaceId() function in OHOS::Ace::Framework::JSXComponentController
155 auto surfaceId = xcomponentController_->GetSurfaceId(); in GetSurfaceId()
H A Djs_web.cpp4806 obj->SetProperty("surfaceId", eventInfo.GetSurfaceId()); in EmbedLifecycleChangeToJSValue()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dinner_xcomponent_controller.h35 std::string GetSurfaceId() in GetSurfaceId() function in OHOS::Ace::InnerXComponentController
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drender_surface_impl.h58 int64_t GetSurfaceId() const in GetSurfaceId() function in OHOS::Ace::NG::RenderSurfaceImpl
H A Dmedia_player_impl.cpp225 player_->SetSurfaceId(surfaceImpl->GetSurfaceId(), false); in SetSurface()
230 player_->SetSurfaceId(surfaceImpl->GetSurfaceId(), false); in SetSurface()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/node_container/
H A Dnode_container_pattern.h103 uint64_t GetSurfaceId() const in GetSurfaceId() function in OHOS::Ace::NG::NodeContainerPattern
H A Dnode_container_pattern.cpp166 surfaceId_ = StringUtils::StringToLongUint(exportTextureInfo->GetSurfaceId()); in SetExportTextureInfoIfNeeded()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dwindow.h65 int32_t GetSurfaceId(OHNativeWindow *window, uint64_t *surfaceId);
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_xcomponent_bridge.cpp174 surfaceId = domXComponent->GetSurfaceId(); in JsGetXComponentSurfaceId()
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/
H A Dnativewindow_fuzzer.cpp160 GetSurfaceId(nativeWindow, &surfaceId); in NativeWindowFuzzTest1()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp758 sptr<Surface> surface = SurfaceUtils::GetInstance()->GetSurface(node.GetSurfaceId()); in ProcessSurfaceViewInRT()
762 node.GetId(), node.GetSurfaceId()); in ProcessSurfaceViewInRT()
765 node.GetId(), node.GetSurfaceId()); in ProcessSurfaceViewInRT()
/foundation/graphic/graphic_surface/surface/src/
H A Dnative_window.cpp632 int32_t GetSurfaceId(OHNativeWindow *window, uint64_t *surfaceId) in GetSurfaceId() function
1001 WEAK_ALIAS(GetSurfaceId, OH_NativeWindow_GetSurfaceId);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h1066 SurfaceId GetSurfaceId() const in GetSurfaceId() function in OHOS::Rosen::RSSurfaceRenderNode
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1868 const std::string& GetSurfaceId() const in GetSurfaceId() function in OHOS::Ace::NativeEmbedStatus::NativeEmbedDataInfo
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_window_test.cpp2049 ASSERT_EQ(GetSurfaceId(nativeWindow, nullptr), SURFACE_ERROR_INVALID_PARAM); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6434 std::string surfaceId = dataInfo->GetSurfaceId(); in OnNativeEmbedAllDestory()
6463 surfaceId = dataInfo->GetSurfaceId(); in OnNativeEmbedLifecycleChange()

Completed in 38 milliseconds