Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:uriString
(Results
1 - 10
of
10
) sorted by relevance
/base/web/webview/test/fuzztest/ohos_adapter/datashareadapter_fuzzer/
H
A
D
datashareadapter_fuzzer.cpp
28
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
D
seturi_fuzzer.cpp
33
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
D
ark_paste_data_record_adapter_impl.h
43
bool SetUri(const ArkWebString&
uriString
) override;
H
A
D
ark_paste_data_record_adapter_impl.cpp
94
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
D
ark_paste_data_record_adapter_wrapper.cpp
97
bool ArkPasteDataRecordAdapterWrapper::SetUri(const std::string&
uriString
)
in SetUri()
argument
99
ArkWebString str = ArkWebStringClassToStruct(
uriString
);
in SetUri()
H
A
D
ark_paste_data_record_adapter_wrapper.h
43
bool SetUri(const std::string&
uriString
) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_pasteboard_client_adapter.h
143
virtual bool SetUri(const ArkWebString&
uriString
) = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H
A
D
pasteboard_client_adapter_impl.cpp
112
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
D
pasteboard_client_adapter.h
136
virtual bool SetUri(const std::string&
uriString
) = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H
A
D
pasteboard_client_adapter_impl.h
46
bool SetUri(const std::string&
uriString
) override;
Completed in 4 milliseconds