Home
last modified time | relevance | path

Searched refs:OpenRemoteUri (Results 1 - 10 of 10) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_board_client_adapter_impl.cpp69 int32_t ArkPasteBoardClientAdapterImpl::OpenRemoteUri(const ArkWebString& path) in OpenRemoteUri() function in OHOS::ArkWeb::ArkPasteBoardClientAdapterImpl
71 return real_.OpenRemoteUri(ArkWebStringStructToClass(path)); in OpenRemoteUri()
H A Dark_paste_board_client_adapter_impl.h37 int32_t OpenRemoteUri(const ArkWebString& path) override;
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/openremoteuri_fuzzer/
H A Dopenremoteuri_fuzzer.cpp29 PasteBoardClientAdapterImpl::GetInstance().OpenRemoteUri(path); in OpenRemoteUriFuzzTest()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_paste_board_client_adapter_wrapper.h37 int32_t OpenRemoteUri(const std::string& path) override;
H A Dark_paste_board_client_adapter_wrapper.cpp92 int32_t ArkPasteBoardClientAdapterWrapper::OpenRemoteUri(const std::string& path) in OpenRemoteUri() function in OHOS::ArkWeb::ArkPasteBoardClientAdapterWrapper
98 int32_t result = ctocpp_->OpenRemoteUri(str); in OpenRemoteUri()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_pasteboard_client_adapter.h96 virtual int32_t OpenRemoteUri(const ArkWebString& path) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dpasteboard_client_adapter.h100 virtual int32_t OpenRemoteUri(const std::string& path) = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H A Dpasteboard_client_adapter_impl.h95 int32_t OpenRemoteUri(const std::string& path) override;
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp526 int32_t PasteBoardClientAdapterImpl::OpenRemoteUri(const std::string& path) in OpenRemoteUri() function in OHOS::NWeb::PasteBoardClientAdapterImpl
528 return RemoteUri::OpenRemoteUri(path); in OpenRemoteUri()
/base/web/webview/test/unittest/pasteboard_adapter/
H A Dpasteboard_client_adapter_test.cpp1014 * @tc.desc: Test the OpenRemoteUri.
1021 int32_t fd = PasteBoardClientAdapterImpl::GetInstance().OpenRemoteUri(testUri); in HWTEST_F()
1024 fd = PasteBoardClientAdapterImpl::GetInstance().OpenRemoteUri(testInvalidUri); in HWTEST_F()

Completed in 5 milliseconds