Searched refs:pidstr (Results 1 – 2 of 2) sorted by relevance
102 std::string pidstr = svr.substr(0, found); in SetupArkPoint() local103 uint32_t pid = static_cast<uint32_t>(std::atoi(pidstr.c_str())); in SetupArkPoint()
410 std::string pidstr = right.substr(0, pos); in SendArkNewFD() local411 uint32_t pid = static_cast<uint32_t>(std::atoi(pidstr.c_str())); in SendArkNewFD()