/developtools/hdc/hdc_rust/src/common/ |
H A D | forward.rs | 17 #[cfg(feature = "host")] 20 #[cfg(not(feature = "host"))] 34 #[cfg(not(feature = "host"))] 48 #[cfg(not(feature = "host"))] 61 #[cfg(feature = "host")] 71 #[cfg(feature = "host")] 120 #[cfg(feature = "host")] 122 #[cfg(feature = "host")] 124 #[cfg(feature = "host")] 126 #[cfg(feature = "host")] [all...] |
/developtools/profiler/hiebpf/src/ |
H A D | hiebpf.bpf.c | 412 size_t get_mountpoint_by_inode(char *filename, int len, const struct inode *host) in get_mountpoint_by_inode() argument 414 struct list_head *mountsHead = BPF_CORE_READ(host, i_sb, s_mounts.next); in get_mountpoint_by_inode() 438 int get_filename_by_inode(char *filename, const size_t len, const struct inode *host) in get_filename_by_inode() argument 441 struct hlist_node *curr_hlist_node = BPF_CORE_READ(host, i_dentry.first); in get_filename_by_inode() 456 if (curr_inode == host) { in get_filename_by_inode() 497 pos += get_mountpoint_by_inode(filename + pos, len - pos, host); in get_filename_by_inode() 508 struct inode *host = BPF_CORE_READ(bio, bi_io_vec, bv_page, mapping, host); in get_filename_by_bio() local 509 if (host == NULL) { in get_filename_by_bio() 514 return get_filename_by_inode(filename, len, host); in get_filename_by_bio() [all...] |
/developtools/packing_tool/adapter/ohos/ |
H A D | UriInfo.java | 27 * Indicates the host of ModuleUriInfo. 29 public String host = ""; field in UriInfo
|
/developtools/integration_verification/DeployDevice/src/aw/Download/ |
H A D | Download.py | 393 host, share, path, file = '', '', '', '' 400 if not host: 401 host = i 408 cmd = ("smbclient //%s/%s" % (host, share) + " -U CHINA/" 417 cmd = ("smbclient //%s/%s" % (host, share) + " -U CHINA/"
|
H A D | Downloadold.py | 386 host, share, path, file = '', '', '', '' 393 if not host: 394 host = i 401 cmd = ("smbclient //%s/%s" % (host, share) + " -U CHINA/" 410 cmd = ("smbclient //%s/%s" % (host, share) + " -U CHINA/"
|
/developtools/hdc/scripts/ |
H A D | build_standalone_linux_host.sh | 88 g++ ${DEFINES} ${CXXFLAGS} ${INCLUDES} $(find src/common/ src/host/ \( -name "*.cpp" -or -name "*.c" \)) -lusb-1.0 -ldl -lpthread $STATICLIB -o hdc
|
/developtools/hdc/src/common/ |
H A D | channel.cpp | 66 string host = addrString.substr(0, found); in SetChannelTCPString() local 76 if (uv_ip6_addr(host.c_str(), channelPort, &addrv6) != 0 && in SetChannelTCPString() 77 uv_ip4_addr(host.c_str(), channelPort, &addrv4) != 0) { in SetChannelTCPString() 80 channelHost = host; in SetChannelTCPString() 105 WRITE_LOG(LOG_DEBUG, "Begin host channel pendding"); in WorkerPendding()
|
/developtools/ace_ets2bundle/compiler/server/ |
H A D | build_pipe_server.js | 103 host: '127.0.0.1'
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 3359 struct inode *host; member 106311 struct pl08x_driver_data *host; global() member 116236 struct mipi_dsi_host *host; global() member 122551 const char *host; global() member 123112 struct Scsi_Host *host; global() member 125294 struct ata_host *host; global() member 131661 struct usb_bus *host; global() member 138751 struct mmc_host *host; global() member 138967 struct mmc_host *host; global() member 139734 u8 host; global() member [all...] |