Home
last modified time | relevance | path

Searched refs:Vibrator (Results 1 – 25 of 148) sorted by relevance

123456

/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/interface/include/
H A Di_vibrator_hdi_connection.h30 using OHOS::HDI::Vibrator::V1_2::HdfVibratorModeV1_2;
35 using OHOS::HDI::Vibrator::V1_2::CurvePoint;
36 using OHOS::HDI::Vibrator::V1_2::EVENT_TYPE;
37 using OHOS::HDI::Vibrator::V1_2::HapticCapacity;
38 using OHOS::HDI::Vibrator::V1_2::HapticPaket;
39 using OHOS::HDI::Vibrator::V1_2::HapticEvent;
40 using OHOS::HDI::Vibrator::V1_1::HdfEffectInfo;
43 using OHOS::HDI::Vibrator::V1_1::HdfEffectType;
47 using OHOS::HDI::Vibrator::V1_1::TimeEffect;
48 using OHOS::HDI::Vibrator::V1_1::PrimitiveEffect;
[all …]
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_2/cpp_target/vibrator/v1_2/
H A Dvibrator_interface_proxy.cpp.txt29 namespace Vibrator {
74 sptr<OHOS::HDI::Vibrator::V1_2::IVibratorInterface> OHOS::HDI::Vibrator::V1_2::IVibratorInterface::…
79 sptr<OHOS::HDI::Vibrator::V1_2::IVibratorInterface> OHOS::HDI::Vibrator::V1_2::IVibratorInterface::…
104 …sptr<OHOS::HDI::Vibrator::V1_2::VibratorInterfaceProxy> proxy = new OHOS::HDI::Vibrator::V1_2::Vib…
161 …ptr<OHOS::HDI::Vibrator::V1_2::IVibratorInterface> OHOS::HDI::Vibrator::V1_2::IVibratorInterface::…
163 …return CastFromTemplate<OHOS::HDI::Vibrator::V1_2::IVibratorInterface, OHOS::HDI::Vibrator::V1_1::…
166 int32_t OHOS::HDI::Vibrator::V1_2::VibratorInterfaceProxy::PlayHapticPattern(const OHOS::HDI::Vibra…
171 int32_t OHOS::HDI::Vibrator::V1_2::VibratorInterfaceProxy::GetHapticCapacity(OHOS::HDI::Vibrator::V…
196 int32_t OHOS::HDI::Vibrator::V1_2::VibratorInterfaceProxy::Stop(OHOS::HDI::Vibrator::V1_1::HdfVibra…
212 int32_t OHOS::HDI::Vibrator::V1_2::VibratorInterfaceProxy::EnableCompositeEffect(const OHOS::HDI::V…
[all …]
H A Dvibrator_interface_stub.cpp.txt27 namespace Vibrator {
31 sptr<OHOS::HDI::Vibrator::V1_2::IVibratorInterface> OHOS::HDI::Vibrator::V1_2::IVibratorInterface::…
36 sptr<OHOS::HDI::Vibrator::V1_2::IVibratorInterface> OHOS::HDI::Vibrator::V1_2::IVibratorInterface::…
41 std::string desc = Str16ToStr8(OHOS::HDI::Vibrator::V1_2::IVibratorInterface::GetDescriptor());
47 return reinterpret_cast<OHOS::HDI::Vibrator::V1_2::IVibratorInterface *>(impl);
51 OHOS::HDI::Vibrator::V1_2::VibratorInterfaceStub::VibratorInterfaceStub(const sptr<OHOS::HDI::Vibra…
52 : IPCObjectStub(OHOS::HDI::Vibrator::V1_2::IVibratorInterface::GetDescriptor()), impl_(impl)
56 OHOS::HDI::Vibrator::V1_2::VibratorInterfaceStub::~VibratorInterfaceStub()
169 OHOS::HDI::Vibrator::V1_2::HapticPaket pkg;
196 OHOS::HDI::Vibrator::V1_2::HapticCapacity HapticCapacity;
[all …]
H A Dvibrator_interface_proxy.h.txt26 namespace Vibrator {
29 class VibratorInterfaceProxy : public IProxyBroker<OHOS::HDI::Vibrator::V1_2::IVibratorInterface> {
45 result = OHOS::HDI::Vibrator::V1_2::VibratorInterfaceProxy::Reconnect(proxy);
51 wptr<OHOS::HDI::Vibrator::V1_2::VibratorInterfaceProxy> proxy_;
71 int32_t PlayHapticPattern(const OHOS::HDI::Vibrator::V1_2::HapticPaket& pkg) override;
83 int32_t Stop(OHOS::HDI::Vibrator::V1_1::HdfVibratorMode mode) override;
97 static int32_t PlayHapticPattern_(const OHOS::HDI::Vibrator::V1_2::HapticPaket& pkg,
100 static int32_t GetHapticCapacity_(OHOS::HDI::Vibrator::V1_2::HapticCapacity& HapticCapacity,
107 static int32_t Reconnect(sptr<OHOS::HDI::Vibrator::V1_2::VibratorInterfaceProxy> proxy);
119 static inline BrokerDelegator<OHOS::HDI::Vibrator::V1_2::VibratorInterfaceProxy> delegator_;
[all …]
H A Dvibrator_types.h.txt51 namespace Vibrator {
55 using namespace OHOS::HDI::Vibrator::V1_1;
76 OHOS::HDI::Vibrator::V1_2::EVENT_TYPE type;
83 std::vector<OHOS::HDI::Vibrator::V1_2::CurvePoint> points;
89 std::vector<OHOS::HDI::Vibrator::V1_2::HapticEvent> events;
100 bool CurvePointBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Vibrator::V1_2::CurvePo…
102 bool CurvePointBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Vibrator::V1_2::CurvePoint&…
104 bool HapticEventBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Vibrator::V1_2::Haptic…
106 bool HapticEventBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Vibrator::V1_2::HapticEven…
110 bool HapticPaketBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Vibrator::V1_2::HapticPake…
[all …]
H A Dvibrator_types.cpp.txt23 namespace Vibrator {
73 …if (!data.WriteUnpadBuffer((const void*)&dataBlock, sizeof(OHOS::HDI::Vibrator::V1_2::CurvePoint))…
79 bool CurvePointBlockUnmarshalling(OHOS::MessageParcel& data, OHOS::HDI::Vibrator::V1_2::CurvePoint&…
81Vibrator::V1_2::CurvePoint *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Vibrator::V1_2::Curve…
86 …f (memcpy_s(&dataBlock, sizeof(OHOS::HDI::Vibrator::V1_2::CurvePoint), dataBlockPtr, sizeof(OHOS::…
231 OHOS::HDI::Vibrator::V1_2::HapticEvent value0;
232 if (!OHOS::HDI::Vibrator::V1_2::HapticEventBlockUnmarshalling(data, value0)) {
243 …if (!data.WriteUnpadBuffer((const void*)&dataBlock, sizeof(OHOS::HDI::Vibrator::V1_2::HapticCapaci…
251Vibrator::V1_2::HapticCapacity *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Vibrator::V1_2::H…
256 …(memcpy_s(&dataBlock, sizeof(OHOS::HDI::Vibrator::V1_2::HapticCapacity), dataBlockPtr, sizeof(OHOS…
[all …]
H A Dvibrator_interface_service.h.txt23 namespace Vibrator {
25 class VibratorInterfaceService : public OHOS::HDI::Vibrator::V1_2::IVibratorInterface {
30 int32_t PlayHapticPattern(const OHOS::HDI::Vibrator::V1_2::HapticPaket& pkg) override;
32 int32_t GetHapticCapacity(OHOS::HDI::Vibrator::V1_2::HapticCapacity& HapticCapacity) override;
42 int32_t Stop(OHOS::HDI::Vibrator::V1_1::HdfVibratorMode mode) override;
44 …int32_t GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibratorInfo>& vibratorInfo) ove…
48 …int32_t EnableCompositeEffect(const OHOS::HDI::Vibrator::V1_1::HdfCompositeEffect& effect) overrid…
50 …int32_t GetEffectInfo(const std::string& effectType, OHOS::HDI::Vibrator::V1_1::HdfEffectInfo& eff…
56 } // Vibrator
H A Divibrator_interface.h.txt48 namespace Vibrator {
52 using namespace OHOS::HDI::Vibrator::V1_1;
61 class IVibratorInterface : public OHOS::HDI::Vibrator::V1_1::IVibratorInterface {
67 static sptr<OHOS::HDI::Vibrator::V1_2::IVibratorInterface> Get(bool isStub = false);
68 …static sptr<OHOS::HDI::Vibrator::V1_2::IVibratorInterface> Get(const std::string &serviceName, boo…
70 …static sptr<OHOS::HDI::Vibrator::V1_2::IVibratorInterface> CastFrom(const sptr<OHOS::HDI::Vibrator
72 virtual int32_t PlayHapticPattern(const OHOS::HDI::Vibrator::V1_2::HapticPaket& pkg) = 0;
74 … virtual int32_t GetHapticCapacity(OHOS::HDI::Vibrator::V1_2::HapticCapacity& HapticCapacity) = 0;
93 } // Vibrator
H A Dvibrator_interface_service.cpp.txt23 namespace Vibrator {
30 int32_t VibratorInterfaceService::PlayHapticPattern(const OHOS::HDI::Vibrator::V1_2::HapticPaket& p…
35 int32_t VibratorInterfaceService::GetHapticCapacity(OHOS::HDI::Vibrator::V1_2::HapticCapacity& Hapt…
60 int32_t VibratorInterfaceService::Stop(OHOS::HDI::Vibrator::V1_1::HdfVibratorMode mode)
65 int32_t VibratorInterfaceService::GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibrato…
75 int32_t VibratorInterfaceService::EnableCompositeEffect(const OHOS::HDI::Vibrator::V1_1::HdfComposi…
81 OHOS::HDI::Vibrator::V1_1::HdfEffectInfo& effectInfo)
92 } // Vibrator
H A Dvibrator_interface_stub.h.txt29 namespace Vibrator {
40 …InterfaceReply, MessageOption& vibratorInterfaceOption, sptr<OHOS::HDI::Vibrator::V1_2::IVibratorI…
42 …InterfaceReply, MessageOption& vibratorInterfaceOption, sptr<OHOS::HDI::Vibrator::V1_2::IVibratorI…
44 …InterfaceReply, MessageOption& vibratorInterfaceOption, sptr<OHOS::HDI::Vibrator::V1_2::IVibratorI…
46 …InterfaceReply, MessageOption& vibratorInterfaceOption, sptr<OHOS::HDI::Vibrator::V1_2::IVibratorI…
76 …static inline ObjectDelegator<OHOS::HDI::Vibrator::V1_2::VibratorInterfaceStub, OHOS::HDI::Vibrato…
77 sptr<OHOS::HDI::Vibrator::V1_2::IVibratorInterface> impl_;
80 } // Vibrator
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_1/cpp_target/vibrator/v1_1/
H A Dvibrator_types.cpp.txt23 namespace Vibrator {
81Vibrator::V1_1::HdfVibratorInfo *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Vibrator::V1_1::…
86 …memcpy_s(&dataBlock, sizeof(OHOS::HDI::Vibrator::V1_1::HdfVibratorInfo), dataBlockPtr, sizeof(OHOS…
94 …if (!data.WriteUnpadBuffer((const void*)&dataBlock, sizeof(OHOS::HDI::Vibrator::V1_1::TimeEffect))…
102Vibrator::V1_1::TimeEffect *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Vibrator::V1_1::TimeE…
107 …f (memcpy_s(&dataBlock, sizeof(OHOS::HDI::Vibrator::V1_1::TimeEffect), dataBlockPtr, sizeof(OHOS::…
123Vibrator::V1_1::PrimitiveEffect *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Vibrator::V1_1::…
128 …memcpy_s(&dataBlock, sizeof(OHOS::HDI::Vibrator::V1_1::PrimitiveEffect), dataBlockPtr, sizeof(OHOS…
172Vibrator::V1_1::HdfEffectInfo *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Vibrator::V1_1::Hd…
177 …(memcpy_s(&dataBlock, sizeof(OHOS::HDI::Vibrator::V1_1::HdfEffectInfo), dataBlockPtr, sizeof(OHOS:…
[all …]
H A Dvibrator_interface_stub.cpp.txt27 namespace Vibrator {
50 sptr<OHOS::HDI::Vibrator::V1_1::IVibratorInterface> OHOS::HDI::Vibrator::V1_1::IVibratorInterface::…
55 sptr<OHOS::HDI::Vibrator::V1_1::IVibratorInterface> OHOS::HDI::Vibrator::V1_1::IVibratorInterface::…
66 return reinterpret_cast<OHOS::HDI::Vibrator::V1_1::IVibratorInterface *>(impl);
70 OHOS::HDI::Vibrator::V1_1::VibratorInterfaceStub::VibratorInterfaceStub(const sptr<OHOS::HDI::Vibra…
75 OHOS::HDI::Vibrator::V1_1::VibratorInterfaceStub::~VibratorInterfaceStub()
215 OHOS::HDI::Vibrator::V1_1::HdfVibratorMode mode = static_cast<enum HdfVibratorMode>(0);
251 std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibratorInfo> vibratorInfo;
327 OHOS::HDI::Vibrator::V1_1::HdfCompositeEffect effect;
361 OHOS::HDI::Vibrator::V1_1::HdfEffectInfo effectInfo;
[all …]
H A Dvibrator_interface_proxy.cpp.txt29 namespace Vibrator {
35 sptr<OHOS::HDI::Vibrator::V1_1::IVibratorInterface> OHOS::HDI::Vibrator::V1_1::IVibratorInterface::…
40 sptr<OHOS::HDI::Vibrator::V1_1::IVibratorInterface> OHOS::HDI::Vibrator::V1_1::IVibratorInterface::…
65 …sptr<OHOS::HDI::Vibrator::V1_1::VibratorInterfaceProxy> proxy = new OHOS::HDI::Vibrator::V1_1::Vib…
93 sptr<OHOS::HDI::Vibrator::V1_1::VibratorInterfaceProxy> proxy)
154 int32_t OHOS::HDI::Vibrator::V1_1::VibratorInterfaceProxy::Stop(OHOS::HDI::Vibrator::V1_1::HdfVibra…
159 int32_t OHOS::HDI::Vibrator::V1_1::VibratorInterfaceProxy::GetVibratorInfo(std::vector<OHOS::HDI::V…
170 int32_t OHOS::HDI::Vibrator::V1_1::VibratorInterfaceProxy::EnableCompositeEffect(const OHOS::HDI::V…
176 OHOS::HDI::Vibrator::V1_1::HdfEffectInfo& effectInfo)
253 int32_t OHOS::HDI::Vibrator::V1_1::VibratorInterfaceProxy::Stop_(OHOS::HDI::Vibrator::V1_1::HdfVibr…
[all …]
H A Dvibrator_interface_proxy.h.txt25 namespace Vibrator {
28 class VibratorInterfaceProxy : public IProxyBroker<OHOS::HDI::Vibrator::V1_1::IVibratorInterface> {
44 result = OHOS::HDI::Vibrator::V1_1::VibratorInterfaceProxy::Reconnect(proxy);
50 wptr<OHOS::HDI::Vibrator::V1_1::VibratorInterfaceProxy> proxy_;
74 int32_t Stop(OHOS::HDI::Vibrator::V1_1::HdfVibratorMode mode) override;
80 …int32_t EnableCompositeEffect(const OHOS::HDI::Vibrator::V1_1::HdfCompositeEffect& effect) overrid…
94 …static int32_t GetVibratorInfo_(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibratorInfo>& vibratorI…
100 … static int32_t EnableCompositeEffect_(const OHOS::HDI::Vibrator::V1_1::HdfCompositeEffect& effect,
110 static int32_t Reconnect(sptr<OHOS::HDI::Vibrator::V1_1::VibratorInterfaceProxy> proxy);
122 static inline BrokerDelegator<OHOS::HDI::Vibrator::V1_1::VibratorInterfaceProxy> delegator_;
[all …]
H A Dvibrator_types.h.txt50 namespace Vibrator {
90 OHOS::HDI::Vibrator::V1_1::TimeEffect timeEffect;
91 OHOS::HDI::Vibrator::V1_1::PrimitiveEffect primitiveEffect;
96 std::vector<OHOS::HDI::Vibrator::V1_1::CompositeEffect> compositeEffects;
106 bool HdfVibratorInfoBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Vibrator::V1_1::HdfVib…
108 bool TimeEffectBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Vibrator::V1_1::TimeEff…
110 bool TimeEffectBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Vibrator::V1_1::TimeEffect&…
114 bool PrimitiveEffectBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Vibrator::V1_1::Primit…
120 bool HdfEffectInfoBlockMarshalling(OHOS::MessageParcel &data, const OHOS::HDI::Vibrator::V1_1::HdfE…
122 bool HdfEffectInfoBlockUnmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Vibrator::V1_1::HdfEffec…
[all …]
H A Dvibrator_interface_stub.h.txt28 namespace Vibrator {
39 …InterfaceReply, MessageOption& vibratorInterfaceOption, sptr<OHOS::HDI::Vibrator::V1_1::IVibratorI…
41 …InterfaceReply, MessageOption& vibratorInterfaceOption, sptr<OHOS::HDI::Vibrator::V1_1::IVibratorI…
43 …InterfaceReply, MessageOption& vibratorInterfaceOption, sptr<OHOS::HDI::Vibrator::V1_1::IVibratorI…
45 …InterfaceReply, MessageOption& vibratorInterfaceOption, sptr<OHOS::HDI::Vibrator::V1_1::IVibratorI…
51 …InterfaceReply, MessageOption& vibratorInterfaceOption, sptr<OHOS::HDI::Vibrator::V1_1::IVibratorI…
53 …InterfaceReply, MessageOption& vibratorInterfaceOption, sptr<OHOS::HDI::Vibrator::V1_1::IVibratorI…
55 …InterfaceReply, MessageOption& vibratorInterfaceOption, sptr<OHOS::HDI::Vibrator::V1_1::IVibratorI…
77 …static inline ObjectDelegator<OHOS::HDI::Vibrator::V1_1::VibratorInterfaceStub, OHOS::HDI::Vibrato…
78 sptr<OHOS::HDI::Vibrator::V1_1::IVibratorInterface> impl_;
[all …]
H A Dvibrator_interface_service.h.txt23 namespace Vibrator {
25 class VibratorInterfaceService : public OHOS::HDI::Vibrator::V1_1::IVibratorInterface {
34 int32_t Stop(OHOS::HDI::Vibrator::V1_1::HdfVibratorMode mode) override;
36 …int32_t GetVibratorInfo(std::vector<OHOS::HDI::Vibrator::V1_1::HdfVibratorInfo>& vibratorInfo) ove…
40 …int32_t EnableCompositeEffect(const OHOS::HDI::Vibrator::V1_1::HdfCompositeEffect& effect) overrid…
42 …int32_t GetEffectInfo(const std::string& effectType, OHOS::HDI::Vibrator::V1_1::HdfEffectInfo& eff…
48 } // Vibrator
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/vibrator_v1_0/cpp_target/vibrator/v1_0/
H A Dvibrator_interface_stub.cpp.txt27 namespace Vibrator {
31 sptr<OHOS::HDI::Vibrator::V1_0::IVibratorInterface> OHOS::HDI::Vibrator::V1_0::IVibratorInterface::…
33 return OHOS::HDI::Vibrator::V1_0::IVibratorInterface::Get("vibrator_interface_service", isStub);
36 sptr<OHOS::HDI::Vibrator::V1_0::IVibratorInterface> OHOS::HDI::Vibrator::V1_0::IVibratorInterface::…
41 std::string desc = Str16ToStr8(OHOS::HDI::Vibrator::V1_0::IVibratorInterface::GetDescriptor());
47 return reinterpret_cast<OHOS::HDI::Vibrator::V1_0::IVibratorInterface *>(impl);
51 OHOS::HDI::Vibrator::V1_0::VibratorInterfaceStub::VibratorInterfaceStub(const sptr<OHOS::HDI::Vibra…
52 : IPCObjectStub(OHOS::HDI::Vibrator::V1_0::IVibratorInterface::GetDescriptor()), impl_(impl)
56 OHOS::HDI::Vibrator::V1_0::VibratorInterfaceStub::~VibratorInterfaceStub()
161 OHOS::HDI::Vibrator::V1_0::HdfVibratorMode mode = static_cast<enum HdfVibratorMode>(0);
[all …]
H A Dvibrator_interface_proxy.cpp.txt29 namespace Vibrator {
33 sptr<OHOS::HDI::Vibrator::V1_0::IVibratorInterface> OHOS::HDI::Vibrator::V1_0::IVibratorInterface::…
38 sptr<OHOS::HDI::Vibrator::V1_0::IVibratorInterface> OHOS::HDI::Vibrator::V1_0::IVibratorInterface::…
47 return reinterpret_cast<OHOS::HDI::Vibrator::V1_0::IVibratorInterface *>(impl);
63 …sptr<OHOS::HDI::Vibrator::V1_0::VibratorInterfaceProxy> proxy = new OHOS::HDI::Vibrator::V1_0::Vib…
90 int32_t OHOS::HDI::Vibrator::V1_0::VibratorInterfaceProxy::Reconnect(
91 sptr<OHOS::HDI::Vibrator::V1_0::VibratorInterfaceProxy> proxy)
120 int32_t OHOS::HDI::Vibrator::V1_0::VibratorInterfaceProxy::StartOnce(uint32_t duration)
130 int32_t OHOS::HDI::Vibrator::V1_0::VibratorInterfaceProxy::Stop(OHOS::HDI::Vibrator::V1_0::HdfVibra…
202 int32_t OHOS::HDI::Vibrator::V1_0::VibratorInterfaceProxy::Stop_(OHOS::HDI::Vibrator::V1_0::HdfVibr…
[all …]
H A Dvibrator_interface_proxy.h.txt25 namespace Vibrator {
28 class VibratorInterfaceProxy : public IProxyBroker<OHOS::HDI::Vibrator::V1_0::IVibratorInterface> {
32 …IServiceManagerDeathRecipient(wptr<OHOS::HDI::Vibrator::V1_0::VibratorInterfaceProxy> proxy) : pro…
44 result = OHOS::HDI::Vibrator::V1_0::VibratorInterfaceProxy::Reconnect(proxy);
50 wptr<OHOS::HDI::Vibrator::V1_0::VibratorInterfaceProxy> proxy_;
74 int32_t Stop(OHOS::HDI::Vibrator::V1_0::HdfVibratorMode mode) override;
82 …static int32_t Stop_(OHOS::HDI::Vibrator::V1_0::HdfVibratorMode mode, const sptr<IRemoteObject> re…
86 static int32_t Reconnect(sptr<OHOS::HDI::Vibrator::V1_0::VibratorInterfaceProxy> proxy);
95 …sptr<OHOS::HDI::Vibrator::V1_0::VibratorInterfaceProxy::IServiceManagerDeathRecipient> deathRecipi…
98 static inline BrokerDelegator<OHOS::HDI::Vibrator::V1_0::VibratorInterfaceProxy> delegator_;
[all …]
H A Dvibrator_interface_stub.h.txt28 namespace Vibrator {
39 …InterfaceReply, MessageOption& vibratorInterfaceOption, sptr<OHOS::HDI::Vibrator::V1_0::IVibratorI…
41 …InterfaceReply, MessageOption& vibratorInterfaceOption, sptr<OHOS::HDI::Vibrator::V1_0::IVibratorI…
43 …InterfaceReply, MessageOption& vibratorInterfaceOption, sptr<OHOS::HDI::Vibrator::V1_0::IVibratorI…
45 …InterfaceReply, MessageOption& vibratorInterfaceOption, sptr<OHOS::HDI::Vibrator::V1_0::IVibratorI…
57 …static inline ObjectDelegator<OHOS::HDI::Vibrator::V1_0::VibratorInterfaceStub, OHOS::HDI::Vibrato…
58 sptr<OHOS::HDI::Vibrator::V1_0::IVibratorInterface> impl_;
61 } // Vibrator
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/vibrator/
H A DReadme-CN.md1 # Vibrator HDI 参考
4 - [Vibrator (V1_2)](_vibrator_v12.md)
5 - [Vibrator (V1_1)](_vibrator_v11.md)
6 - [Vibrator (V1_0)](_vibrator_v10.md)
8 - Vibrator (V1_2)
11 - Vibrator (V1_1)
14 - Vibrator (V1_0)
18 - Vibrator (V1_2)
24 - Vibrator (V1_1)
32 - Vibrator (V1_0)
/ohos5.0/docs/zh-cn/application-dev/device/sensor/
H A Dvibrator-overview.md9 Vibrator属于控制类小器件,主要包含以下四个模块:Vibrator API,Vibrator Framework,Vibrator Service和HDF层。
11 **图1** 控制类小器件中的Vibrator
15 - Vibrator API:提供振动器基础的API,主要包含振动器的列表查询,振动器的振动器效果查询,触发/关闭振动器等接口。
17 - Vibrator Framework:实现振动器的框架层管理,实现与控制类小器件Service的通信。
19 - Vibrator Service:实现控制器的服务管理。
/ohos5.0/docs/en/application-dev/device/sensor/
H A Dvibrator-overview.md1 # Vibrator Overview
9 …brator is a Misc device that consists of four modules: Vibrator API, Vibrator Framework, Vibrator
11 **Figure 1** Vibrator in Misc devices
15 - Vibrator API: provides basic vibrator APIs, including the APIs for obtaining the vibrator list, q…
17 - Vibrator Framework: manages the framework layer of the vibrator and communicates with the Misc De…
19 - Vibrator Service: manages services of vibrators.
/ohos5.0/drivers/peripheral/vibrator/test/fuzztest/vibratorplayhapticpattern_fuzzer/
H A Dvibratorplayhapticpattern_fuzzer.cpp22 using namespace OHOS::HDI::Vibrator::V1_2;
28 enum OHOS::HDI::Vibrator::V1_2::EVENT_TYPE g_eventType;
48 OHOS::HDI::Vibrator::V1_2::HapticPaket pkg; in VibratorPlayHapticPatternTest()
59 sptr<OHOS::HDI::Vibrator::V1_2::IVibratorInterface> g_vibratorInterface = in VibratorPlayHapticPatternTest()
60 OHOS::HDI::Vibrator::V1_2::IVibratorInterface::Get(); in VibratorPlayHapticPatternTest()
65 OHOS::HDI::Vibrator::V1_2::HapticEvent hapticEvent; in VibratorPlayHapticPatternTest()
74 OHOS::HDI::Vibrator::V1_2::CurvePoint curvePoint; in VibratorPlayHapticPatternTest()

123456