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:record_
(Results
1 - 4
of
4
) sorted by relevance
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H
A
D
pasteboard_client_adapter_impl.cpp
53
:
record_
(record) {}
in PasteDataRecordAdapterImpl()
60
record_
= builder_->Build();
in PasteDataRecordAdapterImpl()
69
record_
= std::make_shared<PasteDataRecord>(mimeType,
in PasteDataRecordAdapterImpl()
95
record_
= builder_->SetHtmlText(htmlText).Build();
in SetHtmlText()
98
WVLOG_E("
record_
is null");
in SetHtmlText()
105
record_
= builder_->SetPlainText(plainText).Build();
in SetPlainText()
108
WVLOG_E("
record_
is null");
in SetPlainText()
115
WVLOG_E("
record_
or uriString is null");
in SetUri()
119
record_
= builder_->SetUri(uri).Build();
in SetUri()
134
record_
in SetCustomData()
[all...]
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/sethtmltext_fuzzer/
H
A
D
sethtmltext_fuzzer.cpp
33
dataRecordAdapterImpl->
record_
= nullptr;
in SetHtmlTextFuzzTest()
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H
A
D
pasteboard_client_adapter_impl.h
57
std::shared_ptr<MiscServices::PasteDataRecord>
record_
;
member in OHOS::NWeb::PasteDataRecordAdapterImpl
/base/web/webview/test/unittest/pasteboard_adapter/
H
A
D
pasteboard_client_adapter_test.cpp
78
g_pasternull->
record_
= nullptr;
in SetUpTestCase()
87
g_datarecordnull->
record_
= nullptr;
in SetUpTestCase()
968
g_datarecord->
record_
= g_datarecord->builder_->SetUri(nullptr).Build();
in HWTEST_F()
999
g_datarecord->
record_
= g_datarecord->builder_->SetCustomData(nullptr).Build();
in HWTEST_F()
Completed in 5 milliseconds