Home
last modified time | relevance | path

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

/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_native_embed_data_info_impl.cpp39 ArkWebString ArkWebNativeEmbedDataInfoImpl::GetSurfaceId() in GetSurfaceId() function in OHOS::ArkWeb::ArkWebNativeEmbedDataInfoImpl
41 return ArkWebStringClassToStruct(nweb_native_embed_data_info_->GetSurfaceId()); in GetSurfaceId()
H A Dark_web_native_embed_data_info_impl.h36 ArkWebString GetSurfaceId() override;
H A Dark_web_preference_impl.cpp484 ArkWebString ArkWebPreferenceImpl::GetSurfaceId() in GetSurfaceId() function in OHOS::ArkWeb::ArkWebPreferenceImpl
486 return ArkWebStringClassToStruct(nweb_preference_->GetSurfaceId()); in GetSurfaceId()
H A Dark_web_preference_impl.h642 ArkWebString GetSurfaceId() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_native_embed_data_info_wrapper.cpp43 std::string ArkWebNativeEmbedDataInfoWrapper::GetSurfaceId() in GetSurfaceId() function in OHOS::ArkWeb::ArkWebNativeEmbedDataInfoWrapper
45 ArkWebString stSurfaceId = ark_web_native_embed_data_info_->GetSurfaceId(); in GetSurfaceId()
H A Dark_web_native_embed_data_info_wrapper.h36 std::string GetSurfaceId() override;
H A Dark_web_preference_wrapper.h640 std::string GetSurfaceId() override;
H A Dark_web_preference_wrapper.cpp542 std::string ArkWebPreferenceWrapper::GetSurfaceId() in GetSurfaceId() function in OHOS::ArkWeb::ArkWebPreferenceWrapper
544 ArkWebString stSurfaceId = ark_web_preference_->GetSurfaceId(); in GetSurfaceId()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_native_embed_data_info.h36 virtual ArkWebString GetSurfaceId() = 0;
H A Dark_web_preference.h724 virtual ArkWebString GetSurfaceId() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_native_image_adapter_wrapper.cpp61 int32_t ArkNativeImageAdapterWrapper::GetSurfaceId(uint64_t* surfaceId) in GetSurfaceId() function in OHOS::ArkWeb::ArkNativeImageAdapterWrapper
63 return ctocpp_->GetSurfaceId(surfaceId); in GetSurfaceId()
H A Dark_native_image_adapter_wrapper.h43 int32_t GetSurfaceId(uint64_t* surfaceId) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_native_image_adapter_impl.cpp59 int32_t ArkNativeImageAdapterImpl::GetSurfaceId(uint64_t* surfaceId) in GetSurfaceId() function in OHOS::ArkWeb::ArkNativeImageAdapterImpl
61 return real_->GetSurfaceId(surfaceId); in GetSurfaceId()
H A Dark_native_image_adapter_impl.h43 int32_t GetSurfaceId(uint64_t* surfaceId) override;
/base/web/webview/ohos_adapter/graphic_adapter/include/
H A Dnative_image_adapter_impl.h43 int32_t GetSurfaceId(uint64_t* surfaceId) override;
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
H A Dnative_image_adapter_impl_test.cpp114 * @tc.desc:GetSurfaceId.
123 int32_t result = imagerAdapter->GetSurfaceId(&surfaceId); in HWTEST_F()
128 result = imagerAdapter->GetSurfaceId(&surfaceId); in HWTEST_F()
/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dnative_image_adapter_impl.cpp82 int32_t NativeImageAdapterImpl::GetSurfaceId(uint64_t* surfaceId) in GetSurfaceId() function in OHOS::NWeb::NativeImageAdapterImpl
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_graphic_adapter.h208 virtual int32_t GetSurfaceId(uint64_t* surfaceId) = 0;
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_preference.h639 virtual std::string GetSurfaceId() { return ""; } in GetSurfaceId() function in OHOS::NWeb::NWebPreference::AccessMode::CopyOptionMode
H A Dnweb_handler.h261 virtual std::string GetSurfaceId() = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dgraphic_adapter.h272 virtual int32_t GetSurfaceId(uint64_t* surfaceId) = 0;
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h366 std::string GetSurfaceId();
H A Dnapi_webview_controller.h348 static napi_value GetSurfaceId(napi_env env, napi_callback_info info);
H A Dwebview_controller.cpp1809 std::string WebviewController::GetSurfaceId() in GetSurfaceId() function in OHOS::NWeb::WebviewController
1819 return setting->GetSurfaceId(); in GetSurfaceId()
H A Dnapi_webview_controller.cpp626 DECLARE_NAPI_FUNCTION("getSurfaceId", NapiWebviewController::GetSurfaceId), in Init()
6096 napi_value NapiWebviewController::GetSurfaceId(napi_env env, napi_callback_info info) in GetSurfaceId() function in OHOS::NWeb::NapiWebviewController
6104 std::string surfaceId = webviewController->GetSurfaceId(); in GetSurfaceId()

Completed in 27 milliseconds