Home
last modified time | relevance | path

Searched refs:header_ (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/common/libs/net/
Dnetlink_request.cpp43 return header_->nlmsg_seq; in SeqNo()
70 header_ = Reserve<nlmsghdr>(); in NetlinkRequest()
72 header_->nlmsg_flags = flags; in NetlinkRequest()
73 header_->nlmsg_type = command; in NetlinkRequest()
74 header_->nlmsg_pid = getpid(); in NetlinkRequest()
75 header_->nlmsg_seq = kRequestSequenceNumber++; in NetlinkRequest()
81 swap(header_, other.header_); in NetlinkRequest()
129 header_->nlmsg_len = request_.size(); in RequestData()
130 return header_; in RequestData()
Dnetlink_request.h109 nlmsghdr* header_; variable
/device/google/cuttlefish/host/libs/audio_connector/
Dbuffers.cpp25 : header_(header), in ShmBuffer()
34 : header_(std::move(other.header_)), in ShmBuffer()
48 return header_.stream_id.as_uint32_t(); in stream_id()
Dbuffers.h59 const virtio_snd_pcm_xfer header_;
/device/google/cuttlefish/host/commands/openwrt_control_server/
Dmain.cpp157 CF_EXPECT(http_client_.PostToJson(auth_url, auth_data, header_)); in UpdateLuciRpcAuthKey()
175 auto reply = CF_EXPECT(http_client_.PostToJson(url, data, header_)); in RequestLuciRpc()
207 const std::vector<std::string> header_{"Content-Type: application/json"}; member in cuttlefish::OpenwrtControlServiceImpl