Home
last modified time | relevance | path

Searched refs:GetCreateInfo (Results 1 - 6 of 6) sorted by relevance

/base/web/webview/ohos_nweb/include/
H A Dnweb_enhance_surface_adapter.h31 std::shared_ptr<NWebCreateInfoImpl> GetCreateInfo(void *enhanceSurfaceInfo,
H A Dnweb_surface_adapter.h35 std::shared_ptr<NWebCreateInfoImpl> GetCreateInfo(sptr<Surface> surface,
/base/web/webview/ohos_nweb/src/
H A Dnweb_enhance_surface_adapter.cpp45 std::shared_ptr<NWebCreateInfoImpl> NWebEnhanceSurfaceAdapter::GetCreateInfo(void *enhanceSurfaceInfo, in GetCreateInfo() function in OHOS::NWeb::NWebEnhanceSurfaceAdapter
H A Dnweb_surface_adapter.cpp54 std::shared_ptr<NWebCreateInfoImpl> NWebSurfaceAdapter::GetCreateInfo(sptr<Surface> surface, in GetCreateInfo() function in OHOS::NWeb::NWebSurfaceAdapter
H A Dnweb_helper.cpp1058 auto createInfo = NWebSurfaceAdapter::Instance().GetCreateInfo(surface, initArgs, width, height, incognitoMode); in CreateNWeb()
1092 NWebEnhanceSurfaceAdapter::Instance().GetCreateInfo(enhanceSurfaceInfo, initArgs, width, height, incognitoMode); in CreateNWeb()
/base/web/webview/test/unittest/nweb_surface_adapter_test/
H A Dnweb_surface_adapter_test.cpp96 * @tc.desc: Test the GetCreateInfo.
103 g_info = surfaceAdapter.GetCreateInfo(g_surface, GetInitArgs(), DEFAULT_WIDTH, DEFAULT_HEIGHT); in HWTEST_F()
106 surfaceAdapter.GetCreateInfo(surface, GetInitArgs(), DEFAULT_WIDTH, DEFAULT_HEIGHT); in HWTEST_F()

Completed in 6 milliseconds