Home
last modified time | relevance | path

Searched defs:effect (Results 1 – 11 of 11) sorted by relevance

/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/interface/src/
Dvibrator_hdi_connection.cpp96 std::optional<HdfEffectInfo> VibratorHdiConnection::GetEffectInfo(const std::string &effect) in GetEffectInfo()
150 int32_t VibratorHdiConnection::StartByIntensity(const std::string &effect, int32_t intensity) in StartByIntensity()
/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
Dcompatible_connection.cpp121 std::optional<HdfEffectInfo> CompatibleConnection::GetEffectInfo(const std::string &effect) in GetEffectInfo()
193 int32_t CompatibleConnection::StartByIntensity(const std::string &effect, int32_t intensity) in StartByIntensity()
Dhdi_connection.cpp113 std::optional<HdfEffectInfo> HdiConnection::GetEffectInfo(const std::string &effect) in GetEffectInfo()
262 int32_t HdiConnection::StartByIntensity(const std::string &effect, int32_t intensity) in StartByIntensity()
Dhdi_light_connection.cpp86 HDI::Light::V1_0::HdfLightEffect effect; in TurnOn() local
/base/powermgr/battery_manager/charger/src/
Dbattery_led.cpp66 struct HdfLightEffect effect; in TurnOn() local
/base/sensors/miscdevice/frameworks/native/vibrator/src/
Dvibrator_service_client.cpp133 int32_t VibratorServiceClient::Vibrate(int32_t vibratorId, const std::string &effect, in Vibrate()
231 int32_t VibratorServiceClient::IsSupportEffect(const std::string &effect, bool &state) in IsSupportEffect()
477 int32_t VibratorServiceClient::PlayPrimitiveEffect(int32_t vibratorId, const std::string &effect, i… in PlayPrimitiveEffect()
/base/sensors/miscdevice/services/miscdevice_service/src/
Dmiscdevice_service_stub.cpp96 std::string effect; in PlayVibratorEffectStub() local
129 std::string effect; in IsSupportEffectStub() local
390 std::string effect; in PlayPrimitiveEffectStub() local
Dmiscdevice_service.cpp372 int32_t MiscdeviceService::PlayVibratorEffect(int32_t vibratorId, const std::string &effect, in PlayVibratorEffect()
460 int32_t MiscdeviceService::IsSupportEffect(const std::string &effect, bool &state) in IsSupportEffect()
857 int32_t MiscdeviceService::PlayPrimitiveEffect(int32_t vibratorId, const std::string &effect, in PlayPrimitiveEffect()
Dvibrator_thread.cpp87 std::string effect = info.effect; in PlayEffect() local
/base/sensors/miscdevice/frameworks/native/common/src/
Dmiscdevice_service_proxy.cpp99 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()
/base/sensors/miscdevice/utils/common/include/
Dvibrator_infos.h129 std::string effect; member