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
defs:htmlText
(Results
1 - 11
of
11
) sorted by relevance
/foundation/distributeddatamgr/pasteboard/interfaces/cj/include/
H
A
D
pasteboard_ffi.h
34
char *
htmlText
;
member
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H
A
D
tlv_object_test.cpp
47
auto
htmlText
= std::make_shared<std::string>("<span>hello" + indexStr + "</span>");
in GenRecord()
local
H
A
D
pasteboard_client_test.cpp
109
std::string
htmlText
= "<div class='disable'>helloWorld</div>";
in HWTEST_F()
local
H
A
D
paste_data_test.cpp
343
std::string
htmlText
= "<div class='disabled'>" + res + "</div>";
in HWTEST_F()
local
376
std::string
htmlText
= "<div class='disabled item tip user-programs'>";
in HWTEST_F()
local
H
A
D
pasteboard_client_udmf_delay_test.cpp
472
auto
htmlText
= pasteRecord->GetHtmlText();
in HWTEST_F()
local
/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H
A
D
pasteboardclient_fuzzer.cpp
248
std::shared_ptr<std::string>
htmlText
= std::make_shared<std::string>(str);
in FuzzPastedataRecord()
local
288
std::shared_ptr<std::string>
htmlText
= std::make_shared<std::string>(str);
in FuzzPastedataRecord002()
local
/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/
H
A
D
clipboard_impl.cpp
462
auto
htmlText
= pasteDataRecord->GetHtmlText();
in ProcessPasteDataRecord()
local
644
auto
htmlText
= pasteDataRecord->GetHtmlText();
in ProcessSpanStringData()
local
/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H
A
D
paste_service_test.cpp
244
std::string
htmlText
= "<div class='disabled item tip user-programs'>";
in HWTEST_F()
local
395
std::string
htmlText
= "<div class='item'><img data-ohos='clipboard' "
in HWTEST_F()
local
418
std::string
htmlText
= "<div class='item'><img data-ohos='clipboard' "
in HWTEST_F()
local
443
std::string
htmlText
= "<div class='item'><img "
in HWTEST_F()
local
467
std::string
htmlText
= "<div class='item'><img data-ohos='clipboard' "
HWTEST_F()
local
569
std::string
htmlText
= "<div class='disabled item tip user-programs'>";
HWTEST_F()
local
595
std::string
htmlText
= "<div class='disabled item tip user-programs'>";
HWTEST_F()
local
676
std::string
htmlText
= "<div class='disabled item tip user-programs'>";
HWTEST_F()
local
[all...]
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H
A
D
napi_pastedata_record.cpp
257
auto
htmlText
= value_->GetHtmlText();
in JSFillInstance()
local
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H
A
D
pasteboard_client.cpp
100
std::shared_ptr<PasteDataRecord> PasteboardClient::CreateHtmlTextRecord(const std::string &
htmlText
)
in CreateHtmlTextRecord()
argument
143
std::shared_ptr<PasteData> PasteboardClient::CreateHtmlData(const std::string &
htmlText
)
in CreateHtmlData()
argument
H
A
D
paste_data_record.cpp
59
PasteDataRecord::Builder &PasteDataRecord::Builder::SetHtmlText(std::shared_ptr<std::string>
htmlText
)
in SetHtmlText()
argument
125
std::shared_ptr<PasteDataRecord> PasteDataRecord::NewHtmlRecord(const std::string &
htmlText
)
in NewHtmlRecord()
argument
203
PasteDataRecord::PasteDataRecord(std::string mimeType, std::shared_ptr<std::string>
htmlText
,
in PasteDataRecord()
argument
Completed in 13 milliseconds