Searched refs:loopCount (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | faultlogger_client_unittest.cpp | 86 const int32_t loopCount = 10; in HWTEST_F() local 96 for (int32_t i = 0; i < loopCount; i++) { in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/test/unittest/backtrace/ |
H A D | backtrace_utils_test.cpp | 216 int32_t loopCount = 100; in HWTEST_F() local 217 for (int32_t i = 0; i < loopCount; i++) { in HWTEST_F()
|
/base/sensors/miscdevice/frameworks/native/common/include/ |
H A D | miscdevice_service_proxy.h | 32 int32_t loopCount, int32_t usage, bool systemUsage) override;
|
H A D | i_miscdevice_service.h | 41 int32_t loopCount, int32_t usage, bool systemUsage) = 0;
|
/base/sensors/miscdevice/frameworks/native/vibrator/include/ |
H A D | vibrator_service_client.h | 58 int32_t Vibrate(int32_t vibratorId, const std::string &effect, int32_t loopCount, int32_t usage, bool systemUsage);
|
/base/sensors/miscdevice/frameworks/native/vibrator/src/ |
H A D | vibrator_service_client.cpp | 157 int32_t loopCount, int32_t usage, bool systemUsage) in Vibrate() 159 MISC_HILOGD("Vibrate begin, effect:%{public}s, loopCount:%{public}d, usage:%{public}d", in Vibrate() 160 effect.c_str(), loopCount, usage); in Vibrate() 171 ret = miscdeviceProxy_->PlayVibratorEffect(vibratorId, effect, loopCount, usage, systemUsage); in Vibrate() 176 MISC_HILOGE("Vibrate effect failed, ret:%{public}d, effect:%{public}s, loopCount:%{public}d, usage:%{public}d", in Vibrate() 177 ret, effect.c_str(), loopCount, usage); in Vibrate() 156 Vibrate(int32_t vibratorId, const std::string &effect, int32_t loopCount, int32_t usage, bool systemUsage) Vibrate() argument
|
/base/sensors/miscdevice/services/miscdevice_service/include/ |
H A D | miscdevice_service.h | 68 int32_t loopCount, int32_t usage, bool systemUsage) override;
|
/base/sensors/miscdevice/frameworks/native/common/src/ |
H A D | miscdevice_service_proxy.cpp | 106 int32_t loopCount, int32_t usage, bool systemUsage) in PlayVibratorEffect() 121 if (!data.WriteInt32(loopCount)) { in PlayVibratorEffect() 122 MISC_HILOGE("WriteInt32 loopCount failed"); in PlayVibratorEffect() 105 PlayVibratorEffect(int32_t vibratorId, const std::string &effect, int32_t loopCount, int32_t usage, bool systemUsage) PlayVibratorEffect() argument
|
Completed in 5 milliseconds