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:soundEnabled
(Results
1 - 8
of
8
) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H
A
D
boot_animation_utils_test.cpp
46
bool
soundEnabled
=
in HWTEST_F()
local
48
EXPECT_EQ(
soundEnabled
, false);
in HWTEST_F()
59
bool
soundEnabled
=
in HWTEST_F()
local
61
EXPECT_EQ(
soundEnabled
, isEnabled);
in HWTEST_F()
H
A
D
boot_sound_player_test.cpp
46
params1.
soundEnabled
= false;
in HWTEST_F()
51
params2.
soundEnabled
= true;
in HWTEST_F()
56
params3.
soundEnabled
= true;
in HWTEST_F()
62
params4.
soundEnabled
= true;
in HWTEST_F()
H
A
D
boot_video_player_test.cpp
91
params1.
soundEnabled
= true;
in HWTEST_F()
98
params2.
soundEnabled
= false;
in HWTEST_F()
105
params3.
soundEnabled
= true;
in HWTEST_F()
113
params4.
soundEnabled
= true;
in HWTEST_F()
/foundation/graphic/graphic_2d/frameworks/bootanimation/utils/
H
A
D
boot_animation_utils.cpp
23
static bool
soundEnabled
=
in GetBootAnimationSoundEnabled()
local
25
LOGI("BootAnimationUtils::GetBootAnimationSoundEnabled is %d",
soundEnabled
);
in GetBootAnimationSoundEnabled()
26
return
soundEnabled
;
in GetBootAnimationSoundEnabled()
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H
A
D
boot_sound_player.cpp
26
isSoundEnabled_ = params.
soundEnabled
;
in BootSoundPlayer()
H
A
D
boot_animation_operation.cpp
156
params.
soundEnabled
= isSoundEnabled_;
in PlayVideo()
184
params.
soundEnabled
= isSoundEnabled_;
in PlaySound()
H
A
D
boot_video_player.cpp
37
isSoundEnabled_ = params.
soundEnabled
;
in BootVideoPlayer()
/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H
A
D
util.h
125
bool
soundEnabled
= false;
Completed in 5 milliseconds