Searched refs:EnableMotion (Results 1 – 7 of 7) sorted by relevance
141 ret = g_motionInterface->EnableMotion(vec[i]);170 int32_t ret = g_motionInterface->EnableMotion(OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_MAX);184 … int32_t ret = g_motionInterface->EnableMotion(OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_WRIST_UP);199 int32_t ret = g_motionInterface->EnableMotion(motionType);216 ret = g_motionInterface->EnableMotion(OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_PICKUP);
34 | int32_t EnableMotion(int32_t motionType) | 使能一种手势识别类型,只有数据订阅者使能手势识别后,才能获取订阅的手…81 ret = g_motionInterface->EnableMotion(HDF_MOTION_TYPE_PICKUP);
34 | int32_t EnableMotion(int32_t motionType) | Enables a motion type. The motion …81 ret = g_motionInterface->EnableMotion(HDF_MOTION_TYPE_PICKUP);
33 virtual int32_t EnableMotion(int32_t motionType) = 0;
33 int32_t EnableMotion(int32_t motionType) override;
81 int32_t MotionIfService::EnableMotion(int32_t motionType) in EnableMotion() function in OHOS::HDI::Motion::V1_1::MotionIfService94 int32_t ret = motionVdiImpl_->EnableMotion(motionType); in EnableMotion()
66 EnableMotion([in] int motionType);