/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | portrait_session.cpp | 105 uint8_t effect = 0; in SetPortraitEffect() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | shared_transition_effect.cpp | 151 SharedTransitionEffectType effect, const ShareId& shareId) in GetSharedTransitionEffect() 205 auto effect = effectWeak.Upgrade(); in AddLazyLoadCallback() local 423 auto effect = effectWeak.Upgrade(); in AddLazyLoadCallback() local
|
/ohos5.0/base/sensors/miscdevice/frameworks/native/common/src/ |
H A D | miscdevice_service_proxy.cpp | 99 int32_t MiscdeviceServiceProxy::PlayVibratorEffect(int32_t vibratorId, const std::string &effect, in PlayVibratorEffect() 170 int32_t MiscdeviceServiceProxy::IsSupportEffect(const std::string &effect, bool &state) in IsSupportEffect() 436 int32_t MiscdeviceServiceProxy::PlayPrimitiveEffect(int32_t vibratorId, const std::string &effect, … in PlayPrimitiveEffect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_transition_model_ng.cpp | 41 void PageTransitionModelNG::SetSlideEffect(SlideEffect effect) in SetSlideEffect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/ |
H A D | shared_transition_component.cpp | 48 void SharedTransitionComponent::SetEffect(RefPtr<SharedTransitionEffect>& effect) in SetEffect()
|
/ohos5.0/drivers/peripheral/light/hdi_service/ |
H A D | light_if_service.cpp | 115 int32_t LightIfService::TurnOnLight(int32_t lightId, const HdfLightEffect& effect) in TurnOnLight()
|
/ohos5.0/drivers/peripheral/light/hdi_impl/ |
H A D | light_interface_impl.cpp | 75 int32_t LightInterfaceImpl::TurnOnLight(int32_t lightId, const HdfLightEffectVdi& effect) in TurnOnLight()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | shared_overlay_manager_test_ng.cpp | 181 auto effect = *manager_->effects_.begin(); variable 231 auto effect = *manager_->effects_.begin(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | gradient_dirty_laundry.cpp | 128 OH_Drawing_ShaderEffect* effect = in OnTestFunction() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page_transition/ |
H A D | page_transition_info.h | 86 void SetEffect(SlideEffect effect) in SetEffect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_pixel_map_shader_test.cpp | 212 …std::shared_ptr<Drawing::ShaderEffect> effect = Drawing::ShaderEffect::CreateExtendShader(rsPixelM… variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_pen_test.cpp | 519 OH_Drawing_ShaderEffect* effect = variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_runtime_shader_builder.cpp | 33 SkiaRuntimeShaderBuilder::SkiaRuntimeShaderBuilder(std::shared_ptr<RuntimeEffect> effect) noexcept in SkiaRuntimeShaderBuilder()
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/ |
H A D | miscdevice_service.cpp | 373 int32_t MiscdeviceService::PlayVibratorEffect(int32_t vibratorId, const std::string &effect, in PlayVibratorEffect() 461 int32_t MiscdeviceService::IsSupportEffect(const std::string &effect, bool &state) in IsSupportEffect() 849 int32_t MiscdeviceService::PlayPrimitiveEffect(int32_t vibratorId, const std::string &effect, in PlayPrimitiveEffect()
|
H A D | vibrator_thread.cpp | 105 std::string effect = info.effect; in PlayEffect() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
H A D | audio_effect_chain_manager.cpp | 30 …alidEffectLibEntry(const std::shared_ptr<AudioEffectLibEntry> &libEntry, const std::string &effect, in CheckValidEffectLibEntry() 48 static int32_t FindEffectLib(const std::string &effect, in FindEffectLib() 233 for (std::string effect: efc.apply) { in InitAudioEffectChainManager() local 241 for (std::string effect: effectSet) { in InitAudioEffectChainManager() local 366 for (std::string effect: effectChainToEffectsMap_[effectChain]) { in SetAudioEffectChainDynamic() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_supplement_test.cpp | 302 std::shared_ptr<const RSTransitionEffect> effect; variable 556 RSTransitionTest(const std::shared_ptr<const RSTransitionEffect>& effect, bool isTransitionIn) in RSTransitionTest() 564 RSTransitionMock(const std::shared_ptr<const RSTransitionEffect>& effect, bool isTransitionIn) in RSTransitionMock() 586 std::shared_ptr<const RSTransitionEffect> effect; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | scroll_model_impl.cpp | 120 const std::pair<bool, Dimension>& width, EdgeEffect effect) in InitScrollBar()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | rosen_render_transform.cpp | 235 auto effect = Rosen::RSTransitionEffect::Create(); in OnRSTransition() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_page_transition.cpp | 84 auto effect = info[0]->ToNumber<int32_t>(); in Slide() local
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/ |
H A D | vibrator_haptic.c | 187 uint32_t effect; in ProcessHapticEffect() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_component.h | 141 void SetStateEffect(bool effect) in SetStateEffect()
|
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/ |
H A D | vibrator_interface_impl.cpp | 153 int32_t VibratorInterfaceImpl::EnableCompositeEffect(const HdfCompositeEffectVdi &effect) in EnableCompositeEffect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_transition_effect.cpp | 85 void RosenTransitionEffect::CombineWith(const RefPtr<RosenTransitionEffect>& effect) in CombineWith() 109 const RefPtr<NG::ChainedTransitionEffect>& effect) in ConvertToRosenTransitionEffect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/ |
H A D | cmd_list_helper_test.cpp | 381 const std::shared_ptr<ShaderEffect> effect = ShaderEffect::CreateColorShader(0); variable 398 const std::shared_ptr<PathEffect> effect = PathEffect::CreateCornerPathEffect(10); variable
|