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:AllRecords
(Results
1 - 10
of
10
) sorted by relevance
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_paste_data_adapter_wrapper.cpp
79
NWeb::PasteRecordVector ArkPasteDataAdapterWrapper::
AllRecords
()
in AllRecords()
function in OHOS::ArkWeb::ArkPasteDataAdapterWrapper
81
ArkPasteRecordVector ark_vector = ctocpp_->
AllRecords
();
in AllRecords()
H
A
D
ark_paste_data_adapter_wrapper.h
45
NWeb::PasteRecordVector
AllRecords
() override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_paste_data_adapter_impl.cpp
73
ArkPasteRecordVector ArkPasteDataAdapterImpl::
AllRecords
()
in AllRecords()
function in OHOS::ArkWeb::ArkPasteDataAdapterImpl
75
NWeb::PasteRecordVector temp = real_->
AllRecords
();
in AllRecords()
H
A
D
ark_paste_data_adapter_impl.h
45
ArkPasteRecordVector
AllRecords
() override;
/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/getrecordat_fuzzer/
H
A
D
getrecordat_fuzzer.cpp
37
dataAdapterImpl->
AllRecords
();
in GetRecordAtFuzzTest()
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
H
A
D
pasteboard_client_adapter_impl.cpp
395
PasteRecordVector PasteDataAdapterImpl::
AllRecords
()
in AllRecords()
function in OHOS::NWeb::PasteDataAdapterImpl
401
for (auto& record: data_->
AllRecords
()) {
in AllRecords()
464
pData.
AllRecords
().size(), GetPasteMimeTypeExtention(data));
in GetPasteData()
469
for (auto& record: pData.
AllRecords
()) {
in GetPasteData()
498
ReportPasteboardErrorEvent(ret, pData.
AllRecords
().size(), GetPasteMimeTypeExtention(data));
in SetPasteData()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_pasteboard_client_adapter.h
183
virtual ArkPasteRecordVector
AllRecords
() = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
pasteboard_client_adapter.h
167
virtual PasteRecordVector
AllRecords
() = 0;
/base/web/webview/ohos_adapter/pasteboard_adapter/include/
H
A
D
pasteboard_client_adapter_impl.h
80
PasteRecordVector
AllRecords
() override;
/base/web/webview/test/unittest/pasteboard_adapter/
H
A
D
pasteboard_client_adapter_test.cpp
480
PasteRecordVector recordVector = g_dataAdapter->
AllRecords
();
in HWTEST_F()
575
* @tc.desc: Test the
AllRecords
.
582
PasteRecordVector record = g_dataAdapterNull->
AllRecords
();
in HWTEST_F()
590
PasteRecordVector str = g_dataAdapterNull->
AllRecords
();
in HWTEST_F()
Completed in 4 milliseconds