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:plainContent_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H
A
D
html.cpp
32
this->
plainContent_
= plainContent;
in Html()
43
object->GetValue(PLAIN_CONTENT,
plainContent_
);
in Html()
54
return UnifiedDataUtils::GetDetailsSize(this->details_) + this->htmlContent_.size() + this->
plainContent_
.size();
in GetSize()
75
return this->
plainContent_
;
in GetPlainContent()
83
this->
plainContent_
= plainContent;
in SetPlainContent()
86
object->value_[PLAIN_CONTENT] =
plainContent_
;
in SetPlainContent()
98
object->value_[PLAIN_CONTENT] =
plainContent_
;
in InitObject()
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H
A
D
html_test.cpp
68
EXPECT_TRUE(html.
plainContent_
.empty());
in HWTEST_F()
85
EXPECT_TRUE(html.
plainContent_
.empty());
in HWTEST_F()
102
EXPECT_TRUE(html.
plainContent_
.empty());
in HWTEST_F()
119
EXPECT_EQ(html.
plainContent_
, plainContent);
in HWTEST_F()
164
EXPECT_NE(html.
plainContent_
, plainContent);
in HWTEST_F()
/foundation/distributeddatamgr/udmf/interfaces/innerkits/data/
H
A
D
html.h
41
std::string
plainContent_
;
member in OHOS::UDMF::Html
Completed in 2 milliseconds