Home
last modified time | relevance | path

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

/base/web/webview/test/fuzztest/ohos_adapter/datashareadapter_fuzzer/
H A Ddatashareadapter_fuzzer.cpp28 std::string uriString(reinterpret_cast<const char*>(data), size); in DatashareAdapterFuzzTest()
32 adapter.GetRealPath(uriString); in DatashareAdapterFuzzTest()
34 adapter.OpenDataShareUriForRead(uriString); in DatashareAdapterFuzzTest()
36 adapter.GetFileDisplayName(uriString); in DatashareAdapterFuzzTest()
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/seturi_fuzzer/
H A Dseturi_fuzzer.cpp33 std::string uriString((const char*)data, size); in SetUriFuzzTest()
34 dataRecordAdapterImpl->SetUri(uriString); in SetUriFuzzTest()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_paste_data_record_adapter_impl.h43 bool SetUri(const ArkWebString& uriString) override;
H A Dark_paste_data_record_adapter_impl.cpp94 bool ArkPasteDataRecordAdapterImpl::SetUri(const ArkWebString& uriString) in SetUri() argument
96 return real_->SetUri(ArkWebStringStructToClass(uriString)); in SetUri()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_paste_data_record_adapter_wrapper.cpp97 bool ArkPasteDataRecordAdapterWrapper::SetUri(const std::string& uriString) in SetUri() argument
99 ArkWebString str = ArkWebStringClassToStruct(uriString); in SetUri()
H A Dark_paste_data_record_adapter_wrapper.h43 bool SetUri(const std::string& uriString) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_pasteboard_client_adapter.h143 virtual bool SetUri(const ArkWebString& uriString) = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H A Dpasteboard_client_adapter_impl.cpp112 bool PasteDataRecordAdapterImpl::SetUri(const std::string& uriString) in SetUri() argument
114 if (uriString.empty() || !builder_) { in SetUri()
115 WVLOG_E("record_ or uriString is null"); in SetUri()
118 std::shared_ptr<OHOS::Uri> uri = std::make_shared<OHOS::Uri>(uriString); in SetUri()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dpasteboard_client_adapter.h136 virtual bool SetUri(const std::string& uriString) = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H A Dpasteboard_client_adapter_impl.h46 bool SetUri(const std::string& uriString) override;

Completed in 4 milliseconds