Home
last modified time | relevance | path

Searched refs:forceCode (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_dev_ability_v10.md30 | unsigned long[] [forceCode](#forcecode) | 记录设备支持的作用力功能的位图 |
71 ### forceCode subsection
74 unsigned long [] DevAbility::forceCode
H A D_input_dev_ability.md30 | uint64_t [forceCode](#forcecode) [[BITS_TO_UINT64](_input.md#bits_to_uint64)([HDF_FF_CNT](_input.…
71 ### forceCode subsection
74 uint64_t InputDevAbility::forceCode[BITS_TO_UINT64(HDF_FF_CNT)]
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_hid_adapter.h71 unsigned long forceCode[BITS_TO_LONG(HDF_FF_CNT)]; member
H A Dhdf_input_device_manager.h76 unsigned long forceCode[BITS_TO_UINT64(FF_CNT)]; member
H A Dhdf_hid_adapter.c168 ret = memcpy_s(inputDev->abilitySet.forceCode, len * BITS_TO_LONG(FF_CNT), in GetInfoFromCache()
169 info->forceCode, len * BITS_TO_LONG(FF_CNT)); in GetInfoFromCache()
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp91 hdiDevInfo.abilitySet.forceCode.assign(halDevInfo.abilitySet.forceCode, in TransferDevInfo()
92 halDevInfo.abilitySet.forceCode + BITS_TO_UINT64(HDF_FF_CNT)); in TransferDevInfo()
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h231 …uint64_t forceCode[BITS_TO_UINT64(HDF_FF_CNT)]; /**< Bitmap for recording the supported force… member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/cpp_target/input/v1_0/
H A Dinput_types.h.txt67 std::vector<uint64_t> forceCode;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/dump_ast_target/
H A Ddump.txt132 unsigned long[] forceCode;
/ohos5.0/drivers/interface/input/v1_0/
H A DInputTypes.idl104 unsigned long[] forceCode; /**< Bitmap for recording the supported force functions */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/foo/input/v1_0/
H A DInputTypes.idl104 unsigned long[] forceCode; /**< Bitmap for recording the supported force functions */
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp231 …l(fd, EVIOCGBIT(EV_FF, sizeof(detailInfo->abilitySet.forceCode)), &detailInfo->abilitySet.forceCod… in GetInputDeviceInfo()