/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_xcomponent.cpp | 40 std::string DOMXComponent::GetSurfaceId() const in GetSurfaceId() function in OHOS::Ace::Framework::DOMXComponent 49 auto surfaceId = controller->GetSurfaceId(); in GetSurfaceId()
|
H A D | dom_xcomponent.h | 35 std::string GetSurfaceId() const;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/export_texture_info/ |
H A D | export_texture_info.h | 33 std::string GetSurfaceId() const in GetSurfaceId() function in OHOS::Ace::NG::ExportTextureInfo
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_xcomponent_controller.h | 33 void GetSurfaceId(const JSCallbackInfo& args);
|
H A D | js_xcomponent_controller.cpp | 108 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 D | js_web.cpp | 4806 obj->SetProperty("surfaceId", eventInfo.GetSurfaceId()); in EmbedLifecycleChangeToJSValue()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | inner_xcomponent_controller.h | 35 std::string GetSurfaceId() in GetSurfaceId() function in OHOS::Ace::InnerXComponentController
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | render_surface_impl.h | 58 int64_t GetSurfaceId() const in GetSurfaceId() function in OHOS::Ace::NG::RenderSurfaceImpl
|
H A D | media_player_impl.cpp | 225 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 D | node_container_pattern.h | 103 uint64_t GetSurfaceId() const in GetSurfaceId() function in OHOS::Ace::NG::NodeContainerPattern
|
H A D | node_container_pattern.cpp | 166 surfaceId_ = StringUtils::StringToLongUint(exportTextureInfo->GetSurfaceId()); in SetExportTextureInfoIfNeeded()
|
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | window.h | 65 int32_t GetSurfaceId(OHNativeWindow *window, uint64_t *surfaceId);
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_xcomponent_bridge.cpp | 174 surfaceId = domXComponent->GetSurfaceId(); in JsGetXComponentSurfaceId()
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/ |
H A D | nativewindow_fuzzer.cpp | 160 GetSurfaceId(nativeWindow, &surfaceId); in NativeWindowFuzzTest1()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_visitor.cpp | 758 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 D | native_window.cpp | 632 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 D | rs_surface_render_node.h | 1066 SurfaceId GetSurfaceId() const in GetSurfaceId() function in OHOS::Rosen::RSSurfaceRenderNode
|
/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 1868 const std::string& GetSurfaceId() const in GetSurfaceId() function in OHOS::Ace::NativeEmbedStatus::NativeEmbedDataInfo
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | native_window_test.cpp | 2049 ASSERT_EQ(GetSurfaceId(nativeWindow, nullptr), SURFACE_ERROR_INVALID_PARAM); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 6434 std::string surfaceId = dataInfo->GetSurfaceId(); in OnNativeEmbedAllDestory() 6463 surfaceId = dataInfo->GetSurfaceId(); in OnNativeEmbedLifecycleChange()
|