Home
last modified time | relevance | path

Searched refs:switchCode (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.md31 | unsigned long[] [switchCode](#switchcode) | 记录设备支持的开关功能的位图 |
161 ### switchCode subsection
164 unsigned long [] DevAbility::switchCode
H A D_input_dev_ability.md31 | uint64_t [switchCode](#switchcode) [[BITS_TO_UINT64](_input.md#bits_to_uint64)(SW_CNT)] | 记录设备支持的…
161 ### switchCode subsection
164 uint64_t InputDevAbility::switchCode[BITS_TO_UINT64(SW_CNT)]
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_hid_adapter.h72 unsigned long switchCode[BITS_TO_LONG(HDF_SW_CNT)]; member
H A Dhdf_input_device_manager.h77 unsigned long switchCode[BITS_TO_UINT64(SW_CNT)]; member
H A Dhdf_hid_adapter.c171 ret = memcpy_s(inputDev->abilitySet.switchCode, len * BITS_TO_LONG(SW_CNT), in GetInfoFromCache()
172 info->switchCode, len * BITS_TO_LONG(SW_CNT)); in GetInfoFromCache()
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp93 hdiDevInfo.abilitySet.switchCode.assign(halDevInfo.abilitySet.switchCode, in TransferDevInfo()
94 halDevInfo.abilitySet.switchCode + BITS_TO_UINT64(SW_CNT)); in TransferDevInfo()
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h232 …uint64_t switchCode[BITS_TO_UINT64(SW_CNT)]; /**< Bitmap for recording the supported switc… member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/cpp_target/input/v1_0/
H A Dinput_types.h.txt68 std::vector<uint64_t> switchCode;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/dump_ast_target/
H A Ddump.txt133 unsigned long[] switchCode;
/ohos5.0/drivers/interface/input/v1_0/
H A DInputTypes.idl105 unsigned long[] switchCode; /**< Bitmap for recording the supported switch functions */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/foo/input/v1_0/
H A DInputTypes.idl105 unsigned long[] switchCode; /**< Bitmap for recording the supported switch functions */
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp228 …(fd, EVIOCGBIT(EV_SW, sizeof(detailInfo->abilitySet.switchCode)), &detailInfo->abilitySet.switchCo… in GetInputDeviceInfo()