Home
last modified time | relevance | path

Searched defs:VibrateInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/sensors/miscdevice/utils/common/include/
H A Dvibrator_infos.h121 struct VibrateInfo { struct
122 std::string mode;
123 std::string packageName;
124 int32_t pid = -1;
125 int32_t uid = -1;
126 int32_t usage = 0;
128 int32_t duration = 0;
129 std::string effect;
130 int32_t count = 0;
131 int32_t intensity = 0;
[all …]
/ohos5.0/base/sensors/miscdevice/frameworks/js/napi/vibrator/src/
H A Dvibrator_js.cpp56 struct VibrateInfo { struct
57 std::string type;
58 std::string usage;
59 bool systemUsage;
60 int32_t duration = 0;
61 std::string effectId;
62 int32_t count = 0;
63 int32_t fd = -1;
64 int64_t offset = 0;
65 int64_t length = -1;
[all …]