Lines Matching defs:port
442 // node v0.10 port use HandleScope::Close(Local<T> v) to mimic the behavior
2048 OH_JSVM_OpenInspector(JSVM_Env env, const char* host, uint16_t port) {
2054 std::make_shared<node::ExclusiveAccess<node::HostPort>>(hostName, port);
5237 for (auto port = startPort; port <= endPort; ++port) {
5245 addr.sin_port = htons(port);
5256 return port;
5268 auto port = FindAvailablePort();
5270 std::make_shared<node::ExclusiveAccess<node::HostPort>>("localhost", port, pid);