Home
last modified time | relevance | path

Searched refs:alt (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_base.cpp56 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 Dimage_base.h124 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 Dtypec.h150 struct typec_port *typec_altmode2port(struct typec_altmode *alt);
152 void typec_altmode_update_active(struct typec_altmode *alt, bool active);
H A Dcomposite.h217 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 Dpd_vdo.h224 #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 Dcw2015_battery.h111 int alt; member
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp64 void ImageComponent::SetAlt(const std::string& alt) in SetAlt() argument
66 alt_ = alt; in SetAlt()
H A Dimage_component.h49 void SetAlt(const std::string& alt);
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTAsync.h489 } alt; member
530 } alt; member
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dcomposite.h220 unsigned interface, unsigned alt);
253 struct usb_ep *_ep, u8 alt);
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c676 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 Dphy-rockchip-usbdp.c503 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 Dphy-rockchip-usbdp.c566 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 Devent_manager_test_ng.cpp816 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 Dtabtitlebar.js1048 Image.alt(this.item.title);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js7116 alt(value) {
7670 alt(value) {
30744 alt(value) {

Completed in 43 milliseconds