Searched refs:set_host_name (Results 1 – 8 of 8) sorted by relevance
56 request->set_host_name(*service_address);
88 request.set_host_name(resolved_service_address); in Init()
54 request.set_host_name(host_name.data(), host_name.size()); in PopulateProfileRequest()
67 request.set_host_name(host_name.data(), host_name.size()); in PopulateProfileRequest()
38 record.set_host_name(string(host_name)); in CreatePodStatsRecord()
269 source_file_1->set_host_name("localhost.localdomain"); in TEST_F()278 source_file_2->set_host_name("localhost.localdomain"); in TEST_F()438 source_file->set_host_name("localhost.localdomain"); in TEST_F()479 source_file->set_host_name("localhost.localdomain"); in TEST_F()522 source_file->set_host_name("localhost.localdomain"); in TEST_F()
376 pub fn set_host_name(&self, name: &str) -> Result<()> { in set_host_name() method
973 conn.handshake.set_host_name(server_name)?; in connect()