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:audioExclusive
(Results
1 - 14
of
14
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H
A
D
web_delegate_interface.h
66
virtual void UpdateAudioExclusive(const bool&
audioExclusive
) = 0;
H
A
D
web_model.h
158
virtual void SetAudioExclusive(bool
audioExclusive
) {};
in SetAudioExclusive()
argument
H
A
D
web_model_ng.h
164
void SetAudioExclusive(bool
audioExclusive
) override;
H
A
D
web_model_ng.cpp
993
void WebModelNG::SetAudioExclusive(bool
audioExclusive
)
in SetAudioExclusive()
argument
997
webPattern->UpdateAudioExclusive(
audioExclusive
);
in SetAudioExclusive()
H
A
D
web_pattern.h
804
void OnAudioExclusiveUpdate(bool
audioExclusive
);
H
A
D
web_pattern.cpp
2533
void WebPattern::OnAudioExclusiveUpdate(bool
audioExclusive
)
in OnAudioExclusiveUpdate()
argument
2536
delegate_->UpdateAudioExclusive(
audioExclusive
);
in OnAudioExclusiveUpdate()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H
A
D
web_pattern.cpp
561
void WebPattern::OnAudioExclusiveUpdate(bool
audioExclusive
)
in OnAudioExclusiveUpdate()
argument
564
delegate_->UpdateAudioExclusive(
audioExclusive
);
in OnAudioExclusiveUpdate()
H
A
D
web_delegate_cross.h
379
void UpdateAudioExclusive(const bool&
audioExclusive
) override;
H
A
D
web_pattern.h
536
void OnAudioExclusiveUpdate(bool
audioExclusive
);
H
A
D
web_delegate_cross.cpp
1569
void WebDelegateCross::UpdateAudioExclusive(const bool&
audioExclusive
)
in UpdateAudioExclusive()
argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H
A
D
mock_web_delegate.cpp
637
void WebDelegate::UpdateAudioExclusive(const bool&
audioExclusive
) {}
in UpdateAudioExclusive()
argument
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H
A
D
web_delegate.h
752
void UpdateAudioExclusive(const bool&
audioExclusive
);
H
A
D
web_delegate.cpp
3327
void WebDelegate::UpdateAudioExclusive(const bool&
audioExclusive
)
in UpdateAudioExclusive()
argument
3334
[weak = WeakClaim(this),
audioExclusive
]() {
in UpdateAudioExclusive()
3338
delegate->nweb_->SetAudioExclusive(
audioExclusive
);
in UpdateAudioExclusive()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web.cpp
4543
auto audioExclusiveObj = paramObject->GetProperty("
audioExclusive
");
in MediaOptions()
4545
bool
audioExclusive
= audioExclusiveObj->ToBoolean();
in MediaOptions()
local
4546
WebModel::GetInstance()->SetAudioExclusive(
audioExclusive
);
in MediaOptions()
Completed in 52 milliseconds