Searched refs:StartByIntensity (Results 1 - 8 of 8) sorted by relevance
/drivers/peripheral/vibrator/test/fuzztest/vibratorstartbyintensity_fuzzer/ |
H A D | vibratorstartbyintensity_fuzzer.cpp | 32 int ret = g_vibratorInterface->StartByIntensity(reinterpret_cast<const std::string &>(data), *(uint16_t *)data); in VibratorStartByIntensityFuzzTest() 34 HDF_LOGE("%{public}s: Vibrator StartByIntensity failed, ret is [%{public}x]\n", __func__, ret); in VibratorStartByIntensityFuzzTest()
|
/drivers/peripheral/vibrator/hdi_impl/ |
H A D | vibrator_interface_impl.h | 42 int32_t StartByIntensity(const std::string& effectType, uint16_t intensity) override;
|
H A D | vibrator_interface_impl.cpp | 247 int32_t VibratorInterfaceImpl::StartByIntensity(const std::string& effectType, uint16_t intensity) in StartByIntensity() function in OHOS::HDI::Vibrator::V1_1::VibratorInterfaceImpl
|
/drivers/peripheral/vibrator/hdi_service/ |
H A D | vibrator_if_service.h | 44 int32_t StartByIntensity(const std::string& effectType, uint16_t intensity) override;
|
H A D | vibrator_if_service.cpp | 395 int32_t VibratorIfService::StartByIntensity(const std::string& effectType, uint16_t intensity)
in StartByIntensity() function in OHOS::HDI::Vibrator::V1_3::VibratorIfService 397 HDF_LOGD("%{public}s: Enter the StartByIntensity function", __func__);
in StartByIntensity() 403 StartTrace(HITRACE_TAG_HDF, "StartByIntensity");
in StartByIntensity() 404 int32_t ret = vibratorVdiImpl_->StartByIntensity(effectType, intensity);
in StartByIntensity() 406 HDF_LOGE("%{public}s StartByIntensity failed, error code is %{public}d", __func__, ret);
in StartByIntensity()
|
/drivers/peripheral/vibrator/interfaces/v1_1/ |
H A D | ivibrator_interface_vdi.h | 48 virtual int32_t StartByIntensity(const std::string& effectType, uint16_t intensity) {return HDF_SUCCESS;};
in StartByIntensity() function in OHOS::HDI::Vibrator::V1_1::IVibratorInterfaceVdi
|
/drivers/peripheral/vibrator/test/unittest/hdi/ |
H A D | hdi_unittest_vibrator.cpp | 583 int32_t startRet = g_vibratorInterface->StartByIntensity(g_effect1, g_intensity); in HWTEST_F() 608 startRet = g_vibratorInterface->StartByIntensity(g_effect1, g_intensity); in HWTEST_F()
|
H A D | hdf_vibrator_hdi_test.cpp | 653 int32_t startRet = g_vibratorInterface->StartByIntensity(g_effect1, g_intensity3); in HWTEST_F() 678 startRet = g_vibratorInterface->StartByIntensity(g_effect1, g_intensity3); in HWTEST_F()
|
Completed in 5 milliseconds