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:picZipPath
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H
A
D
boot_animation_operation_test.cpp
110
config.
picZipPath
= "abc";
in HWTEST_F()
141
config2.
picZipPath
= "abc";
in HWTEST_F()
187
config.
picZipPath
= "abc";
in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H
A
D
boot_animation_config.h
26
std::string
picZipPath
;
member
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H
A
D
util.cpp
93
config.
picZipPath
= custPicPath->valuestring;
in ParseOldConfigFile()
94
LOGI("cust piczip path: %{public}s", config.
picZipPath
.c_str());
in ParseOldConfigFile()
147
config.
picZipPath
= custPicPath->valuestring;
in ParseNewConfigFile()
148
LOGI("cust piczip path: %{public}s", config.
picZipPath
.c_str());
in ParseNewConfigFile()
H
A
D
boot_animation_operation.cpp
73
mainHandler_->PostTask([this, &config] { this->PlayPicture(config.
picZipPath
); });
in StartEventHandler()
216
if (config.videoDefaultPath.empty() && !config.
picZipPath
.empty()) {
in IsBootVideoEnabled()
Completed in 2 milliseconds