Home
last modified time | relevance | path

Searched refs:MiscdeviceServiceProxy (Results 1 - 2 of 2) sorted by relevance

/base/sensors/miscdevice/frameworks/native/common/src/
H A Dmiscdevice_service_proxy.cpp26 #define LOG_TAG "MiscdeviceServiceProxy"
36 MiscdeviceServiceProxy::MiscdeviceServiceProxy(const sptr<IRemoteObject> &impl) : IRemoteProxy<IMiscdeviceService>(impl) in MiscdeviceServiceProxy() function in OHOS::Sensors::MiscdeviceServiceProxy
39 int32_t MiscdeviceServiceProxy::Vibrate(int32_t vibratorId, int32_t timeOut, int32_t usage, bool systemUsage) in Vibrate()
42 if (!data.WriteInterfaceToken(MiscdeviceServiceProxy::GetDescriptor())) { in Vibrate()
78 int32_t MiscdeviceServiceProxy::StopVibrator(int32_t vibratorId) in StopVibrator()
81 if (!data.WriteInterfaceToken(MiscdeviceServiceProxy::GetDescriptor())) { in StopVibrator()
105 int32_t MiscdeviceServiceProxy::PlayVibratorEffect(int32_t vibratorId, const std::string &effect, in PlayVibratorEffect()
109 if (!data.WriteInterfaceToken(MiscdeviceServiceProxy::GetDescriptor())) { in PlayVibratorEffect()
149 int32_t MiscdeviceServiceProxy
[all...]
/base/sensors/miscdevice/frameworks/native/common/include/
H A Dmiscdevice_service_proxy.h26 class MiscdeviceServiceProxy : public IRemoteProxy<IMiscdeviceService> { class
28 explicit MiscdeviceServiceProxy(const sptr<IRemoteObject> &impl);
29 ~MiscdeviceServiceProxy() = default;
52 DISALLOW_COPY_AND_MOVE(MiscdeviceServiceProxy);
53 static inline BrokerDelegator<MiscdeviceServiceProxy> delegator_;

Completed in 2 milliseconds