/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_base.cpp | 56 RefPtr<FrameNode> ImageBases::CreateImageNode(const std::string& src, const std::string& alt, RefPtr<PixelMap> pixMap) in CreateImageNode() argument 64 image.SetAlt(ImageSourceInfo { alt }); in CreateImageNode() 74 const std::string& src, const std::string& alt, RefPtr<PixelMap> pixMap) in CreateImageNodeWithDefaultProp() 82 image.SetAlt(ImageSourceInfo { alt }); in CreateImageNodeWithDefaultProp() 73 CreateImageNodeWithDefaultProp( const std::string& src, const std::string& alt, RefPtr<PixelMap> pixMap) CreateImageNodeWithDefaultProp() argument
|
H A D | image_base.h | 124 const std::string& src, const std::string& alt, RefPtr<PixelMap> pixMap = nullptr); 126 const std::string& src, const std::string& alt, RefPtr<PixelMap> pixMap = nullptr);
|
/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A D | typec.h | 150 struct typec_port *typec_altmode2port(struct typec_altmode *alt); 152 void typec_altmode_update_active(struct typec_altmode *alt, bool active);
|
H A D | composite.h | 217 int (*set_alt)(struct usb_function *, unsigned interface, unsigned alt);
244 int config_ep_by_speed_and_alt(struct usb_gadget *g, struct usb_function *f, struct usb_ep *_ep, u8 alt);
|
H A D | pd_vdo.h | 224 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \ 226 ((alt)&0x7) << 3 | ((spd)&0x7))
|
/device/soc/rockchip/rk3588/kernel/include/linux/power/ |
H A D | cw2015_battery.h | 111 int alt; member
|
/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_component.cpp | 64 void ImageComponent::SetAlt(const std::string& alt) in SetAlt() argument 66 alt_ = alt; in SetAlt()
|
H A D | image_component.h | 49 void SetAlt(const std::string& alt);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
H A D | MQTTAsync.h | 489 } alt; member 530 } alt; member
|
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
H A D | composite.h | 220 unsigned interface, unsigned alt); 253 struct usb_ep *_ep, u8 alt);
|
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 676 struct usb_host_interface *alt = NULL;
in hw_get_endpoints() local 685 alt = intf->altsetting + tmp;
in hw_get_endpoints() 691 for (ep = 0; ep < alt->desc.bNumEndpoints; ep++) {
in hw_get_endpoints() 695 e = alt->endpoint + ep;
in hw_get_endpoints() 724 if (!alt || !in || !out) {
in hw_get_endpoints() 727 if (alt->desc.bAlternateSetting != 0) {
in hw_get_endpoints() 728 tmp = usb_set_interface(dev->udev, alt->desc.bInterfaceNumber, alt->desc.bAlternateSetting);
in hw_get_endpoints()
|
/device/soc/rockchip/common/vendor/drivers/phy/ |
H A D | phy-rockchip-usbdp.c | 503 dev_dbg(udphy->dev, "failed to find dp lane mux, following dp alt mode\n");
in udphy_parse_lane_mux_data() 881 if (state->alt && state->alt->svid == USB_TYPEC_DP_SID) {
in usbdp_typec_mux_set()
|
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/ |
H A D | phy-rockchip-usbdp.c | 566 dev_dbg(udphy->dev, "failed to find dp lane mux, following dp alt mode\n"); in udphy_parse_lane_mux_data() 930 if (state->alt && state->alt->svid == USB_TYPEC_DP_SID) { in usbdp_typec_mux_set()
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | event_manager_test_ng.cpp | 816 const uint8_t alt = static_cast<uint8_t>(CtrlKeysBit::ALT); in HWTEST_F() local 817 frameNodeAlt->eventHub_->SetKeyboardShortcut(CHARACTER_A, alt, []() {}); in HWTEST_F() 836 ASSERT_EQ(frameNodeAlt->GetEventHub<NG::EventHub>()->GetKeyboardShortcut().back().keys, alt); in HWTEST_F()
|
/foundation/arkui/ace_engine/advanced_ui_component/tabtitlebar/interfaces/ |
H A D | tabtitlebar.js | 1048 Image.alt(this.item.title);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 7116 alt(value) { 7670 alt(value) { 30744 alt(value) {
|