Home
last modified time | relevance | path

Searched refs:miscCode (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.md28 | unsigned long[] [miscCode](#misccode) | 记录设备支持的其他功能的位图 |
121 ### miscCode subsection
124 unsigned long [] DevAbility::miscCode
H A D_input_dev_ability.md28 | uint64_t [miscCode](#misccode) [[BITS_TO_UINT64](_input.md#bits_to_uint64)(MSC_CNT)] | 记录设备支持的其他功…
121 ### miscCode subsection
124 uint64_t InputDevAbility::miscCode[BITS_TO_UINT64(MSC_CNT)]
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_hid_adapter.h69 unsigned long miscCode[BITS_TO_LONG(HDF_MSC_CNT)]; member
H A Dhdf_input_device_manager.h74 unsigned long miscCode[BITS_TO_UINT64(MSC_CNT)]; member
H A Dhdf_hid_adapter.c162 ret = memcpy_s(inputDev->abilitySet.miscCode, len * BITS_TO_LONG(MSC_CNT), in GetInfoFromCache()
163 info->miscCode, len * BITS_TO_LONG(MSC_CNT)); in GetInfoFromCache()
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp87 hdiDevInfo.abilitySet.miscCode.assign(halDevInfo.abilitySet.miscCode, in TransferDevInfo()
88 halDevInfo.abilitySet.miscCode + BITS_TO_UINT64(MSC_CNT)); in TransferDevInfo()
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h229 …uint64_t miscCode[BITS_TO_UINT64(MSC_CNT)]; /**< Bitmap for recording other supported fun… member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/cpp_target/input/v1_0/
H A Dinput_types.h.txt65 std::vector<uint64_t> miscCode;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/dump_ast_target/
H A Ddump.txt130 unsigned long[] miscCode;
/ohos5.0/drivers/interface/input/v1_0/
H A DInputTypes.idl102 unsigned long[] miscCode; /**< Bitmap for recording other supported functions */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/foo/input/v1_0/
H A DInputTypes.idl102 unsigned long[] miscCode; /**< Bitmap for recording other supported functions */
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp227 …l(fd, EVIOCGBIT(EV_MSC, sizeof(detailInfo->abilitySet.miscCode)), &detailInfo->abilitySet.miscCode in GetInputDeviceInfo()