Home
last modified time | relevance | path

Searched refs:uriString (Results 1 – 4 of 4) sorted by relevance

/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/seturi_fuzzer/
Dseturi_fuzzer.cpp32 std::string uriString((const char*) data, size); in DoSomethingInterestingWithMyAPI() local
33 dataRecordAdapterImpl->SetUri(uriString); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
Dpasteboard_client_adapter_impl.cpp101 bool PasteDataRecordAdapterImpl::SetUri(const std::string& uriString) in SetUri() argument
103 if (uriString.empty() || !builder_) { in SetUri()
107 std::shared_ptr<OHOS::Uri> uri = std::make_shared<OHOS::Uri>(uriString); in SetUri()
/base/web/webview/ohos_adapter/interfaces/
Dpasteboard_client_adapter.h114 virtual bool SetUri(const std::string& uriString) = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
Dpasteboard_client_adapter_impl.h46 bool SetUri(const std::string& uriString) override;