Home
last modified time | relevance | path

Searched refs:tipc_dev_ (Results 1 – 6 of 6) sorted by relevance

/system/core/trusty/metrics/include/trusty/metrics/
Dmetrics.h43 TrustyMetrics(std::string tipc_dev) : tipc_dev_(std::move(tipc_dev)), metrics_fd_(-1) {} in TrustyMetrics()
51 std::string tipc_dev_;
/system/core/trusty/fuzz/
Dutils.cpp78 : 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()
/system/core/trusty/fuzz/include/trusty/fuzz/
Dutils.h42 std::string tipc_dev_;
/system/core/trusty/coverage/
Dcoverage.cpp51 : 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()
/system/core/trusty/coverage/include/trusty/coverage/
Dcoverage.h71 std::string tipc_dev_; variable
/system/core/trusty/metrics/
Dmetrics.cpp35 int fd = tipc_connect(tipc_dev_.c_str(), METRICS_PORT); in Open()