Home
last modified time | relevance | path

Searched refs:agentIpAddr_ (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/developer_test/aw/cxx/distributed/
Ddistributed_agent.h60 std::string agentIpAddr_; variable
Ddistributed_agent.cpp35 agentIpAddr_ = ""; in DistributedAgent()
94 if (agentIpAddr_ != "") { in InitAgentServer()
95 inet_pton(AF_INET, agentIpAddr_.c_str(), &addr.sin_addr); in InitAgentServer()