Searched refs:tipc_dev_ (Results 1 – 6 of 6) sorted by relevance
43 TrustyMetrics(std::string tipc_dev) : tipc_dev_(std::move(tipc_dev)), metrics_fd_(-1) {} in TrustyMetrics()51 std::string tipc_dev_;
78 : tipc_dev_(tipc_dev), ta_port_(ta_port), ta_fd_(-1) {} in TrustyApp()82 int fd = tipc_connect(tipc_dev_.c_str(), ta_port_.c_str()); in Connect()
42 std::string tipc_dev_;
51 : tipc_dev_(std::move(tipc_dev)), in CoverageRecord()60 : tipc_dev_(std::move(tipc_dev)), in CoverageRecord()124 int fd = tipc_connect(tipc_dev_.c_str(), COVERAGE_CLIENT_PORT); in Open()
71 std::string tipc_dev_; variable
35 int fd = tipc_connect(tipc_dev_.c_str(), METRICS_PORT); in Open()