Home
last modified time | relevance | path

Searched refs:NWebCreateInfoImpl (Results 1 - 9 of 9) sorted by relevance

/base/web/webview/ohos_nweb/src/
H A Dnweb_enhance_surface_adapter.cpp45 std::shared_ptr<NWebCreateInfoImpl> NWebEnhanceSurfaceAdapter::GetCreateInfo(void *enhanceSurfaceInfo, in GetCreateInfo()
48 std::shared_ptr<NWebCreateInfoImpl> createInfo = std::make_shared<NWebCreateInfoImpl>(); in GetCreateInfo()
H A Dnweb_surface_adapter.cpp54 std::shared_ptr<NWebCreateInfoImpl> NWebSurfaceAdapter::GetCreateInfo(sptr<Surface> surface, in GetCreateInfo()
57 std::shared_ptr<NWebCreateInfoImpl> createInfo = std::make_shared<NWebCreateInfoImpl>(); in GetCreateInfo()
/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,
H A Dnweb_init_params.h53 class NWebCreateInfoImpl : public NWebCreateInfo { class
55 NWebCreateInfoImpl() = default;
56 ~NWebCreateInfoImpl() = default;
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnwebhelper_fuzzer.cpp177 std::shared_ptr<NWebCreateInfoImpl> create_info = std::make_shared<NWebCreateInfoImpl>(); in NWebHelperFuzzTest()
248 std::shared_ptr<NWebCreateInfoImpl> create_info = std::make_shared<NWebCreateInfoImpl>(); in NWebHelperFuzzTest_003()
/base/web/webview/test/unittest/nweb_helper_test/
H A Dnweb_helper_test.cpp190 std::shared_ptr<NWebCreateInfoImpl> create_info = std::make_shared<NWebCreateInfoImpl>(); in HWTEST_F()
284 std::shared_ptr<NWebCreateInfoImpl> create_info = std::make_shared<NWebCreateInfoImpl>(); in HWTEST_F()
364 std::shared_ptr<NWebCreateInfo> create_info = std::make_shared<NWebCreateInfoImpl>(); in HWTEST_F()
478 std::shared_ptr<NWebCreateInfoImpl> create_info = std::make_shared<NWebCreateInfoImpl>(); in HWTEST_F()
629 std::shared_ptr<NWebCreateInfoImpl> create_info = std::make_shared<NWebCreateInfoImpl>(); in HWTEST_F()
/base/web/webview/test/unittest/ohos_adapter_helper/
H A Dohos_adapter_helper_test.cpp174 std::shared_ptr<NWebCreateInfoImpl> create_info = std::make_shared<NWebCreateInfoImpl>(); in HWTEST_F()
/base/web/webview/test/unittest/nweb_surface_adapter_test/
H A Dnweb_surface_adapter_test.cpp49 std::shared_ptr<NWebCreateInfoImpl> g_info;

Completed in 5 milliseconds