Home
last modified time | relevance | path

Searched refs:ledType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_dev_ability_v10.md33 | unsigned long[] [ledType](#ledtype) | LED类型的位图 |
111 ### ledType subsection
114 unsigned long [] DevAbility::ledType
H A D_input_dev_ability.md33 | uint64_t [ledType](#ledtype) [[BITS_TO_UINT64](_input.md#bits_to_uint64)(LED_CNT)] | led状态的位图 |
111 ### ledType subsection
114 uint64_t InputDevAbility::ledType[BITS_TO_UINT64(LED_CNT)]
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_input_device_manager.h79 unsigned long ledType[BITS_TO_UINT64(LED_CNT)]; member
/ohos5.0/drivers/peripheral/input/hdi_service/
H A Dinput_interfaces_impl.cpp97 hdiDevInfo.abilitySet.ledType.assign(halDevInfo.abilitySet.ledType, in TransferDevInfo()
98 halDevInfo.abilitySet.ledType + BITS_TO_UINT64(LED_CNT)); in TransferDevInfo()
/ohos5.0/drivers/peripheral/input/interfaces/include/
H A Dinput_type.h234 uint64_t ledType[BITS_TO_UINT64(LED_CNT)]; /**< Bitmap for recording the LED status */ member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/cpp_target/input/v1_0/
H A Dinput_types.h.txt70 std::vector<uint64_t> ledType;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/dump_ast_target/
H A Ddump.txt135 unsigned long[] ledType;
/ohos5.0/drivers/interface/input/v1_0/
H A DInputTypes.idl107 unsigned long[] ledType; /**< Bitmap of the LED type */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/input_v1_0/foo/input/v1_0/
H A DInputTypes.idl107 unsigned long[] ledType; /**< Bitmap of the LED type */
/ohos5.0/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp229 …tl(fd, EVIOCGBIT(EV_LED, sizeof(detailInfo->abilitySet.ledType)), &detailInfo->abilitySet.ledType); in GetInputDeviceInfo()