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:SetEffectMode
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_swiper.h
48
static void
SetEffectMode
(const JSCallbackInfo& info);
H
A
D
js_swiper.cpp
131
JSClass<JSSwiper>::StaticMethod("effectMode", &JSSwiper::
SetEffectMode
);
in JSBind()
202
void JSSwiper::
SetEffectMode
(const JSCallbackInfo& info)
in SetEffectMode()
function in OHOS::OHOS::Ace::Framework::JSSwiper
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H
A
D
audio_effect_chain.h
61
void
SetEffectMode
(const std::string &mode);
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H
A
D
OHAudioRenderer.h
186
int32_t
SetEffectMode
(AudioEffectMode effectMode);
H
A
D
OHAudioRenderer.cpp
309
audioRenderer->
SetEffectMode
((OHOS::AudioStandard::AudioEffectMode)effectMode);
in OH_AudioRenderer_SetEffectMode()
597
int32_t OHAudioRenderer::
SetEffectMode
(AudioEffectMode effectMode)
in SetEffectMode()
function in OHOS::AudioStandard::OHAudioRenderer
/foundation/multimedia/audio_framework/test/fuzztest/audioeffectchain_fuzzer/
H
A
D
audio_effect_chain_fuzzer.cpp
260
audioEffectChain->
SetEffectMode
("EFFECT_DEFAULT");
in AudioEffectChainFuzzTest()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H
A
D
audio_effect_chain.cpp
112
void AudioEffectChain::
SetEffectMode
(const std::string &mode)
in SetEffectMode()
function in OHOS::AudioStandard::AudioEffectChain
H
A
D
audio_effect_chain_manager.cpp
324
audioEffectChain->
SetEffectMode
(effectMode);
in SetAudioEffectChainDynamic()
Completed in 9 milliseconds