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:EMPTY_STR
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/
H
A
D
medialibrary_backup_clone_test.cpp
63
const string
EMPTY_STR
= "";
member
412
info.galleryAppName =
EMPTY_STR
;
in HWTEST_F()
413
info.mediaAppName =
EMPTY_STR
;
in HWTEST_F()
414
info.backupDir =
EMPTY_STR
;
in HWTEST_F()
415
info.bundleInfo =
EMPTY_STR
;
in HWTEST_F()
419
EXPECT_NE(restoreExInfo,
EMPTY_STR
); // upgrade is now supported
in HWTEST_F()
427
info.galleryAppName =
EMPTY_STR
;
in HWTEST_F()
428
info.mediaAppName =
EMPTY_STR
;
in HWTEST_F()
429
info.backupDir =
EMPTY_STR
;
in HWTEST_F()
430
info.bundleInfo =
EMPTY_STR
;
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H
A
D
style_modifier.cpp
219
const std::string
EMPTY_STR
= "";
member
475
std::string nodeTypeString =
EMPTY_STR
;
in ConvertAccessibilityRole()
2300
if (nodeTypeString ==
EMPTY_STR
) {
in SetAccessibilityRole()
9675
g_attributeItem.string = (feature != nullptr ? feature :
EMPTY_STR
.c_str());
in GetFontFeature()
9679
g_attributeItem.string = (feature != nullptr ? feature :
EMPTY_STR
.c_str());
in GetFontFeature()
9683
g_attributeItem.string = (feature != nullptr ? feature :
EMPTY_STR
.c_str());
in GetFontFeature()
10740
g_attributeItem.string = (textContent != nullptr ? textContent :
EMPTY_STR
.c_str());
in GetTextContent()
11023
g_attributeItem.string = (content != nullptr ? content :
EMPTY_STR
.c_str());
in GetSpanContent()
11044
g_attributeItem.string = (src != nullptr ? src :
EMPTY_STR
.c_str());
in GetImageSpanSrc()
11068
g_attributeItem.string = (src != nullptr ? src :
EMPTY_STR
in GetImageSrc()
[all...]
Completed in 23 milliseconds