/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/ |
H A D | interface_i_vibrator_interface_v11.md | 28 | [GetEffectInfo](#geteffectinfo) ([in] String effectType, [out] struct [HdfEffectInfo](_hdf_effect… 93 ### GetEffectInfo() 96 IVibratorInterface::GetEffectInfo ([in] String effectType, [out] struct HdfEffectInfo effectInfo )
|
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/efilter/ |
H A D | efilter_factory.h | 70 .infoGetter_ = [](const std::string &name) { return T::GetEffectInfo(name); } in RegisterEFilter() 76 IMAGE_EFFECT_EXPORT std::shared_ptr<EffectInfo> GetEffectInfo(const std::string &name);
|
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/ |
H A D | hdf_vibrator_benchmark_test.cpp | 251 BENCHMARK_F(VibratorBenchmarkTest, GetEffectInfo)(benchmark::State &state) in BENCHMARK_F() argument 257 ret = g_vibratorInterface->GetEffectInfo("haptic.pattern.type1", effectInfo); in BENCHMARK_F() 262 BENCHMARK_REGISTER_F(VibratorBenchmarkTest, GetEffectInfo)->
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/interface/src/ |
H A D | vibrator_hdi_connection.cpp | 96 std::optional<HdfEffectInfo> VibratorHdiConnection::GetEffectInfo(const std::string &effect) in GetEffectInfo() function in OHOS::Sensors::VibratorHdiConnection 103 std::optional<HdfEffectInfo> ret = iVibratorHdiConnection_->GetEffectInfo(effect); in GetEffectInfo()
|
/ohos5.0/drivers/peripheral/vibrator/hdi_impl/ |
H A D | vibrator_interface_impl.cpp | 165 int32_t VibratorInterfaceImpl::GetEffectInfo(const std::string &effectType, HdfEffectInfoVdi &effec… in GetEffectInfo() function in OHOS::HDI::Vibrator::V1_1::VibratorInterfaceImpl 169 if (vibratorInterface == nullptr || vibratorInterface->GetEffectInfo == nullptr) { in GetEffectInfo() 175 int32_t ret = vibratorInterface->GetEffectInfo(effectType.c_str(), &info); in GetEffectInfo()
|
H A D | vibrator_interface_impl.h | 37 int32_t GetEffectInfo(const std::string &effectType, HdfEffectInfoVdi &effectInfo) override;
|
/ohos5.0/drivers/peripheral/vibrator/hal/src/ |
H A D | vibrator_controller.c | 262 static int32_t GetEffectInfo(const char *effect, struct EffectInfo *effectInfo) in GetEffectInfo() function 348 vibratorDevInstance.GetEffectInfo = GetEffectInfo; in NewVibratorInterfaceInstance()
|
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/custom/ |
H A D | delegate.h | 47 IMAGE_EFFECT_EXPORT virtual void *GetEffectInfo() = 0;
|
/ohos5.0/drivers/peripheral/vibrator/interfaces/include/ |
H A D | vibrator_if.h | 148 int32_t (*GetEffectInfo)(const char *effectType, struct EffectInfo *effectInfo); member
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/interface/include/ |
H A D | vibrator_hdi_connection.h | 36 std::optional<HdfEffectInfo> GetEffectInfo(const std::string &effect) override;
|
H A D | i_vibrator_hdi_connection.h | 63 virtual std::optional<HdfEffectInfo> GetEffectInfo(const std::string &effect) = 0;
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/ |
H A D | crop_efilter.h | 39 static std::shared_ptr<EffectInfo> GetEffectInfo(const std::string &name);
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/include/ |
H A D | compatible_connection.h | 37 std::optional<HdfEffectInfo> GetEffectInfo(const std::string &effect) override;
|
H A D | hdi_connection.h | 38 std::optional<HdfEffectInfo> GetEffectInfo(const std::string &effect) override;
|
/ohos5.0/drivers/peripheral/vibrator/interfaces/v1_1/ |
H A D | ivibrator_interface_vdi.h | 43 virtual int32_t GetEffectInfo(const std::string &effectType, HdfEffectInfoVdi &effectInfo) = 0;
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/custom/ |
H A D | custom_efilter.h | 52 static std::shared_ptr<EffectInfo> GetEffectInfo(const std::string &name);
|
/ohos5.0/drivers/peripheral/vibrator/hdi_service/ |
H A D | vibrator_if_service.h | 39 int32_t GetEffectInfo(const std::string &effectType, HdfEffectInfo &effectInfo) override;
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | brightness_efilter.h | 46 IMAGE_EFFECT_EXPORT static std::shared_ptr<EffectInfo> GetEffectInfo(const std::string &name);
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | contrast_efilter.h | 46 IMAGE_EFFECT_EXPORT static std::shared_ptr<EffectInfo> GetEffectInfo(const std::string &name);
|
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/ |
H A D | hdi_connection.cpp | 113 std::optional<HdfEffectInfo> HdiConnection::GetEffectInfo(const std::string &effect) in GetEffectInfo() function in OHOS::Sensors::HdiConnection 120 int32_t ret = vibratorInterface_->GetEffectInfo(effect, effectInfo); in GetEffectInfo()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/cpp_target/vibrator/v1_1/ |
H A D | vibrator_interface_service.h.txt | 42 …int32_t GetEffectInfo(const std::string& effectType, OHOS::HDI::Vibrator::V1_1::HdfEffectInfo& eff…
|
H A D | vibrator_interface_service.cpp.txt | 60 int32_t VibratorInterfaceService::GetEffectInfo(const std::string& effectType,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/cpp_target/vibrator/v1_2/ |
H A D | vibrator_interface_service.h.txt | 50 …int32_t GetEffectInfo(const std::string& effectType, OHOS::HDI::Vibrator::V1_1::HdfEffectInfo& eff…
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/base/ |
H A D | efilter_factory.cpp | 102 std::shared_ptr<EffectInfo> EFilterFactory::GetEffectInfo(const std::string &name) in GetEffectInfo() function in OHOS::Media::Effect::EFilterFactory
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/dump_ast_target/ |
H A D | dump.txt | 27 [mini, lite, full] GetEffectInfo(
|