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:UpdateMuted
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H
A
D
video_pattern.h
79
void
UpdateMuted
(bool muted)
in UpdateMuted()
function in OHOS::OHOS::Ace::NG::VideoPattern
323
void
UpdateMuted
();
H
A
D
video_model_ng.cpp
102
videoPattern->
UpdateMuted
(muted);
in SetMuted()
254
videoPattern->
UpdateMuted
(muted);
in SetMuted()
H
A
D
video_full_screen_pattern.cpp
114
UpdateMuted
(videoPattern->GetMuted());
in UpdateState()
H
A
D
video_pattern.cpp
297
UpdateMuted
();
in UpdateMediaPlayerOnBg()
675
UpdateMuted
();
in OnPrepared()
765
void VideoPattern::
UpdateMuted
()
in UpdateMuted()
function in OHOS::Ace::NG::VideoPattern
1106
UpdateMuted
();
in OnModifyDone()
/foundation/arkui/ace_engine/component_ext/movingphoto/
H
A
D
movingphoto_pattern.h
63
void
UpdateMuted
(bool isMuted)
in UpdateMuted()
function in OHOS::Ace::NG::MovingPhotoPattern
H
A
D
movingphoto_model_ng.cpp
105
movingPhotoPattern->
UpdateMuted
(value);
in SetMuted()
/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H
A
D
video_test_ng.cpp
447
* @tc.steps: step4. Call
UpdateMuted
in HWTEST_F()
455
pattern->
UpdateMuted
();
in HWTEST_F()
457
pattern->
UpdateMuted
();
in HWTEST_F()
459
pattern->
UpdateMuted
();
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/
H
A
D
movingphoto_test_ng.cpp
450
pattern->
UpdateMuted
(MUTED_VALUE);
in HWTEST_F()
Completed in 10 milliseconds