Home
last modified time | relevance | path

Searched refs:serverPort_ (Results 1 - 2 of 2) sorted by relevance

/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_major.cpp45 DistributeTestEnvironment::DistributeTestEnvironment() : serverPort_(DEFAULT_AGENT_PORT) in DistributeTestEnvironment()
49 DistributeTestEnvironment::DistributeTestEnvironment(std::string cfgFile) : serverPort_(DEFAULT_AGENT_PORT) in DistributeTestEnvironment()
81 if (sscanf_s(strPort.c_str(), "%d", &serverPort_) < 1) { in Init()
82 serverPort_ = DEFAULT_AGENT_PORT; in Init()
84 HiLog::Info(DistributeTestEnvironment::LABEL, "get device port : %d", serverPort_); in Init()
128 addr.sin_port = htons(serverPort_); in ConnectAgent()
H A Ddistributed_major.h62 int serverPort_; member in OHOS::DistributeSystemTest::DistributeTestEnvironment

Completed in 2 milliseconds