Home
last modified time | relevance | path

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

/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_cfg.cpp88 std::string ipaddr; in GetValueInString() local
91 ipaddr = str.substr(pos, posend - pos); in GetValueInString()
93 ipaddr = ""; in GetValueInString()
95 return ipaddr; in GetValueInString()
H A Ddistributed_major.cpp64 std::string ipaddr; in Init() local
67 ipaddr = iplist.substr(pos, posend - pos); in Init()
69 ipaddr = iplist.substr(pos); in Init()
71 AddClient(ipaddr); in Init()

Completed in 2 milliseconds