Home
last modified time | relevance | path

Searched refs:GetEffectMode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dswiper_composed_element.h54 std::string GetEffectMode() const;
H A Dswiper_composed_element.cpp39 …{ "effectMode", [](const SwiperComposedElement& inspector) { return inspector.GetEffectMode(); } }, in __anon1f3bcfd60d02()
259 std::string SwiperComposedElement::GetEffectMode() const in GetEffectMode() function in OHOS::Ace::V2::SwiperComposedElement
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioRenderer.h185 AudioEffectMode GetEffectMode();
H A DOHAudioRenderer.cpp309 *effectMode = (OH_AudioStream_AudioEffectMode)audioRenderer->GetEffectMode(); in OH_AudioRenderer_GetEffectMode()
590 AudioEffectMode OHAudioRenderer::GetEffectMode() in GetEffectMode() function in OHOS::AudioStandard::OHAudioRenderer
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model_ng.h128 static EdgeEffect GetEffectMode(FrameNode* frameNode);
H A Dswiper_model_ng.cpp761 EdgeEffect SwiperModelNG::GetEffectMode(FrameNode* frameNode) in GetEffectMode() function in OHOS::Ace::NG::SwiperModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp915 return static_cast<ArkUI_Int32>(SwiperModelNG::GetEffectMode(frameNode)); in GetSwiperEffectMode()