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:htmlContent_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H
A
D
html.cpp
31
this->
htmlContent_
= htmlContent;
in Html()
39
htmlContent_
= std::get<std::string>(value);
in Html()
42
object->GetValue(HTML_CONTENT,
htmlContent_
);
in Html()
54
return UnifiedDataUtils::GetDetailsSize(this->details_) + this->
htmlContent_
.size() + this->plainContent_.size();
in GetSize()
59
return this->
htmlContent_
;
in GetHtmlContent()
67
this->
htmlContent_
= htmlContent;
in SetHtmlContent()
69
std::get<std::shared_ptr<Object>>(value_)->value_[HTML_CONTENT] =
htmlContent_
;
in SetHtmlContent()
97
object->value_[HTML_CONTENT] =
htmlContent_
;
in InitObject()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H
A
D
html_test.cpp
67
EXPECT_TRUE(html.
htmlContent_
.empty());
in HWTEST_F()
84
EXPECT_TRUE(html.
htmlContent_
.empty());
in HWTEST_F()
101
EXPECT_TRUE(html.
htmlContent_
.empty());
in HWTEST_F()
118
EXPECT_EQ(html.
htmlContent_
, htmlContent);
in HWTEST_F()
134
EXPECT_EQ(html.
htmlContent_
, std::get<std::string>(value));
in HWTEST_F()
149
EXPECT_NE(html.
htmlContent_
, htmlContent);
in HWTEST_F()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H
A
D
html.h
40
std::string
htmlContent_
;
member in OHOS::UDMF::Html
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
web_pattern_test_handle_ng.cpp
728
std::string
htmlContent_
= "This is a sample HTML content.";
in HWTEST_F()
local
732
htmlContent =
htmlContent_
;
in HWTEST_F()
778
std::string
htmlContent_
= "";
in HWTEST_F()
local
782
htmlContent =
htmlContent_
;
in HWTEST_F()
Completed in 4 milliseconds